The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove reputition images?
I think it looks messy with all those rep images in the user box. I would rather remove them, how do i do this?
|
#2
|
||||
|
||||
This is untested, but I'm pretty sure this should do it.
FIND IN postbit_legacy Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if> Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span></if></div></if> |
#3
|
|||
|
|||
Thanks, Aken. It worked!
http://www.musclemecca.com/showpost....&postcount=130 Looks alot better now. Thank you. |
#4
|
||||
|
||||
Most welcome
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|