PDA

View Full Version : Search for posts with no replies.


Byron
09-11-2001, 04:17 AM
I want to put a link on my boards for members to do a search for posts that are still unanswered.

something similar to search.php?action=getdaily

tried "search.php?action=noreplies" but unsuccessful.

Any advice?

tubedogg
09-11-2001, 04:26 AM
Well you'd have to code it into search.php for that to work...you can't just link and hope it works.

Byron
09-11-2001, 04:30 AM
I know i can't link it and hope it works. I need your help with the code.

DarkReaper
09-11-2001, 10:52 AM
I don't have the code on hand right now, but if you copy the get daily code and modify it so the query is something like "SELECT FROM post WHERE replies=0" or something like that(I'm not too good with MySQL :)) it should work

amykhar
09-11-2001, 10:56 AM
If you look at the code from the community bulletin hack, searching for posts with no replies is in there.

Amy

Admin
09-11-2001, 10:57 AM
Tube did this by the way, http://www.vbulletin.com/forum/showthread.php?s=&threadid=23338 .