The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#77
|
|||
|
|||
If you open the marquee template you will find that there are 2 instances of:
<td class="vbmenu_control" this controls the color or style of the table I changed mine to: (2 instances) <td class="tcat" and this is the result: example you could also change it to: <td class="thead" or <td class="alt1" or <td class="alt2" or probably even an image or clear gif |
#78
|
|||
|
|||
Can this be coded to show a different message per user group?
|
#79
|
|||
|
|||
Works great
Clicks Install |
#80
|
|||
|
|||
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 --> |
#81
|
||||
|
||||
is there any way you can have content from a thread or thread titles running on the marquee?
|
#82
|
|||
|
|||
No upgrades to this hack? I was expecting so much from this.. even a HOTM nomination
|
#83
|
||||
|
||||
i am perfectly satisfied with it ... without further updates
|
#84
|
||||
|
||||
Let's see how it looks, thanks
|
#86
|
|||
|
|||
concidering this is a table had a full page probly now most javascripts need the had header settings and this does not i say no but play if you can let us know we will look into it im sure. or be my guest to make a addon to it..
|
#87
|
|||
|
|||
Cute little mod. We are using it for our online staff announcements.
Thanks for the effort you put into it! |
#88
|
|||
|
|||
Just wondering how I would make this show on VBportal? I tried creating a block to place the $marquee in, but no luck. Should I make the block a php, or html?
I can't even get VBportal to pull that from the header either. |
#89
|
|||
|
|||
bump
|
#90
|
|||
|
|||
Quote:
lovely marquee by the way - i love it ! |
#91
|
|||
|
|||
Very nice, thanks :nervous:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|