Back to vBulletin 3.7 Template Modifications

Scrolling title template mod
Mod Version: 1.00, by iNRoC

This modification is in the archives.
vB Version: 3.7.x Rating: (2 votes - 5.00 average) Installs: 9
Released: 26 Oct 2008 Last Update: Never Downloads: 8
Not Supported Template Edits Re-usable Code Translations  

about: This hack allows you to add a scrolling title to your forum. I am working on a product to auto-matically do this for you but my skills with xml coding are minimal and still are a work in progress. I know I will recieve responses saying this is super easy; it's basic javascript; etc, I know, but not everyone knows this.

Installation:
Code:
1)
IN THE FORUMHOME TEMPLATE DO THE FOLLOWING:
#####################################################
STEP A: ## FIND <HEAD> ##############################
#####################################################
UNDERNEATH ADD:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var scrl = " INSERT DISIRED SCROLLING TEXT HERE ";
function scrlsts() {
 scrl = scrl.substring(1, scrl.length) + scrl.substring(0, 1);
 document.title = scrl;
 setTimeout("scrlsts()", 300);
 }
//  End -->
</script>
##########################################################################################################
##########################################################################################################
STEP B: ## FIND <BODY>
##########################################################################################################
UNDERNEATH ADD:
<BODY onLoad="scrlsts()">
##########################################################################################################
DO THIS FOR EVERY TEMPLATE YOU WISH TO HAVE SCROLLING TEXT.##########################################################
##########################################################################################################
##############################################################
Coming soon:
Product-Scrollingtitleabcw

Thanks!

Download

No files for download.

Similar Mods

Scrolling title template mod vBulletin 3.8 Template Modifications

vblts.ru supports vBulletin®, 2022-2024