Edit Template file:
mainpage.tmpl
Before saving changes, make sure permissions (CHMOD) for this file are set to 777
Edit Template
Select Template
Main Page
View Forum
View Topic
Post Reply
Post Topic
<forumTemplate:tmpl name="body"> <forumTemplate:tmpl name="listcats"> <div class=medium>{CATEGORY}</div> <table width=100% class=design cellspacing=0> <tr><th colspan=2 width=60%>{CATEGORY} Topics <th>Threads</th> <th>Posts</th> <th width=20%>Last Post</th></tr> <forumTemplate:tmpl name="listforums"> <tr><td width=3% class=row1><b>»</b></td> <td class=row1><A HREF='view_forum.php?fid={FID}'>{LAST_SUBJECT}</A><br> <small>{SUMMARY}</small></td> <td align=center class=row1>{POSTS}</td> <td align=center class=row1>{REPLIES}</td> <td align=center class=row1>by: {SHORTA}<br/><small>{LAST_DATE}</small></td></tr> </forumTemplate:tmpl> </table> <br> </forumTemplate:tmpl> </forumTemplate:tmpl>