Quote:
Originally Posted by belowthebelt
Updated to the new version, now my logo is not clickable, how do I enable the logo to click on it taking members back to the home page?
Thanks.
|
I posted earlier in the thread regarding that, luckily for you there's info in the 2nd post just for the new version out today.
Quote:
Originally Posted by Ben5150VH
Hi I like this style a lot but one thing how can I add my logo lol if it been post on this I m sorry if you can help on this thanks
|
Edit stylevars and find titleimage, edit accordingly.
________________
Updated on 12/5/2011
- Changed Forum Description to rgb(205, 205, 205) instead of the same "Orange" as the forum titles on forumhome.
- Moved Thread and post counts under forum description on forumhome, colored as rgb(205, 205, 205) and included a shrunken version of the stats image in front, followed by the wording "# threads containing # posts"
- Corrected Blog comment background issues.
- Added in transparent 1x1px transparent image and new <div> to make the logo clickable again. *Please note this is not a default feature, to make the logo clickable you must edit template header and find:
Code:
<div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><vb:comment><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></vb:comment></a></div>
</div>
Remove the <comment> codes as shown in
red:
Code:
<div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><vb:comment><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></vb:comment></a></div>
</div>
This is how the code should now look:
Code:
<div class="ablogo" align="center">
<div class="abimage"><a name="top" href="{vb:link forumhome}"><img src="images/avenger_blue/misc/home.png" width="960px" height="150px" alt="{vb:raw vboptions.bbtitle}" /></a></div>
</div>
*IMPORTANT*
To install the 4.1.8 Version:
1) Upload the contents of the UPLOAD Folder.
2) If for example you want the Fixed style installed then import the file:
*Please note, if you do not use the vBulletin Suite and have the Forum Classic version you only need to install the file vbulletin-style_Avenger_Blue_Fixed-Forum.xml.
a) Import the vbulletin-style_Avenger_Blue_Fixed-Forum.xml file first.
b) Merge in the vbulletin-style_Avenger_Blue_Fixed-CMS.xml (Options when uploading a style allow you to merge into a existing style, choose to merge this into the new style you just created using the Forum.xml.
c) Merge in the vbulletin-style_Avenger_Blue_Fixed-Blog.xml into the style, this has now updated the style for all three major products and the installation is complete!
3) Enjoy!