PDA

View Full Version : Number of unanswered threads?


WoodiE
Tue 10th Jun '08, 10:06am
I know to display a link for unanswered threads you would use this:

<a href="search.php?do=process&replyless=1&replylimit=0&dontcache=1">Unanswered Threads</a>

and to display threads within a certain time frame you'd use something like this:

<a href="search.php?$session[sessionurl]do=getdaily&days=1">link text here</a>

However, my question is how do I display the number of unanswered threads? Such as is done with the PM's (ex. Private Messages: Unread 0) I'd like to do with Unanswered threads (Unanswered: 10).

Is this possible to do and if so how?

Wayne Luke
Tue 10th Jun '08, 12:42pm
It would require a plugin to run a query and place the value into a variable to be shown on the page. You should ask this question over at www.vbulletin.org (http://www.vbulletin.org) or see if there is an addon already over there.

WoodiE
Tue 10th Jun '08, 1:26pm
Ok, thank you Wayne!