rfi
01-30-2012, 11:00 PM
This modification allows you add Unanswer Threads in the topmost bar of your forum home page.
It simply use the search to filter out the threads with no replies.
I have done this at 4.1.10 hopefully will work for other forums as well
Go to Admin Cp > Styles & Templates> Style Manager > Edit Templates > Header
Find:
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
Insert This code after it:
<li><a href="search.php?do=process&contenttype=vBForum_Post&replyless=1&replylimit=0&exclude=7">Unanswered Threads</a></li>
Save the Templates and the little modification is done :)
It simply use the search to filter out the threads with no replies.
I have done this at 4.1.10 hopefully will work for other forums as well
Go to Admin Cp > Styles & Templates> Style Manager > Edit Templates > Header
Find:
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
Insert This code after it:
<li><a href="search.php?do=process&contenttype=vBForum_Post&replyless=1&replylimit=0&exclude=7">Unanswered Threads</a></li>
Save the Templates and the little modification is done :)