The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postcount
how can i, the admin, edit a postcount so that my admin count always stays at the following: ???
Also, how can i get the post counts of everybody to only display the hundreds digits, and possibly thousands when they get that high? example: 8340 posts could show up as: 8 thousand thanks! |
#2
|
||||
|
||||
To make your postcount show ???, do this:
Open ADMIN/FUNCTIONS. FIND: } else { $post[aim]=""; } BELOW IT ADD: if($post[userid] == XX) { $post[posts] = ???; } Replace the XX with your userid. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|