View Full Version : Removal of Forum Contains New Posts..See pics
xGriffin
06-21-2009, 06:35 AM
I want to remove this;
https://vborg.vbsupport.ru/external/2009/06/10.gif
Where the arrow is, any idea how, i will be putting a PHP Include in place of it, cheers.
Outbackmark
06-21-2009, 09:18 AM
Open your FORUMHOME template and find
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_new_posts]</td>
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td class="smallfont"> $vbphrase[forum_contains_no_new_posts]</td>
</tr>
Remove it and save.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.