Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Global Announcements Details »»
Global Announcements
Version: 1.2, by Marky Marky is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

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

Hey all,

What is Global Announcements?
This is a modification that adds an announcement to every vB page. It's simple to use and install.

What can I do using Global Announcements?
The features of Global Announcements include:
  • Online / Offline - The ability to turn your announcement Online or Offline.
  • Set Announcement Title - The ability to change the title of your announcement.
  • Set Announcement Text - The ability to change the text of which your announcement contains.
  • HTML Ready - Has the ability to use HTML in both Title and text!

How long will it take me to install Global Announcements?
Global Announcements is a very easy modification to install. It should take no more than 1 minute to install! It comes with a product file, so all you have to do is import the included product file, edit one template and the modification is 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
Global Announcements was:
Created By: Marky_
Assisted By: Zero Tolerance

Credits
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!


Latest Version: 1.2

Version 1.1 Features
** Border Thickness - The ability to change the thickness of your Global Announcement table.
** Title Colour - The ability to change the colour of the title of your Global Announcement.
** Text Colour - The ability to change the colour of the text of your Global Announcement.
** Title Alignment - The ability to change the alignment of the title of your Global Announcement.
** Text Alignment - The ability to change the alignment of the text in your Global Announcement.

Version 1.2 Features
*** Announcement Title Link - The ability to create a link from the title of your announcement to an external link.
*** 'More' Option - The ability to add an 'More...' to your announcement. This links to the same link as the title.

Upgrade Instructions included in attachment. Just download the zip file and upgrade

Thanks,

Marky

Show Your Support

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

Comments
  #152  
Old 05-19-2006, 06:06 PM
SHalliday's Avatar
SHalliday SHalliday is offline
 
Join Date: Jan 2002
Location: Norwalk, CT
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Click Installed"

Thank you for such a great hack! Extremely easy to install and works right out of the box. Very nice. Been using for awhile now on our forums and it works beautifully.

Does everything I need except it does not have an option to allow me to select whether to display globally or just on forumhome. Sometimes that can be very handy depending on what type of announcement you are making. No big deal but thought I would mention it for future consideration.

In any case, fantastic hack and thank you again!
Reply With Quote
  #153  
Old 05-19-2006, 08:24 PM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to add it to a friends vbadvanced portal, it works fine on the forums but not the portal where do I need to put the code??
Reply With Quote
  #154  
Old 05-19-2006, 08:43 PM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i modified it a bit cause i wanted the text and title color to match my styles

Code:
<!-- Global Announcement - Version 1.2 - Created by Marky -->
<if condition="$vboptions[global_status] && $vboptions[global_announce] != ''"><if condition="$bbuserinfo[userid] != 0">
<table class="tborder" cellpadding="6" cellspacing="1" border="{$vboptions['global_border']}" width="100%" align="center">
	<tr>
<td class="tcat" align="{$vboptions['global_title_align']}"><span class="normal">{$vboptions['global_title']}</a>
		</span></td>
	</tr>
	<tr>
<td class="alt2" align="{$vboptions['global_text_align']}"><span class="normal">{$vboptions['global_announce']}  <if condition="$vboptions[global_menu_by]"><a href="{$vboptions['global_title_link']}">More...</a></if></font>
		</span></td>
	</tr>
</table>
<br />
</if></if></if>
<!-- End Global Announcement - Version 1.2 - Created by Marky -->
Reply With Quote
  #155  
Old 05-24-2006, 06:43 PM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SHalliday
"Click Installed"

Thank you for such a great hack! Extremely easy to install and works right out of the box. Very nice. Been using for awhile now on our forums and it works beautifully.

Does everything I need except it does not have an option to allow me to select whether to display globally or just on forumhome. Sometimes that can be very handy depending on what type of announcement you are making. No big deal but thought I would mention it for future consideration.

In any case, fantastic hack and thank you again!
Hey,

This feature may be in the next version, I'll try my best

Quote:
Originally Posted by Gizmo999
I'm trying to add it to a friends vbadvanced portal, it works fine on the forums but not the portal where do I need to put the code??
Sorry, since I don't use vBAdvanced, I don't know how it's system works. I shall take a look for you and get back to you on how to put it on. Thanks,

Marky
Reply With Quote
  #156  
Old 05-24-2006, 08:05 PM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Marky, look forward to the reply.
Reply With Quote
  #157  
Old 05-25-2006, 06:40 AM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know how to do it for Menu control - my other mod - maybe you do the same...

So, try this:
Add:

globalannounce

to 'Portal Output Global Variables'.

Thanks,

Marky
Reply With Quote
  #158  
Old 05-25-2006, 08:55 AM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marky
I know how to do it for Menu control - my other mod - maybe you do the same...

So, try this:
Add:

globalannounce

to 'Portal Output Global Variables'.

Thanks,

Marky
thanks, it worked perfectly.
Reply With Quote
  #159  
Old 05-25-2006, 05:38 PM
KubisForce KubisForce is offline
 
Join Date: May 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks - this is a nice hack. But I would need it with a function so that I can have the text according to the selected language because I ran a multilanguage board.

Would that be possible?
Reply With Quote
  #160  
Old 05-25-2006, 09:44 PM
arindra arindra is offline
 
Join Date: May 2006
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks , i just installed it very very simple to do
Reply With Quote
  #161  
Old 05-27-2006, 10:48 AM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KubisForce
Thanks - this is a nice hack. But I would need it with a function so that I can have the text according to the selected language because I ran a multilanguage board.

Would that be possible?
Not sure but i'll look into it for you It may be a possibility...

Quote:
Originally Posted by arindra
thanks , i just installed it very very simple to do
Great stuff Enjoy!
Reply With Quote
Reply

Thread Tools

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 05:17 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.04876 seconds
  • Memory Usage 2,312KB
  • 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
  • (1)bbcode_code
  • (5)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