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
Menu Alert Details »»
Menu Alert
Version: 1.1, by Marky Marky is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-15-2006 Last Update: 02-15-2006 Installs: 88
Uses Plugins Template Edits
 
No support by the author.

Hey all,

What is Menu Alert?
This modification, installs an alert that is displayed globally across your vBulletin forum.
It is completely admin controllable, and simple to install.

What can I do using Menu Alert?
The features of Menu Alert include:
  • Alert Menu Switch - Ability to turn your alert on/off.
  • Title/Content Change - Ability to change the title and content of your alert.
  • Title/Content Colour Change - Ability to change the colour of both your title and content of your alert.
  • Marquee Switch - Ability to turn on a 'Marquee'. This turns your alert into a 'Marquee'.
  • Marquee Direction - Ability to change the direction in which the marquee turns.
  • Title Prefix - Ability to change the prefix of your title.
  • HTML Ready - You can use HTML in this release!

How long will it take me to install Menu Alert?
Menu Alert is easier to install than any of my previous modifications! Just one product, will install:
1 Template
1 Plugin
1 Admin Controllable Menu
All you must do is insert $menualert into your navbar template and it's fully installed!

Support
For support on this mod, you can go to either:
MgArcade.com

Or

Post in this topic!

Suggestions
Got a suggestion? Post it here, PM me, or email me, I will try my best to include it in a future version.

Credits
Menu Alert was Created By: Marky_

Other
You must not allow this file for download anywhere but vbulletin.org without the consent of Mark Spiers (Marky_)

If you install this modification, please click 'Install' to show your support!

Would you like to donate to me? I'd be extremely grateful, no matter the amount!


Current Version: 1.1

Thanks,

Marky

Show Your Support

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

Comments
  #22  
Old 01-17-2006, 01:28 PM
hotwheels hotwheels is offline
 
Join Date: May 2005
Location: Cheyenne, wy
Posts: 1,380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
How can i slow down the scroll?
go to your admincp, style & templates, style manager,.......then click on the double arrow's.......scroll down to "menualert" and click customize......when the template opens up, delete all of the infromation in the box and add this:
Quote:
<!-- Alert Menu Content -->
<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[alert_menu_switch]">
<td class="vbmenu_control" width="75"><font color="#{$vboptions['alert_menu_title_text_colour']}"><b>{$vboptions['alert_menu_title']}{$vboptions['alert_menu_title_fix']}</b></font></td>
<td class="vbmenu_control" width="535" align="left"><if condition="$vboptions['alert_menu_marquee_switch']">
<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820" scrolldelay="120"></if><font color="#{$vboptions['alert_menu_content_text_colour']}"><b>{$vboptions['alert_menu_alert']}</b></font><if condition="$vboptions['alert_menu_marquee_switch']"></marquee></if></td>
</if>
</tr>
</table>
</div>
<!-- / #End Alert Menu Content -->

click save and reload............

the only change that i made was: scrolldelay="120" this is what will control your speed, you can change to your specific need's, but i think 120 is perfect.........Increase the number to slow down the scroll.........try inserting 140.........ect.


I hope it was okay for me to post this, please delete if not...........thanks, hotwheels
Reply With Quote
  #23  
Old 01-17-2006, 01:56 PM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hotwheels
go to your admincp, style & templates, style manager,.......then click on the double arrow's.......scroll down to "menualert" and click customize......when the template opens up, delete all of the infromation in the box and add this:


click save and reload............

the only change that i made was: scrolldelay="120" this is what will control your speed, you can change to your specific need's, but i think 120 is perfect.........Increase the number to slow down the scroll.........try inserting 140.........ect.


I hope it was okay for me to post this, please delete if not...........thanks, hotwheels
It's fine
Thank you infact, I'll include this in the next release and make it admin controllable
Reply With Quote
  #24  
Old 01-17-2006, 02:28 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, this is the bomb. INSTALLS! pee pee time
Reply With Quote
  #25  
Old 01-18-2006, 04:24 PM
sezmar sezmar is offline
 
Join Date: Jan 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack! I made a few changes you may want to include.

I added the mouse over, speed control different then above and added height because I use it scrolling up.

This is in the "menualert" Template.

Code:
<!-- Alert Menu Content -->
<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[alert_menu_switch]">
<font color="#{$vboptions['alert_menu_title_text_colour']}"><b>{$vboptions['alert_menu_title']}{$vboptions['alert_menu_title_fix']}</b></font></td>
<td class="vbmenu_control" width="535" align="center"><if condition="$vboptions['alert_menu_marquee_switch']">
<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820" scrollAmount="1" height="14" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=1"></if><font color="#{$vboptions['alert_menu_content_text_colour']}"><b>{$vboptions['alert_menu_alert']}</b></font><if condition="$vboptions['alert_menu_marquee_switch']"></marquee></if></td>
</if>
</tr>
</table>
</div>
<!-- / #End Alert Menu Content -->
Reply With Quote
  #26  
Old 01-18-2006, 11:20 PM
scottct1 scottct1 is offline
 
Join Date: Mar 2002
Location: Connecticut
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to change it so the size of it adjusts depending on what the users resolution is?
Reply With Quote
  #27  
Old 01-21-2006, 02:18 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers for this...looks cool but,

Its too wide on my forum, how can i make it a little shorter please?
Reply With Quote
  #28  
Old 01-21-2006, 02:25 PM
LJR LJR is offline
 
Join Date: Oct 2005
Location: UK
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this! Nice and neat.
Reply With Quote
  #29  
Old 01-21-2006, 04:45 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sezmar
Great hack! I made a few changes you may want to include.

I added the mouse over, speed control different then above and added height because I use it scrolling up.

This is in the "menualert" Template.

Code:
<!-- Alert Menu Content -->
<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[alert_menu_switch]">
<font color="#{$vboptions['alert_menu_title_text_colour']}"><b>{$vboptions['alert_menu_title']}{$vboptions['alert_menu_title_fix']}</b></font></td>
<td class="vbmenu_control" width="535" align="center"><if condition="$vboptions['alert_menu_marquee_switch']">
<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820" scrollAmount="1" height="14" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=1"></if><font color="#{$vboptions['alert_menu_content_text_colour']}"><b>{$vboptions['alert_menu_alert']}</b></font><if condition="$vboptions['alert_menu_marquee_switch']"></marquee></if></td>
</if>
</tr>
</table>
</div>
<!-- / #End Alert Menu Content -->
thnx!
Reply With Quote
  #30  
Old 01-21-2006, 04:55 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can we make it scoll up as well please?

Quote:
Great hack! I made a few changes you may want to include.

I added the mouse over, speed control different then above and added height because I use it scrolling up.
Reply With Quote
  #31  
Old 01-21-2006, 04:57 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi m8

You need to edit the text in red (ok so red shows green pmsl) me sorted mine

<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820" scrollAmount="1" height="14" onMouseover="this.scrollAmount=0"

Quote:
Originally Posted by scottct1
Any way to change it so the size of it adjusts depending on what the users resolution is?
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 07:13 PM.


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.05443 seconds
  • Memory Usage 2,319KB
  • 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
  • (2)bbcode_code
  • (6)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