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
  #32  
Old 02-15-2006, 05:05 PM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Menu Alert Updated to 1.1*
In this version you can now edit the width of your marquee and change the speed of it completely Admin Controlled.

Also, there is no need for template edits in the upgrade. Just Upload the new product and edit the new options available in the admin CP.

Thanks,

Marky
Reply With Quote
  #33  
Old 02-15-2006, 05:12 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgraded...working oK thanks...
Reply With Quote
  #34  
Old 02-15-2006, 05:15 PM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
Upgraded...working oK thanks...
Good stuff - sorry I haven't included as much as I've intended too, im working on http://www.vBDiscussion.com and it's taking alot of my time
Hope it all works well for you all
Reply With Quote
  #35  
Old 02-15-2006, 05:37 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So...is this your new site your working on?
Reply With Quote
  #36  
Old 02-15-2006, 05:59 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THANKS! W00T! One problem, it didn't completely work. LOL I upgraded mine from 1.0 and tried to fool with the settings etc. HTML did work fine for me, but the speed and/or width not working
Reply With Quote
  #37  
Old 02-15-2006, 07:19 PM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
So...is this your new site your working on?
Indeed it is

Quote:
Originally Posted by TonysDesigns
THANKS! W00T! One problem, it didn't completely work. LOL I upgraded mine from 1.0 and tried to fool with the settings etc. HTML did work fine for me, but the speed and/or width not working
Go to your templates and look in the template menualert, make sure you have the following in the 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]">
		<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"></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 -->
If this doesnt work - try reinstalling the complete modification.
Reply With Quote
  #38  
Old 02-15-2006, 08:37 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what I have:

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">
		<td class="vbmenu_control" width="75">{$vboptions['alert_menu_title']}{$vboptions['alert_menu_title_fix']}
		<td class="vbmenu_control" width="535" align="left">
		<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820">{$vboptions['alert_menu_alert']}
		</if>
	</tr>
	</table>
</div>
<!-- / #End Alert Menu Content -->
Reply With Quote
  #39  
Old 02-15-2006, 08:39 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look forward to it Marky
Reply With Quote
  #40  
Old 02-15-2006, 09:47 PM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TonysDesigns
This is what I have:

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">
		<td class="vbmenu_control" width="75">{$vboptions['alert_menu_title']}{$vboptions['alert_menu_title_fix']}
		<td class="vbmenu_control" width="535" align="left">
		<marquee direction="{$vboptions['alert_menu_marquee_direction']}" width="820">{$vboptions['alert_menu_alert']}
		</if>
	</tr>
	</table>
</div>
<!-- / #End Alert Menu Content -->
Select all the text in that template - delete it - and add:

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]">
		<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"></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 -->
Thanks Bashy Should be online in a couple of weeks
I'll be keeping information on it on my blog (Link in sig )
Reply With Quote
  #41  
Old 02-15-2006, 10:04 PM
finn snor finn snor is offline
 
Join Date: Jan 2006
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed and tried all the stuff you have suggested sofar and still have same problems with fast speed and wide width.
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 12:18 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.04884 seconds
  • Memory Usage 2,321KB
  • 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
  • (4)bbcode_code
  • (4)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