
07-09-2004, 07:12 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by neverrain
I'm trying to change the powered by vbulletin phrase to an image. I tried using $stylevar[imgdir_misc]/copyright.gif but was then later informed you cannot use $stylevar in phrases and was lead onto construct phrase.
I added the following code to phpInclude_start:
Code:
construct_phrase($vbphrase['copyrightimg'], "$stylevar[imgdir_misc]/copyright.gif", $height, $width);
and this code to powered_by_vbulletin phrase:
Code:
<img src="{1}" width="{2}" height="{3}">
It returns nothing, which actually is against the vBulletin policy to have nothing so I better hurry up and figure it out. :nervous:
Anyways, my question would be, why doesn't the image show up, and what do I have to change to make it work?
cheers!
|
Just edit the phrase, and change the prhase in the footer.
|