Topic Types in Viewforum
This tutorial explains how to show topic types in topics list in proSilver style, just like it is in good old phpBB 2.
Open file viewforum_body.html, find this:
Open file viewforum_body.html, find this:
Code:
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
and before it add this:
Code:
- <!-- IF topicrow.TOPIC_TYPE --><strong><b>{topicrow.TOPIC_TYPE}</b></strong><!-- ENDIF -->
That's all.
This is how topics list will look like after change:

This is how topics list will look like after change:
