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?
<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?