The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Blinking text on title thread (or in bb code)
It's possible make a bbcode making blink text?
How? Someone can help me? |
#2
|
|||
|
|||
hail to my uber haxoring skills!
Tag: Blink Replacement: PHP Code:
http://www.htmlcodetutorial.com/_BLINK.html May not be compatible with all browsers :/ (which is good, IMO!) |
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
Which is good!
|
#5
|
|||
|
|||
Is there a way to edit vbulletin_global.js and get it to work on IE based browsers?
|
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
Sure, that will work. I just thought it would have to go in vbulletin_global because I have another bb code that required javascript and I had to edit vbulletin_global...
|
#8
|
||||
|
||||
Blinking Message Code
Add the following to the headinclude template. HTML Code:
<script language="javascript" type="text/javascript"> <!-- function doBlink() { var blink = document.all.tags("BLINK") for (var i=0; i<blink.length; i++) blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" } function startBlink() { if (document.all) setInterval("doBlink()",600) } window.onload = startBlink; // --> </script> |
#9
|
|||
|
|||
I inserted the above text into the headinclude template and now can do blinking text. (Thanks!!)
What I'd like to do is have my "search" text in the Navbar blink. I located what I thought was where I should put the code in the Nav template, but when I put the blink tag around what I think is the corrrect text, it includes text "array" next to search in my navbar (search is blinking though!!) How do I get rid of this Array tag - or am I doing this in the wrong place? HTML Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase<blink>[search]</blink></a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|