The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Why can't I get $post[posts] to work in Forumhome?
I'm trying to get it so that I can show users their their postcount on the frontpage of the forum. When I put it in, it doesn't grab their post count, it does show anything. What's going on? Shouldn't this work?
|
#2
|
||||
|
||||
Try using this instead:
PHP Code:
|
#3
|
||||
|
||||
Because $post[posts] is only a variable defined in showthread.php
You need $bbuserinfo[posts] - miSt |
#4
|
||||
|
||||
Umm yeah... If you need to display it on a template you must use $bbuserinfo[posts] (no single quotes)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|