|
Scrolling title template mod
This modification is in the archives.
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.##########################################################
##########################################################################################################
##############################################################
Product-Scrollingtitleabcw Thanks! Download No files for download. |
|||||||||
Similar Mods
| Scrolling title template mod | vBulletin 3.8 Template Modifications |