Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Does it exist or is it still a challenge?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

brduran
New Member

Canada
98 Posts

Posted - 02 June 2003 :  16:32:16  Show Profile  Visit brduran's Homepage
Does it exist or is it still a challenge?

It it there a MOD that groups un_answered Topics by Forums?

I'm thinking of, a query that groups all Topics (with zero response) from a selected Forum in one page. That way you could jump to a topic from the list and respond to it.

Using something like this could help empty topics to get going, and nobody would feel left out. Sometimes all is needed is a small observation or suggestion...

What do you think



Bernardo Duran
www.teknician.com

Steve D.
Average Member

USA
640 Posts

Posted - 02 June 2003 :  16:45:46  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
What you could do is have a link that appends id=unread to your url

add this right below the where clause
if request.querystring("id") = "unread" then
   strSql = strSql & "AND T.T_REPLIES = 0"
end if


this is not the exact code, but something to play with.

edited to make more sense

Swing Dancing Video Clips - It's All Swing! Forum

Edited by - Steve D. on 02 June 2003 17:01:16
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 02 June 2003 :  17:04:10  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
do this in active.asp

also you would need to remove the LAST_POST info from the statement with similar logic.

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 02 June 2003 :  17:12:37  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
http://www.itsallswing.com/forum/active.asp?id=unanswered

something like this?

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

brduran
New Member

Canada
98 Posts

Posted - 02 June 2003 :  19:24:12  Show Profile  Visit brduran's Homepage
Yeah, exactly! Goo job Steve D.!

I guess the rest would be to include it somewhere so it can be accessed with a single click.

What the url would look like if you want to include in it a particuler forum ID, say in FORUM_ID=1 all unanswered topics.

See if all this could be included in the Forum Search Query, or a separate one for that matter. Like I know it can be done if you do the changes one bit at time here and there, but how about putting it together with a Read me file. That way even I can install it

Thank you Steve D.



Bernardo Duran
www.teknician.com


Edited by - brduran on 02 June 2003 21:38:56
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 02 June 2003 :  22:17:39  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
On the bottom of forum.asp is a bunch of options to sort the forum. One option is to sort by the # of replies, and then sort ascending, and choose # of days to display.

That's another way of doing it forum specific, no need to modify the code.

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page

brduran
New Member

Canada
98 Posts

Posted - 03 June 2003 :  12:26:38  Show Profile  Visit brduran's Homepage
Right on! Thank you Steve D.



Bernardo Duran
www.teknician.com

Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 03 June 2003 :  14:23:36  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
No problem.

Swing Dancing Video Clips - It's All Swing! Forum
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07