Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Not Your Normal Marquee System Details »»
Not Your Normal Marquee System
Version: 1.0.5, by sezmar sezmar is offline
Developer Last Online: Sep 2016 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-21-2006 Last Update: 01-24-2006 Installs: 216
Uses Plugins Template Edits
 
No support by the author.

Not Your Normal Marquee System


This is a very cool Marquee System non like you have or will ever see on the net. It has so many features your eyes will pop out of its socket and even more to come. Only 1 template to edit and its all in the installer xml file. All you need to do is locate the HEADER template and add:

Code:
$marquee
to it any were you want the maquee to show.

It is one of the easyest hacks you will ever install and it takes less then 1 minute to do.


Features:

Marquee .: on and off :.
TEMPORARY REMOVEDshowgroups .: set what groups you want to view the marquee :.
Marquee Behavior .: allows you to set the marquee to either scroll slide or alternate :.
Marquee Direction .: Set the direction of the marquee exp. up down left right :.
Message Height .: This is to adjust the height of the message if you are going to use up or down :.
Marquee Speed .: Set the over-all speed of the message :.
Marquee Speed Mouse On .: Speed of mouse hoover :.
Marquee Speed Mouse Off .: Speed of mouse no hoover :.
Welcome Message .: on and off (exp. Hello username) :.
Change the Hello .: allows you to change the Hello to Hi Welcome or any Language :.
Marquee Title .: on and off :.
Message Title .: Change the Title name :.
Title Font .: Change font of title :.
Title Size .: Change the Title text size :.
Title Color .: Change the title text color :.
Title Width .: Change the % of the marquee Title you want the title to take up :.
Message .: Change your marquee message :.
Message Font .: Change the Message text Font :.
Message Size .: Change the Message Size :.
Message Color .: Change the message color :.
Message Width .: Change the Width of the marquee the Text will take up :.


More options to come on the next update

I want to give special thanks to GillyBabe & Spiffware as Developer and tester he was the one to find most of the bugs so that you guys don't have to deal with them.

Installation:
Import through Products, then put "$marquee" any where you want the Marquee System to show.

Upgrade:
Uninstall Product & Install again.

Supporters / CoAuthors

Show Your Support

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

Comments
  #92  
Old 02-28-2006, 06:13 PM
Calisse's Avatar
Calisse Calisse is offline
 
Join Date: Sep 2005
Location: UK
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Absolutely fabulous
Reply With Quote
  #93  
Old 02-28-2006, 07:13 PM
ronoxQ's Avatar
ronoxQ ronoxQ is offline
 
Join Date: Aug 2005
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just as an idea, Sezmar... maybe people should post up what they're using their marquee for, so others can get ideas?

I'm trying to get it to show the newest users, myself, but thus far it's not working.
Reply With Quote
  #94  
Old 03-07-2006, 08:09 PM
NiTRoN NiTRoN is offline
 
Join Date: Dec 2005
Location: Big Ditch
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick suggestion.. Any way u can add option to turn the collors off.. so it will use default template colors. It is really hard to chose right color so it works on multiple skins on your board. My board has skins that have black and white backgrounds...

my 2cents Other than that its wonderfull..
Reply With Quote
  #95  
Old 03-10-2006, 10:14 PM
SmashinYoungMan SmashinYoungMan is offline
 
Join Date: Nov 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NiTRoN
Quick suggestion.. Any way u can add option to turn the collors off.. so it will use default template colors. It is really hard to chose right color so it works on multiple skins on your board. My board has skins that have black and white backgrounds...

my 2cents Other than that its wonderfull..
Using custom CSS, you can get it to look however you like. I also duplicated the marquee and used <if> statements to show a different message for unregistered members.

http://www.gabshack.com/forum/
Reply With Quote
  #96  
Old 03-11-2006, 03:51 PM
xOzzie xOzzie is offline
 
Join Date: Nov 2005
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

SmashinYoungMan, I like what you've done. Can you post an example of your "if" statement so I can see how you did that?

Thanks!
Reply With Quote
  #97  
Old 03-11-2006, 08:15 PM
SmashinYoungMan SmashinYoungMan is offline
 
Join Date: Nov 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xOzzie
SmashinYoungMan, I like what you've done. Can you post an example of your "if" statement so I can see how you did that?

Thanks!
Sure.

HTML Code:
<if condition="in_array($bbuserinfo[usergroupid], array(6,7,2,5,10,11))">
<td width="50%" class="marqueebar">$marquee</td>
<else />
<td width="50%" class="marqueebar">$marquee2</td>
</if>
The array is all my registered usergroups, and $marquee shows the message I'd like them to see. The $marquee2, which is the duplicated marquee system, shows the unregistered/not-logged-in message.
Reply With Quote
  #98  
Old 03-11-2006, 10:50 PM
xOzzie xOzzie is offline
 
Join Date: Nov 2005
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!

OK, dumb question. Where did you put the code? I can't find 'marqueebar' used in any of the templates or in the .xml product file.
Reply With Quote
  #99  
Old 03-11-2006, 11:12 PM
SmashinYoungMan SmashinYoungMan is offline
 
Join Date: Nov 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xOzzie
Thanks!

OK, dumb question. Where did you put the code? I can't find 'marqueebar' used in any of the templates or in the .xml product file.
The first thing you will need to do is duplicate the marquee system. Attached to this post is the zip file for the duplicate. Install it just as you would the original marquee system. After you install that, you will see in your vBulletin Options settings for the second marquee system.

Then you simply substitute this code for the "$marquee" you originally put in the header template:

HTML Code:
<if condition="in_array($bbuserinfo[usergroupid], array(6,7,2,5,10,11))">
$marquee
<else />
$marquee2
</if>
Remember to put the proper usergroup IDs in the array for your registered members.
Reply With Quote
  #100  
Old 03-11-2006, 11:24 PM
SmashinYoungMan SmashinYoungMan is offline
 
Join Date: Nov 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One thing: Remember that whenever sezmar updates the marquee system, the duplicate will have to be upgraded as well. Duplicating the marquee system involves editing the original xml product file, so newbies to this sort of thing may not want to bother with this.
Reply With Quote
  #101  
Old 03-12-2006, 10:03 AM
xOzzie xOzzie is offline
 
Join Date: Nov 2005
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great! Thanks for the detailed reply. This will be useful.
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 11:07 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06142 seconds
  • Memory Usage 2,305KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_html
  • (3)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
  • (4)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