[REQ] Remove last post on forumhome

forwhat84

New Member
This mod will remove the last post table and lastpost colum on your forums homepage.

Requested By: butty

Author: Anime-loo

Code:
http://www.vbulletin.org/forum/showthread.php?t=84911
 
Open FORUMHOME template

Find and remove:
PHP:
<td class="thead" width="175">$vbphrase[last_post]</td>
(The above code maybe in forumhome_forumbit_level1_nopost template depending on you style)


Open forumhome_forumbit_level2_post template

Find and remove:
PHP:
<td class="alt2">$forum[lastpostinfo]</td>
 
Back
Top