Log in

View Full Version : Show unanswered threads?


aviv_el
12-01-2009, 11:00 AM
Hi!

Using vb 3.8, is there a way to show all threads with 0 replies?
I want all answers on my forums to get attention, so I want to create a "show unanswered questions" link. Is it possible?

Thanks!

kh99
12-01-2009, 12:22 PM
One thing you can do is "search.php?do=getnew&sortby=replycount" which will put the no reply threads first.

Lynne
12-01-2009, 01:51 PM
Look at the url for the Unanswered Threads here:
https://vborg.vbsupport.ru/search.php?do=process&replyless=1&replylimit=0&exclude=30&nocache=1

Go look up each of those variables in the search.php page.

aviv_el
12-02-2009, 06:43 AM
Look at the url for the Unanswered Threads here:
https://vborg.vbsupport.ru/search.php?do=process&replyless=1&replylimit=0&exclude=30&nocache=1

Go look up each of those variables in the search.php page.


:up::up: Fantastic. Works perfect!
Can you tell what does the "exclude=30" mean?

Lynne
12-02-2009, 01:53 PM
If you look exclude up in the search.php file, you'll see it excludes certain forumids from the search.

ChopSuey
12-02-2009, 02:01 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=201100" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=201100</a>

aviv_el
12-03-2009, 12:10 PM
Super. Thanks all for the help!