vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Miscellaneous Hacks - Scrolling title template mod (https://vborg.vbsupport.ru/showthread.php?t=194565)

iNRoC 10-25-2008 10:00 PM

Scrolling title template mod
 
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!

RobbieZ 10-25-2008 10:54 PM

There's no scrolling in your demo except for your favicon !

iNRoC 10-25-2008 10:58 PM

The title will be scrolling too. It may not be displaying for you. What kind of browser are you using?

RobbieZ 10-25-2008 11:04 PM

FireFox

iNRoC 10-25-2008 11:07 PM

Hmm.. theres nothing wrong with the code. try installing it on your own forum first
.

It probably is your browser

iNRoC 10-26-2008 02:41 AM

Quote:

Originally Posted by RobbieZ (Post 1652712)
There's no scrolling in your demo except for your favicon !

And your demo is a warez site!! (which has a post for vbulletin hack sites)

tut tut ...

Theres no vbulletin hacks there. only themes made by team will be there.

iNRoC 10-26-2008 05:03 AM

[Update] Removed .txt file and replaced with instructions in CODE tags

valdet 10-27-2008 07:01 AM

Besides visual effect I don't see any use for this.

This could have a serious effect on SEO.

Just my 2c.

iNRoC 11-01-2008 06:57 PM

Quote:

Originally Posted by valdet (Post 1653575)
Besides visual effect I don't see any use for this.

This could have a serious effect on SEO.

Just my 2c.

This will have no effect on SEO because the actual <title> will remain the same. Since this is javascript this only affects visually. The reason I posted this is because it catches a user's attention if they visit the site.


All times are GMT. The time now is 02:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01050 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete