Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
Place a scrolling marquee on navbar (header) Details »»
Place a scrolling marquee on navbar (header)
Version: 1.5, by VaaKo VaaKo is offline
Developer Last Online: Dec 2007 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 11-08-2005 Last Update: Never Installs: 82
Template Edits
 
No support by the author.

This is a very simple html code to place in your navbar but it's really cool!

Hack updated to version 1.5, now using phrases manager!

First, you need to create the marquee phrase, which you can edit it anytime you want using the phrase manager, goto:
Admincp >> Languages & Phrases >> Phrase Manager >> Add New Phrase
and add the following

Phrase Type: GLOBAL
Product: vBulletin
Varname: marquee
Text: *The marquee that you wanna display*

now open your navbar template:
Admincp >> Styles & Templates >> Style Manager >> *template* >> navbar

Find this code
HTML Code:
</table>
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="do" value="login" />		
		<input type="hidden" name="vb_login_md5password" />
		<input type="hidden" name="vb_login_md5password_utf" />
		</form>
		<!-- / login form -->
			
		</td>
		
	</if>	
	
</tr>
Place under it
HTML Code:
<tr>
  <td colspan="3" class="alt1"><marquee><span class="smallfont"><b><font color="#FF0000">$vbphrase[marquee]</font></b></span></marquee></td>
  </tr>
If you have already installed it, all you have to do is replace the navbar code with the new one that includes the $vbphrase[marquee]

Demo: http://www.oneforum.org

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 11-09-2005, 10:50 PM
funinthesun funinthesun is offline
 
Join Date: Oct 2005
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you create a scrolling marquee on the bottom of the IE page itself? Thanks
Reply With Quote
  #13  
Old 11-09-2005, 10:55 PM
mikehawk's Avatar
mikehawk mikehawk is offline
 
Join Date: May 2004
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works in FireFox for me.
Reply With Quote
  #14  
Old 11-09-2005, 11:16 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works fine in IE and Opera.. will test FF..

Nice job I say.
Reply With Quote
  #15  
Old 11-10-2005, 04:09 AM
krvaricp krvaricp is offline
 
Join Date: Oct 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This modification is included in the Shiny Black Skin by Staircase :

Code:
The skin comes with a scrolling marquee. You can either totally get rid of it OR
you can edit it.

To edit it, edit your templates in the Admin CP. Go to Forum Home Templates ?
FORUMHOME. Below $navbar, there is a code like this:

<table class="tborder" align="center" border="0" cellpadding="6" cellspacing="0" width="100%">
<tbody><tr>
	<td class="tcat" align="center">
        Notice from the ADMINS!
	</td>
</tr>
</tbody><tbody id="collapseobj_forumhome_welcomepanel" style="">
	<tr>
		<td class="alt1" align="center" width="101%">
        <marquee>READ THE ANNOUNCEMENTS!! You could be banned if there is
        something important and YOU DON'T KNOW IT!</marquee>

		</td>
	</tr>
</tbody>
</table><br>

You can either remove it fully or you can edit:

        <marquee>READ THE ANNOUNCEMENTS!! You could be banned if there is
        something important and YOU DON'T KNOW IT!</marquee>

and:

Notice from the ADMINS!

if you want to change those.
Reply With Quote
  #16  
Old 11-10-2005, 05:33 AM
rb290's Avatar
rb290 rb290 is offline
 
Join Date: Oct 2005
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice!
installed ^_^
Reply With Quote
  #17  
Old 11-10-2005, 10:36 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed,i did have something similar installed before but this is a lot cleaner thankyou,works fine for me in FF and IE,

i also found that adding this made my members feel more welcome to my forum.
-------------------------------------------------------------------
welcome,$bbuserinfo[username]
Reply With Quote
  #18  
Old 11-10-2005, 10:42 AM
bonnmac bonnmac is offline
 
Join Date: Mar 2002
Location: United States
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway to do something like this but call the info from a specfic thread in a special forum?
Reply With Quote
  #19  
Old 11-10-2005, 01:12 PM
quachvu quachvu is offline
 
Join Date: Jun 2004
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i make it to run slower?
Reply With Quote
  #20  
Old 11-10-2005, 05:20 PM
VaaKo VaaKo is offline
 
Join Date: Jul 2005
Location: Lebanon
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by quachvu
how can i make it to run slower?
you can use this:

HTML Code:
<marquee scrollamount="5">Pink Floyd</marquee>
you can increase it to make it run faster or dicrease it to make it run slower
Reply With Quote
  #21  
Old 11-10-2005, 05:38 PM
funinthesun funinthesun is offline
 
Join Date: Oct 2005
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know how to ad this to the bottom of the Internet Explorer window?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:36 PM.


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.04555 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete