The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
postbit and other questions...
what code do i use to put the postbit information into blocks as seen on here...
http://www.extremepixels.com/forum/s...091&styleid=97 and is there a list of generally used codes... like the IF codes... and what is the code to display amount of rep not just rep power? |
#2
|
||||
|
||||
First, do a search of "postbit" in "all mods" "titles only" and you'll find some mods like this one - PS - Boxed Postbit Information & Centered Postbit
For rep, do a search on "reput*" in "all mods" "titles only" and I'm sure you'll find what you want. For conditions and such, take a look in our Articles forums and also the manual. |
#3
|
|||
|
|||
thanks!
oh i have a question... how do i remove the reputation image below the post count and such? i added a rep link so that image down there (the scale) is no longer needed... |
#4
|
||||
|
||||
I believe you can do this through the usergroup manager > Usergroup > Can Use Reputation... I think (I don't use it, so I'm not positive). If that doesn't work, then just delete this from the template:
HTML Code:
<if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span> <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if> </if> |
#5
|
|||
|
|||
thank you ! so much!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|