Helpful Information
 
 
Category: vBulletin 3.6 Template Modifications
Minimalistic Announcement Threadbit

I personally like my announcement threadbit to be as minimalistic as possible so that it is straight to the point.

This is a very simple modification that removes all the extra information that I feel is unneeded (e.g. the announcement's creator, date, and number of views).


Edit threadbit_announcement and replace its contents with the following:

<tr>
<td class="alt1"><img src="$stylevar[imgdir_statusicon]/announcement_$announcement[statusicon].gif" border="0" alt="$vbphrase[announcement]" /></td>
<td class="alt2" colspan="$announcecolspan">
<div>
<strong>$vbphrase[announcement]</strong>: <a href="announcement.php?$session[sessionurl]f=$foruminfo[forumid]$announcementidlink">$announcement[title]</a>
</div>
</td>
</tr>

This looks so much better than the cluttery default announcement. Thanks very much. :)










privacy (GDPR)