The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Display Forum Reputation Points on Navbar Template
Hey Guys,
I hope someone can help me out on this one. I'm not a programmer, but after trying for a few hours, I can't for the life of me figure out how to post the users reputation points number on the Forum's Template Navbar. Is there some generic code I can implement to display the logged in users rep points on the forums Navbar? Thanks in advance, EOD |
#2
|
||||
|
||||
The code that would do it is:
$bbuserinfo[reputationdisplay] But I'm not sure it's available in the navbar template by default. |
#3
|
|||
|
|||
Hey, thanks for the response. That code doesn't work. I don't see anything appear when I put it in the template. Am I doing something incorrect?
I'd like to basically have this following code (or a version of it) on the NAVtemplate.. Code:
<if condition="$show['reputation'] & $show['reppower']"> <tr> <td align="right" class="time" width="50%">Rep Points:</td> <td align="left"><span id="reppower_$post[postid]_$post[userid]">$post[reputation]</span></td> </tr> </if> |
#4
|
|||
|
|||
If you haven't already, maybe try just $bbuserinfo[reputation]
|
#5
|
|||
|
|||
Is that all that I type, just $bbuserinfo[reputation] and it should display? Do i have to do anything else?
**EDIT** Oh wow, it worked, awesome thank you so much lol. |
#6
|
|||
|
|||
BTW, anything with $post is unlikely to work since that's used to hold the info for a specific post, and so won't be set in the navbar.
ETA: glad it worked. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|