Helpful Information
 
 
Category: vBulletin 3.0 Template Modifications
Make Logo an Option

just add a user option (2 radial buttons, top one equals "LOGO_NAME_1" second one is "LOGO_NAME_2") to ask which header they want

then find:
<img src="$vboptions[bburl]/$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />

and replace with <if condition="$bbuserinfo[fieldXX] == 1"><img src="$vboptions[bburl]/$stylevar[imgdir_misc]/LOGO_NAME_1.gif" border="0" alt="$vboptions[bbtitle]" /><else /><img src="$vboptions[bburl]/$stylevar[imgdir_misc]/LOGO_NAME.gif_2" border="0" alt="$vboptions[bbtitle]" /></if>

now this was requested here (http://www.vbulletin.org/forum/showthread.php?p=509246#post509246) so i aint really got a screenshot as i didn't install it but i've been assured it works lol :) enjoy.










privacy (GDPR)