Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #42  
Old 01-25-2006, 06:27 AM
mbader71 mbader71 is offline
 
Join Date: Jul 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool hack

Thanks man,

but can you modify this so it can also show the latest X posts, that will be great
Reply With Quote
  #43  
Old 01-25-2006, 08:21 AM
Totti's Avatar
Totti Totti is offline
 
Join Date: Jul 2005
Location: Germany
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

new version doesn't show up to me (Usergroup: 50) ... ?!?
Reply With Quote
  #44  
Old 01-25-2006, 09:24 AM
sezmar sezmar is offline
 
Join Date: Jan 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mbader71
cool hack

Thanks man,

but can you modify this so it can also show the latest X posts, that will be great
Your welcome! I was looking at that and you coud add just about anything in here. I guess if there are a lot of request for it I will add some stats.


Quote:
Originally Posted by Totti
new version doesn't show up to me (Usergroup: 50) ... ?!?
Not sure why that would be, I'l take a look.
Reply With Quote
  #45  
Old 01-25-2006, 12:29 PM
Freakpyromaniac Freakpyromaniac is offline
 
Join Date: Feb 2005
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spiffware
the update is up 1.1 has been released
My writen text is no centerd but i want it just alliend on the left.
How can i change this . in the 1.0 version this wasnt a problem.
Reply With Quote
  #46  
Old 01-25-2006, 01:05 PM
Totti's Avatar
Totti Totti is offline
 
Join Date: Jul 2005
Location: Germany
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sezmar
Quote:
Originally Posted by Totti
new version doesn't show up to me (Usergroup: 50) ... ?!?
Not sure why that would be, I'l take a look.

i should mention, that before the update it worked perfectly
Reply With Quote
  #47  
Old 01-25-2006, 04:03 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Totti
new version doesn't show up to me (Usergroup: 50) ... ?!?
The usergroup 6 is the only ones that can see it....

Marquee System Options//Marquee Showgroups doesnt work...

You have to edit the Marquee template..

Find this in the marquee template..
in_array($bbuserinfo[usergroupid], array(6))

Add what usergroup you want between these ( )..
Like this..
in_array($bbuserinfo[usergroupid], array(2,6,10,12,15))
Reply With Quote
  #48  
Old 01-25-2006, 04:44 PM
sezmar sezmar is offline
 
Join Date: Jan 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stangger5
The usergroup 6 is the only ones that can see it....

Marquee System Options//Marquee Showgroups doesnt work...

You have to edit the Marquee template..

Find this in the marquee template..
in_array($bbuserinfo[usergroupid], array(6))

Add what usergroup you want between these ( )..
Like this..
in_array($bbuserinfo[usergroupid], array(2,6,10,12,15))
This is correct, I forgot to edit the xml file.

Please remove <if condition="in_array($bbuserinfo[usergroupid], array(6))"> from the marquee template, update is coming.
Reply With Quote
  #49  
Old 01-26-2006, 12:26 AM
mhuckaby's Avatar
mhuckaby mhuckaby is offline
 
Join Date: May 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone have a board where I can go to see this in action?

Thanks!
Mark
Reply With Quote
  #50  
Old 01-26-2006, 11:07 AM
Totti's Avatar
Totti Totti is offline
 
Join Date: Jul 2005
Location: Germany
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sezmar
Please remove <if condition="in_array($bbuserinfo[usergroupid], array(6))"> from the marquee template, update is coming.
working, thx a lot!
And thanks for the alternate one, too ... what is the difference between scrool and slide?!?
And another addition could be scrolling the chars in, which are just scrolled out ... you know ... currently the text starts again when the whole text is scrolled out ... with that option the first letters would come up again, when the tail is still fading out
Reply With Quote
  #51  
Old 01-26-2006, 05:36 PM
AshokForums.com AshokForums.com is offline
 
Join Date: Nov 2005
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Request: I want a add on to display all the Forum titles..
Reply With Quote
Reply


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.04906 seconds
  • Memory Usage 2,316KB
  • 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
  • (8)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
  • (1)pagenav_pagelinkrel
  • (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