Quote:
Originally Posted by S_E_A
I would like to remove 'last post by' and 'date/time of last post'.
|
edit the threadbit template, search for and delete the following (at the end of the template)
Code:
<div class="windowbg">
{vb:rawphrase last} {vb:rawphrase post}: {vb:raw thread.lastposter}, {vb:raw thread.lastpostdate}
<vb:if condition="!$show['detailedtime']">{vb:raw thread.lastposttime}</vb:if>
</div>
Quote:
Originally Posted by S_E_A
Plus I'd prefer the forum titles not underline on the index page. How can I do this?
|
Edit the lightweight.css.php and search for:
Code:
forumold,.forumnew,.forumlink, .forumold_lock, .forumnew_lock
{
padding:4px;
and add the following immediately below on a new line
Code:
text-decoration:none;