vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Not Your Normal Marquee System (https://vborg.vbsupport.ru/showthread.php?t=105961)

sezmar 01-21-2006 10:00 PM

Not Your Normal Marquee System
 
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.

sezmar 01-22-2006 02:05 AM

This is the marquee template, just edit the section highlited to the add the group ID's you want to see the Marquee System. This is set for the default users to view.

Code:

<!-- Marquee System -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <tr align="center"><if condition="$vboptions[marquee_system_switch]"><if condition="in_array($bbuserinfo[usergroupid], array(2,5,6,7))"><if condition="$vboptions[marquee_system_title_switch]"><td class="vbmenu_control" width="{$vboptions['marquee_system_title_width']}"><font face="{$vboptions['marquee_system_title_font_style']}" size="{$vboptions['marquee_system_title_font_size']}" color="#{$vboptions['marquee_system_title_color']}"><b>{$vboptions['marquee_system_title']}</b></font></td></if>
        <td class="vbmenu_control" width="marquee_system_width" align="left">
  <marquee direction="{$vboptions['marquee_system_marquee_direction']}" behavior="{$vboptions['marquee_system_behavior']}" scrollAmount="{$vboptions['marquee_system_marquee_speed']}" height="{$vboptions['marquee_system_height']}" onMouseover="this.scrollAmount={$vboptions['marquee_system_marquee_speed_mouseon']}" onMouseout="this.scrollAmount={$vboptions['marquee_system_marquee_speed_mouseoff']}"><font face="{$vboptions['marquee_system_font_style']}" size="{$vboptions['marquee_system_font_size']}" color="#{$vboptions['marquee_system_color']}"><center><b><if condition="$vboptions[marquee_system_hello_switch]">{$vboptions['marquee_system_hello']} $bbuserinfo[username]</if> {$vboptions['marquee_system_message']}</b></center></font></marquee></td>
        </if>
        </if>
        </tr>
        </table>
</div>
<!-- / #End Marquee System -->


Developer 01-22-2006 02:10 AM

nice hack i was thinking about making a hack like that
installed

Spiffware 01-22-2006 03:27 AM

great marquee system i think its the best out there....

Viks 01-22-2006 03:49 AM

Demo please

testpig 01-22-2006 04:45 AM

Quote:

Originally Posted by sezmar
Here are some admincp images

I'll ask the noob question. Whats a Marquee system?

XtremeOffroad 01-22-2006 05:01 AM

Quote:

Originally Posted by testpig
I'll ask the noob question. Whats a Marquee system?

Scrolling Text.

gothicuser 01-22-2006 05:06 AM

Nice one, *clicks installed*

BoYagoob 01-22-2006 05:22 AM

Good job

RMS-Chef 01-22-2006 06:14 AM

Nice.
Easy to implement and customize.
Thank you.

Kuimera 01-22-2006 06:48 AM

Good job!
2 things tho:

First: I´m getting a syntax error in Internet Explorer in line 451
Second: In Internet Explorer it shows a little wierd, like in two lines insteed of one, in Opera browser looks great btw!

Is this hack not ready for all the browsers?

bashy 01-22-2006 07:38 AM

Hi

I have installed BUT..

There are issuses..

It dont work very well in FF
Another thing, if you hover the mouse over it, it stops, move the mouse
and it stays stopped, Ya change the hover speed and once mouse hovers over
it it slows down and when ya move the mouse away again, it stays slow....

Also is it possible to show it to certain groups only?
Any advice please?

Snake 01-22-2006 08:49 AM

Thanks man!

sensimilla 01-22-2006 09:06 AM

Great nice little thingy, installed!

btw works fine for me in FF, apart the mouse hover

any chance to display marquee in user selected language ?

AshokForums.com 01-22-2006 11:53 AM

Great hack.. Installed it...

Few bugs

1) The Marquee Speed Mouse On/ off thing in the following browsers

- IE : When Marquee Speed Mouse On is set to zero.. The scrolling text stops but doesnt move again on when the mouse pointer is off..

- Opera: Nothing happens.. The scrooling text doesnt stop at all..

- FF: Same prob as that of IE..

2) Message height

- IE : The height is more than 14 pixels.. Just check out the screen shot Here

- Fine in other browsers!

EDIT :- The Message height is now fine.. I just changed the "Message Title Width" to 10% :) It was a message title width problem

murrtex 01-22-2006 11:56 AM

Quote:

Originally Posted by Viks
Demo please


click for screenshot

puertoblack2003 01-22-2006 12:18 PM

Quote:

Originally Posted by AshokForums.com
Great hack.. Installed it...

Few bugs

1) The Marquee Speed Mouse On/ off thing in the following browsers

- IE : When Marquee Speed Mouse On is set to zero.. The scrolling text stops but doesnt move again on when the mouse pointer is off..

- Opera: Nothing happens.. The scrooling text doesnt stop at all..

- FF: Same prob as that of IE..

2) Message height

- IE : The height is more than 14 pixels.. Just check out the screen shot Here

- Fine in other browsers!

EDIT :- The Message height is now fine.. I just changed the "Message Title Width" to 10% :) It was a message title width problem


yep had the same problem ... :rolleyes: thanks for then info

TheSonic 01-22-2006 12:38 PM

Works great! Thanks!

AshokForums.com 01-22-2006 01:35 PM

Hope sezmar can develop it futher.. Its a awesome hack

tcs 01-22-2006 01:38 PM

You can add this to you VB Advanced CMPS 2.0 by opening your /includes/vba_cmps_include_bottom.php and look for:


PHP Code:

    global $pages$stylevar$headinclude$header$footer$vbulletin$vbphrase$stylevar$show$pmbox$vba_options$vba_style$navbar$cusid$_REQUEST$gobutton$pagetitle$pagecache$db

ans add ', $marquee' to the end so it looks like this:

PHP Code:

    global $pages$stylevar$headinclude$header$footer$vbulletin$vbphrase$stylevar$show$pmbox$vba_options$vba_style$navbar$cusid$_REQUEST$gobutton$pagetitle$pagecache$db$marquee


sezmar 01-22-2006 03:12 PM

Just did an update version 1.0.1 works in all browsers on my test board.

added Mouse off and a couple fixes.

Will look at adding some of the suggestions.

Ole_Chilli 01-22-2006 03:59 PM

I lke this sytem better than the one I have now .. but am looking for one that can randomly pull a qute from a list somewhere

AshokForums.com 01-22-2006 04:08 PM

How about pulling the 5 lastest posts in the forum to the marquee???

U can do so much to improve this..

shaynehammy 01-22-2006 10:40 PM

This is brilliant. Can we get it to work with latest posts?

shadowdancer36 01-23-2006 01:25 AM

It's only showing in my forum area. Anyway I can make this show both on photopost and Vbad home page? What template do I need to add the $marquee to make it show everywhere?

shadowdancer36 01-23-2006 01:26 AM

Quote:

Originally Posted by tcs
You can add this to you VB Advanced CMPS 2.0 by opening your /includes/vba_cmps_include_bottom.php and look for:


PHP Code:

    global $pages$stylevar$headinclude$header$footer$vbulletin$vbphrase$stylevar$show$pmbox$vba_options$vba_style$navbar$cusid$_REQUEST$gobutton$pagetitle$pagecache$db

ans add ', $marquee' to the end so it looks like this:

PHP Code:

    global $pages$stylevar$headinclude$header$footer$vbulletin$vbphrase$stylevar$show$pmbox$vba_options$vba_style$navbar$cusid$_REQUEST$gobutton$pagetitle$pagecache$db$marquee


Okay I see the part for vbad, anyone has one for photopost? Hmm actually this didn't work for me :( I entered it at the end exactly how you have it posted TCS but it's not showing up.

dirtycrow 01-23-2006 01:53 AM

excellent! clicks install!

Warlockmatized 01-23-2006 05:02 AM

EXCELLENT marquee system!!! one issue though........how can i get this to show on MORE than just my forum home. i have cmps 2.0.0 with vb 3.5.3

it works great on my forum home but NO matter what i edit i cannot get it to show on the home page, at the top of a thread, OR on my vbproarcade page.

any/all help is greatly appreciated.

sezmar 01-23-2006 12:11 PM

Quote:

Originally Posted by shadowdancer36
It's only showing in my forum area. Anyway I can make this show both on photopost and Vbad home page? What template do I need to add the $marquee to make it show everywhere?

Quote:

Originally Posted by Warlockmatized
EXCELLENT marquee system!!! one issue though........how can i get this to show on MORE than just my forum home. i have cmps 2.0.0 with vb 3.5.3

it works great on my forum home but NO matter what i edit i cannot get it to show on the home page, at the top of a thread, OR on my vbproarcade page.

any/all help is greatly appreciated.

If you like you can add "$marquee" to your header template under
Code:

<!-- content table -->
near the end of the template and it will show on all pages, including any portal, games or gallery.

Totti 01-23-2006 01:01 PM

i'd love having another option beside left,right,up&down ...
lefto-to-right-to-left-...
you know ... always scrolling from left to the right and when it reached the end scroll back ... hope it is understandable :D

Warlockmatized 01-23-2006 06:07 PM

Quote:

Originally Posted by sezmar
If you like you can add to your header template under
Code:

<!-- content table -->
near the end of the template and it will show on all pages, including any portal, games or gallery.

worked GREAT, clicks install

sezmar 01-23-2006 09:26 PM

Quote:

Originally Posted by Totti
i'd love having another option beside left,right,up&down ...
lefto-to-right-to-left-...
you know ... always scrolling from left to the right and when it reached the end scroll back ... hope it is understandable :D

Yes I understand you, it now has 2 addtion features.

Chris Lang 01-24-2006 06:54 AM

Working well! It's fun to mix in small images into the messages. Is there a way to avoid the title block alltogether so there isn't any extra space when you're running it vertically (down). Setting width or font to zero doesn't do it.

Regardless, VERY awesome! ::clicks install:::

Dollah 01-24-2006 07:17 AM

love this no problems let me know when their is an update

Spiffware 01-24-2006 11:49 PM

ok guys im the developer here of this hack sezmar both agreed we will not add top 5 posts, last posts the quote thing we will think about the quote addon but there is a random quote hack we will need to get permission to use it in the marquee.
If we get a good suggestion we will meet on it and deside if it would be helpful. to be honest we can put almost the whole board in the marquee and we will not do that.. so if you want a addon let us know and we will look in to it if its reasonable.

Spiffware 01-24-2006 11:54 PM

a new update is coming everyone
added:
able to change "Hello" to what ever you want
can turn on and off hello
fixed a bug it works on all browsers now
and more

Spiffware 01-24-2006 11:58 PM

Quote:

Originally Posted by Chris Lang
Working well! It's fun to mix in small images into the messages. Is there a way to avoid the title block alltogether so there isn't any extra space when you're running it vertically (down). Setting width or font to zero doesn't do it.

Regardless, VERY awesome! ::clicks install:::


wait for new update we are adding a switch for this in the new update coming.

Chris Lang 01-25-2006 02:49 AM

Quote:

Originally Posted by Spiffware
wait for new update we are adding a switch for this in the new update coming.

Thanks so much! I look forward to it!

Spiffware 01-25-2006 02:50 AM

the update is up 1.1 has been released

sezmar 01-25-2006 02:54 AM

New Version 1.1 updated today


All times are GMT. The time now is 04:48 AM.

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.01405 seconds
  • Memory Usage 1,847KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete