The Arcive of vBulletin Modifications Site. |
|
KC - Sweet browser statusbar on your forum Details »»
|
|||||||||||||||||||||||||||
|
KC - Sweet browser statusbar on your forum
Developer Last Online: Nov 2023
Hi
![]() This template modification is very interesting. If you "install" that modification, browser statusbar on your forum will be very interesting.. How to add this modification : 1. Go to admincp/styles&Templates/Style Manager/Edit templates/ Footer 2. Above HTML Code:
<br /> <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> <br /> HTML Code:
<SCRIPT LANGUAGE="JavaScript"> <!-- StatusBar forum name by Kiril_Cvetkov--> var forum_message = "$vboptions[bbtitle] " var str = "" var vbulletin_name = "" var leftforum_message = "" function setMessage() { if (vbulletin_name == "") { str = " " vbulletin_name = forum_message leftforum_message = "" } if (str.length == 1) { while (vbulletin_name.substring(0, 1) == " ") { leftforum_message = leftforum_message + str str = vbulletin_name.substring(0, 1) vbulletin_name = vbulletin_name.substring(1, vbulletin_name.length) } leftforum_message = leftforum_message + str str = vbulletin_name.substring(0, 1) vbulletin_name = vbulletin_name.substring(1, vbulletin_name.length) for (var ii = 0; ii < 120; ii++) {str = " " + str} } else { str = str.substring(10, str.length) } window.status = leftforum_message + str JSCTimeOutID = window.setTimeout('setMessage()',100) } </SCRIPT> <body onload="JSCTimeOutID = window.setTimeout('setMessage()',500);"> </body> <!-- End Of StatusBar forum name by Kiril_Cvetkov --> )Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I remember doing the same exact thing in IPB, just this one is a lot more complicated
. Good job.
|
|
#3
|
|||
|
|||
|
Not working for me. Still says "Done" when done loading the page.
|
|
#4
|
|||
|
|||
|
Same here, just says 'done'.
|
|
#5
|
||||
|
||||
|
I'm guessing this is an IE only modification... Mozilla Firefox doesn't read it.
|
|
#6
|
||||
|
||||
|
I will reapair, i don't know, working on ie and mozilla on my computer, but in some others don't work, i will reapair
![]() p.s Know someone what is the problem? |
|
#7
|
|||
|
|||
|
Not working for me too
|
|
#8
|
|||
|
|||
|
Ya I use firefox and it doesn't work. I didn't try IE.
|
|
#9
|
||||
|
||||
|
I don't know what is it..Works fine at me... i install that on one forum and it's work fine but don't work in everybody.. I don't know it's very strange
|
|
#10
|
||||
|
||||
|
Help
|
![]() |
|
|