The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Global Announcements Details »» | |||||||||||||||||||||||||
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:
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
|
Comments |
#152
|
||||
|
||||
"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! |
#153
|
|||
|
|||
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??
|
#154
|
|||
|
|||
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 --> |
#155
|
||||
|
||||
Quote:
This feature may be in the next version, I'll try my best Quote:
Marky |
#156
|
|||
|
|||
Thanks Marky, look forward to the reply.
|
#157
|
||||
|
||||
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 |
#158
|
|||
|
|||
Quote:
|
#159
|
|||
|
|||
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? |
#160
|
|||
|
|||
thanks , i just installed it very very simple to do
|
#161
|
||||
|
||||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|