View Full Version : How to remove reputition images?
Rob1986
01-09-2008, 08:59 AM
I think it looks messy with all those rep images in the user box. I would rather remove them, how do i do this?
https://vborg.vbsupport.ru/external/2008/01/39.jpg
:confused:
This is untested, but I'm pretty sure this should do it.
FIND IN postbit_legacy
<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>
REPLACE WITH
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span></if></div></if>
Rob1986
01-09-2008, 09:25 AM
Thanks, Aken. It worked!
http://www.musclemecca.com/showpost.php?p=337392&postcount=130
Looks alot better now. Thank you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.