PDA

View Full Version : Forum Home Enhancements - Add Unanswer Threads to the topmost manu


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 :)

BlueCheri
01-31-2012, 08:29 AM
Great works fine, I liked it.

Installed.

Thanx

stained
01-31-2012, 10:32 AM
Thanks for this. Working in 4.1.8

tafreeh
01-31-2012, 11:30 PM
oh I was thinking about sharing this one:) couldn't get time :)

thanks

rfi
02-01-2012, 04:02 AM
oh I was thinking about sharing this one:) couldn't get time :)

thanks

no problem man you can share more if you have....

iDHKHCM
02-01-2012, 07:42 PM
what about an view active topics like phpbb http://snpr.cm/e8Y2yv.png

Trevor Matthews
02-01-2012, 09:51 PM
Didn't work for me and displayed on the left of the Welcome text.

Videx
02-02-2012, 02:05 AM
I suppose someone should mention Forum-wide Search For Unanswered Threads (https://vborg.vbsupport.ru/showthread.php?t=244842) here.

ejup2009
02-17-2012, 01:09 PM
It is work perfect. My Vbulletin versiĆ²n is 4.1.9..