Back to vBulletin 3.0 Template Modifications

Make Logo an Option
Mod Version: 1.00, by sabret00the

This modification is in the archives.
vB Version: 3.0.0 Rating: (0 vote - 0 average) Installs: 0
Released: 10 May 2004 Last Update: Never Downloads:
Not Supported Template Edits  

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:
HTML Code:
<img src="$vboptions[bburl]/$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
and replace with
HTML Code:
<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

Spoiler (click to open)


this can be done via conditionals, it really don't ned hacking

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

then find:
HTML Code:
<img src="$vboptions[bburl]/$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
and replace with
HTML Code:
<if condition="$bbuserinfo[fieldXX] == 1"><img src="$vboptions[bburl]/$stylevar[imgdir_misc]/CAR_NAME_1.gif" border="0" alt="$vboptions[bbtitle]" /><else /><img src="$vboptions[bburl]/$stylevar[imgdir_misc]/CAR_NAME.gif_2" border="0" alt="$vboptions[bbtitle]" /></if>

Close
so i aint really got a screenshot as i didn't install it but i've been assured it works lol enjoy.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024