Back to vBulletin 3.5 Template Modifications

Place a scrolling marquee on navbar (header)
Mod Version: 1.5, by VaaKo

This modification is in the archives.
vB Version: 3.5.1 Rating: (2 votes - 5.00 average) Installs: 82
Released: 09 Nov 2005 Last Update: Never Downloads: 9
Not Supported Template Edits  

This is a very simple html code to place in your navbar but it's really cool!

Hack updated to version 1.5, now using phrases manager!

First, you need to create the marquee phrase, which you can edit it anytime you want using the phrase manager, goto:
Admincp >> Languages & Phrases >> Phrase Manager >> Add New Phrase
and add the following

Phrase Type: GLOBAL
Product: vBulletin
Varname: marquee
Text: *The marquee that you wanna display*

now open your navbar template:
Admincp >> Styles & Templates >> Style Manager >> *template* >> navbar

Find this code
HTML Code:
</table>
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="do" value="login" />		
		<input type="hidden" name="vb_login_md5password" />
		<input type="hidden" name="vb_login_md5password_utf" />
		</form>
		<!-- / login form -->
		</td>
	</if>	
</tr>
Place under it
HTML Code:
<tr>
  <td colspan="3" class="alt1"><marquee><span class="smallfont"><b><font color="#FF0000">$vbphrase[marquee]</font></b></span></marquee></td>
  </tr>
If you have already installed it, all you have to do is replace the navbar code with the new one that includes the $vbphrase[marquee]

Demo: http://www.oneforum.org

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024