The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Finding a Certain Template
See where it says Slybone/Join Date/Posts/Points etc, well what template is all that located in? because I want to add the Reputation level of the user somewhere in there... but I cant seem to find the Template...thanks -Bone |
#2
|
||||
|
||||
its either postbit or postbit_legacy depends on which one u choose and its all under the postbit category in your template editor
|
#3
|
|||
|
|||
Question, what would the variable be to show the users Reputation?
|
#4
|
||||
|
||||
i think it might be $bbuserinfo['reputation'] and the lvl would be $bbuserinfo['reputationlevelid']
|
#5
|
|||
|
|||
Thank you but here is the correct code incase anyone cares...
Code:
<if condition="$post['reputation']"><div>$vbphrase[reputation]: $post[reputation]</div></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|