PDA

View Full Version : do not show last post by in forumdisplay


abdobasha2004
10-09-2009, 07:13 PM
How not to show last post by and time of last post in forum display pages
?

Speysider
10-09-2009, 07:17 PM
Edit the templates.
AdminCP -> Styles + Templates -> {stylename here} -> Edit Templates -> Forum Display Templates -> FORUMDISPLAY

Find this:

<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[last_post]</span></td>


And remove it.

Lynne
10-09-2009, 07:17 PM
You'll need to edit it out of the template. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.