The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help changing Reputation Button in Postbit to Text
Hey can someone tell me how to code the Postbit template to change the little Sheriff badge icon to leave feedback to text? We use it for classified feedback and would like to remove the graphic and have it say "Leave Buyer / Seller Feedback" and still function all the same.
Thanks Lynne It's a background image in the CSS, like here: HTML Code: .postbitlegacy .postfoot .textcontrols a.reputation,.postbit .postfoot .textcontrols a.reputation{ background: url(http://www.thetradersden.org/vb4_sui...tation-40b.png) no-repeat #e9e9e9 left; ... } So, you would need to change the CSS and then also edit the postbit(_legacy) template to do that. If you need help with that, you would need to post over on vbulletin.org, the modification site. Can someone tell me how to go about doing this? I know how to edit the templates... need helping properly coding it in both places. Thanks! |
#2
|
|||
|
|||
Ok, I will assume you use horizontal posting so you need to edit: postbit_legacy
find the following code: PHP Code:
then you need to edit the css code you posted; only change the background to: PHP Code:
P.S> it is not a good idea to display Debug Information to visitors, they could misuse it and hack your forum... try to remove it as soon as possible, it is my advise to you. Cheers |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|