The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Manipulating post counts in the profile (member block)?
I have a plugin running on member_complete, I'm trying to edit the post count displayed in statistics...
I've tried $userinfo[posts] which I saw in an old VB 3.5 plugin doing something similar and also $prepared[posts] which is direct from the memberinfo_block_statistics template. But I can't seem to edit the value like I can the postcount in the postbit or any other data field elsewhere in vbulletin.... Basically if I put Code:
$prepared[posts] = $x I've tried most of the member_* hooks and no luck on any of them although member_built_blocks_start will change the value of $prepared[posts] but the value of $prepared[posts] at the start of the plugin seems to always be zero despite the actual value. Anyone know off hand what I'm doing wrong? |
#2
|
||||
|
||||
member_profileblock_fetch_unwrapped works.
|
#3
|
||||
|
||||
Thanks Lynne... I went all though the hooks in member.php but didn't think to look at the hooks in the included files... But thank you again.
|
#4
|
||||
|
||||
I actually just did a search in my files for where $prepared was prepared and the hook was called right above there.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|