Quote:
Originally Posted by Tru2Chevy
Thanks, however that still doesn't answer my question of where to put it. Everytime I look for something about changing the logo I just get directed to the AdminCP to change the image path.
Can you tell me the name of the template that needs to be modified to add this?
- Justin
|
If you're looking to have it replace your title banner on every refresh, you would go change the header template in the Common Templates section of Style Manager.
Experiment with this on a test style. (I have a separate style set up in vB that I turn on when I want to test stuff like this and then I turn it off once I am done. If things work, then I go and change the live styles for the users.)
Look for:
Code:
<td align=center><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
CHANGE to:
Code:
<td align=center><a href="$vboptions[forumhome].php$session[sessionurl_q]">$randimg</a></td>
I'm relatively new to vB stuff, so take this suggestion with a bit of caution. At the very worst you can just change it back and be no worse off.
If anyone else can chime in on this with confirmation or corrections, that would be great.