Posted April 19th 2013, 11:44 pm
Hello!
In this tutorial, i'll provide you on how to delete topics and posts columns.
This is a PunBB version of this tutorial in Forumotion: http://help.forumotion.com/t81777-deleting-columns-topics-and-messages
Result:
1. Go to ACP > Display > Templates > General > index_box:
- Search for the following and delete it:
2. After deleting the 2 codes, find this one:
Enjoy! :):
If you encounter some problems, feel free to reply here.
In this tutorial, i'll provide you on how to delete topics and posts columns.
This is a PunBB version of this tutorial in Forumotion: http://help.forumotion.com/t81777-deleting-columns-topics-and-messages
Result:
1. Go to ACP > Display > Templates > General > index_box:
- Search for the following and delete it:
- Code:
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
- Code:
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
2. After deleting the 2 codes, find this one:
- Code:
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
- Code:
<p style="float:right; padding-right: 10px;"><b>{catrow.forumrow.POSTS}</b> posts in <b>{catrow.forumrow.TOPICS}</b> topics</p>
Enjoy! :):
If you encounter some problems, feel free to reply here.