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 |
#132
|
|||
|
|||
hello
after upgrading to 3.5.4 Global Announcements dissappeared it does not work any more I tried to remove it and reinstalled but no luck any chance for upgrade thanks |
#133
|
|||
|
|||
3.54 isn't the isssue, because I am running global announcements with 3.54 no problem.
Something else must have gone awry. |
#134
|
|||
|
|||
Hi
but the problem only startrd after I upgraded the forum to 3.5.4 I tried reistalling it just does not work what a pitty |
#135
|
||||
|
||||
May I ask how you upgraded your forum? Also when you uninstalled Global Announcements - did you fully delete everything? (i.e. navbar edits, product deletion etc.)
|
#136
|
|||
|
|||
i think you should have a ^ arrow so you can minimize the annoucements window.
It gets annouying when its in the way all day. |
#137
|
||||
|
||||
Quote:
Good idea! Next version |
#138
|
|||
|
|||
Quote:
|
#139
|
|||
|
|||
Quote:
http://www.limmac.org/ |
#140
|
|||
|
|||
Here is my code for the globalannounce template.
Please note that I changed some of the thickness of the cells as well as the classes to display the way I wanted it. Changes are in GREEN. Code:
<if condition="$vboptions[global_status] && $vboptions[global_announce] != ''"> <table class="tborder" cellpadding="1" cellspacing="1" border="{$vboptions['global_border']}" width="100%" align="center"> <tr> <td class="tcat"> <a href="#top" style="float:$stylevar[right]" onclick="return toggle_collapse('global_announcements')"> <img id="collapseimg_global_announcements" border="0" src="$stylevar[imgdir_button]/collapse_tcat.gif"/></a><center>LIMMAC Global Announcements</center> </td> </tr> <tbody id="collapseobj_global_announcements" style="$vbcollapse[collapseobj_global_announcements]"> <tr> <td class="thead" align="{$vboptions['global_title_align']}"> <a href="{$vboptions['global_title_link']}"><font color="#{$vboptions['global_title_colour']}">{$vboptions['global_title']}</font></a> </td> </tr> <tr> <td class="alt2" align="{$vboptions['global_text_align']}"> <font color="#{$vboptions['global_text_colour']}">{$vboptions['global_announce']} <if condition="$vboptions[global_menu_by]"><a href="{$vboptions['global_title_link']}">More...</a></if></font> </td> </tr> </tbody> </table> <br /> </if> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|