The Arcive of vBulletin Modifications Site. |
|
Announcements new Table Details »»
|
|||||||||||||||||||||||||
This is a simple code change for announcements.
Preview: http://img251.imageshack.us/img251/8...cementsfl5.jpg Modification: Go into the FORUMDISPLAY template. (AdminCp -> Styles & Templates -> Edit Templates -> FORUMDISPLAY) Find: Code:
$announcebits Find: Code:
$header $navbar Code:
<!-- Announcements -->
<if condition="$announcebits">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="50%">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('icons_panel')">
<img id="collapseimg_icons_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_icons_panel].gif" alt="" border="0" />
</a><b><center>Announcements</center></b></td>
<tbody id="collapseobj_icons_panel" style="$vbcollapse[collapseobj_icons_panel]">
<tr>
<td bgcolor="#F5F5FF"><div><span style="color: black;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
$announcebits
</table>
</a></span></div>
</a></span></div>
</td>
</tr>
</td>
</tr>
</table>
<br />
</if>
<!-- /Announcements -->
<br />
I have used some deprecated tags, in this modification. When I will have free time I will release it with the correct code. ------------------------------------------ Code Updated & Optimized Thanks goes to Sidewindr [View Post] Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Cheers m8 looks a lot nicer and more noticeable, well done!!
|
|
#3
|
|||
|
|||
|
Awsome
Thanks ^^
|
|
#4
|
|||
|
|||
|
I made the following changes to the code so the Announcements table would not show up if there were no announcements. Also fixed up some missing table data and row end tags.
Code:
<!-- Announcements -->
<if condition="$announcebits">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="50%">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('icons_panel')">
<img id="collapseimg_icons_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_icons_panel].gif" alt="" border="0" />
</a><b><center>Announcements</center></b></td>
<tbody id="collapseobj_icons_panel" style="$vbcollapse[collapseobj_icons_panel]">
<tr>
<td bgcolor="#F5F5FF"><div><span style="color: black;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
$announcebits
</table>
</a></span></div>
</a></span></div>
</td>
</tr>
</td>
</tr>
</table>
<br />
</if>
<!-- /Announcements -->
|
|
#5
|
|||
|
|||
|
Nice, i will add this soon to my boards. It does make it more noticeable.
|
|
#6
|
||||
|
||||
|
Thanks, Sidewindr.
![]() Code updated, but still not complete. |
|
#7
|
||||
|
||||
|
Code optimized.
|
|
#8
|
|||
|
|||
|
do you know of a way to show more than 1 announcement in the box?
Also is there a way to have the announcements to show in the forumhome? |
|
#9
|
||||
|
||||
|
What you mean exactly with this? Here, https://vborg.vbsupport.ru/attachmen...7&d=1173895817, for example, it show two announcements.
Maybe you mean that you have this: AdminCp -> vBOptions -> Forum Display Options (forumdisplay) -> Group Announcements.. set to 'Yes'. If so, set it to 'No'. ![]() Quote:
|
|
#10
|
|||
|
|||
|
Very nice. Installed.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|