Quote:
Originally Posted by kimikat
Hi there, everything looks great, however I can't seem to change the logo no matter what. You mentioned this:
Questions
Q: Where can I change the logo?
A: In the navbar template. Change the image location or replace it on your server.
Well, I did not see anything at all in the navbar template. So instead I uploaded an image replacing the one on the server with the exact name. That didn't work, so I uploaded an image with my preferred name and then in titleimage I pointed the path to my image and yet it showed up with a missing logo. But if I change it back to the other image, no matter what it shows the vbulletin logo. I triple checked to make sure I was using the correct logo. I downloaded it and everything to make sure I had the right one.
Thanks for the help!
|
The navbar template should contain this all the way at the top:
PHP Code:
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
You should be able to change it by changing the titleimage style variable in the style variable editor.