The Arcive of vBulletin Modifications Site. |
|
Changing trophy image postbit Details »»
|
|||||||||||||||||||||||||
I want to change the trophy image in the postbit for another one.
Where can i find the url to change the location? Rewrite the image is not the good solution, because the image is being used for different places in the script. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
vBulletin 3.5/3.6:
check PlugIn "ibProArcade: Crowns in Postbit" for Code:
$crowns = "<img src='arcade/images/trophy.gif' alt='".(count($champs["$post[userid]"]))." Highscore".$extra."'><br />"; |
![]() |
|
|