Quote:
Originally Posted by MamboCube
i am trying to get the amount of posts the user has on a non vb pages
so i have used this
PHP Code:
<?php echo "$vbphrase[posts]";?>:<? echo "$post[posts]"; ?>
but all i get is
Posts:
the number of posts isnt being shown
anyone know why this is?
|
well like how do you propose to get that data in the first place? have you required global somewhere? If so this is a vb page.
And whos posts do you want to show? the user browsing? then using {$vbulletin->userinfo['posts']}