Instead of your users seeing nothing more than a boring old box, with maybe a few coloured words in it, you have the option of livening-up your Notices box by simply alterning one template and making your notices in a specific way.
1. Modify a template:
and find the navbar template.
Look for the part of the template containing:
...and where it says:
...replace it with:
You can replace the hex colour code #FFFFCC with a colour of your choice, although a subtle colour is recommended.
Save the template.
2. Create a Notice:
Start the Notice HTML with:
After this, you can add whatever you wish, and once done, you need to close with:
So, your Notice HTML should look something like:
The end result should look something like...

Attached are some common icons you can use for your notices bar. They came from the FamFam/Silk Icons pack.
Information: Attachment 27129
Notice: Attachment 27130
Warning: Attachment 27131
1. Modify a template:
Admin CP -> Styles & Templates -> Style Manager -> <STYLE NAME> -> Template Options -> Edit TemplatesOnce you're at the templates list, expand:
Code:
Navigation/Breadcrumb TemplatesLook for the part of the template containing:
HTML Code:
<if condition="$show['notices']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[notices]</td>
</tr>
<tr>
<td class="alt1">$notices</td>
</tr>
</table>
<br />
</if>HTML Code:
<td class="alt1">$notices</td>HTML Code:
<td class="alt1" style="background-color:#FFFFCC;">$notices</td>Save the template.
2. Create a Notice:
Admin CP -> Notices -> Add New NoticeFor a short and basic informative notice, for something like an event you wish to make people aware of, the following will be appropriate:
Start the Notice HTML with:
HTML Code:
<table border=0><tr><td><img src="http://www.somewebsite.com/forum/images/icons/silk/information.png" /></td><td>HTML Code:
</td></tr></table>HTML Code:
<table border=0><tr><td><img src="http://www.somewebsite.com/forum/images/icons/silk/information.png" /></td><td>The An event has occured! <a href="http://www.sgc-clan.com/forum/showthread.php?t=604">Click here for details...</a></td></tr></table>Attached are some common icons you can use for your notices bar. They came from the FamFam/Silk Icons pack.
Information: Attachment 27129
Notice: Attachment 27130
Warning: Attachment 27131
Search
About This Entry
- You’re currently reading “[vB 3.7] How to Make Notices Stand-out More…,” an entry on The Staff Lounge
- Published at 8.8.08 / 12am
Related Entries
- [vB 3.7] Create visually appealling Notices - vBulletin Tips
- Small Afterdark Skin update - vBStyles
- Recent Posts Addon - vBulletin 3.7 Add-onsvBulletin Add-ons
Recent Entries
- Donncha: WP Super Cache 0.8.7 - Wordpress
- Mark Jaquith: Subscribe to Comments plugin now on WordPress.com - Wordpress
- 3.8.0 skins updates - AnnouncementsvBStyles
Popular Resources
- Phorum-5.2.9a released (6 replies) - 13572 Views
- Phorum-5.2.8 final released (13 replies) - 6031 Views
- Phorum-5.2.9 released! Security Upgrade! (1 reply) - 3052 Views







No Responses to “[vB 3.7] How to Make Notices Stand-out More…”
Please Wait
Leave a Reply