Results 1 to 15 of 22
Page 1 of 2
FirstFirst 1 2 ... LastLast

Thread: View Unanswered Posts

  1. #1
    Senior Member Shining Arcanine is on a distinguished road
    Join Date
    Feb 2003
    Posts
    2,482

    View Unanswered Posts

    When I used phpBB, I found the "View Unanswered Posts" search very useful. It allowed me to build activity by finding threads that didn't have any replies so I could reply to them in hopes of seeing them become active. Seeing this feature in vBulletin would be nice.
     

  2. #2
    Senior Member cbiweb will become famous soon enough cbiweb's Avatar
    Join Date
    Apr 2004
    Location
    Nova Scotia, Canada
    Age
    49
    Posts
    1,473
    I second that emotion! In fact, I saw a vB forum around the web somewhere a few months ago that has that option - obviously customized - on their Quick Links menu. I didn't think to grab the code for it, though. I get stupid like that sometimes.
     

  3. #3
    Senior Member TheMusicMan is on a distinguished road TheMusicMan's Avatar
    Join Date
    Oct 2002
    Location
    Glorious Wales
    Posts
    2,125
    I was certain I had seen that too cbiweb... just can't remember where!!

    I also thought I saw a ?do=noreply too, but just tried this in a search and it didn't return anything...
    John
    PM Cymru Ltd - Professional Project and Business Management Services
     

  4. #4
    Senior Member cbiweb will become famous soon enough cbiweb's Avatar
    Join Date
    Apr 2004
    Location
    Nova Scotia, Canada
    Age
    49
    Posts
    1,473
    Just Googled "view unanswered posts vbulletin" and found this at vbulletin.org.

    Now that I think about it, that's where I saw the Unanswered Threads link.
    Last edited by cbiweb; Sun 9th Jan '05 at 7:27pm.
     

  5. #5
    Senior Member Shining Arcanine is on a distinguished road
    Join Date
    Feb 2003
    Posts
    2,482
    Seeing this in vBulletin by default would be nice.
     

  6. #6
    Senior Member sabret00the is on a distinguished road sabret00the's Avatar
    Join Date
    Jan 2003
    Location
    London
    Age
    29
    Posts
    1,044
    it's a template mod actually, hold on i'll get the link

    http://www.vbulletin.org/forum/showt...ght=unanswered

    alas no hacking required.
     

  7. #7
    Senior Member cbiweb will become famous soon enough cbiweb's Avatar
    Join Date
    Apr 2004
    Location
    Nova Scotia, Canada
    Age
    49
    Posts
    1,473
    Perfect! I really didn't want to apply any hacks, and now I don't have to. Thanks!
     

  8. #8
    Senior Member Shining Arcanine is on a distinguished road
    Join Date
    Feb 2003
    Posts
    2,482
    Cool, thanks.
     

  9. #9
    Member flex22 is on a distinguished road flex22's Avatar
    Join Date
    Dec 2004
    Location
    UK
    Age
    29
    Posts
    79
    How on earth do you do this without applying any hacks?

    Could you at least explain how this is done.It kind of helps, you know

    I found this over at vbulletin.org: http://www.vbulletin.org/forum/showt...answered+posts

    It is a hack!
    Carpe diem!
     

  10. #10
    Member Slapyo is on a distinguished road
    Join Date
    Mar 2004
    Location
    Auburn, AL
    Age
    30
    Posts
    77
    this would be a great feature to be added into the vB package.
    Veterans Resources - A community of veterans helping each other out with claims, benefits, and medical treatments.
    RPM Planets - All the automotive news you want to read and none of the boring stuff!
    Brain Raid - Latest in tech gadgets!
    Slapyo.com - Random jokes, videos, and funny pics.
     

  11. #11
    Senior Member cbiweb will become famous soon enough cbiweb's Avatar
    Join Date
    Apr 2004
    Location
    Nova Scotia, Canada
    Age
    49
    Posts
    1,473
    Add the following code to wherever you want to have a link for viewing unanswered threads...

    Code:
    <a href="search.php?do=process&replyless=1&replylimit=0&dontcache=1">Unanswered Threads</a>
    You can also link to all new posts within a specified time frame (last 24 hours, 1 week, etc.) Just add this code, and change the number in red to whatever time period you want:

    Code:
    <a href="search.php?$session[sessionurl]do=getdaily&days=1">link text here</a>
    Last edited by cbiweb; Wed 30th Mar '05 at 1:54am.
     

  12. #12
    Member gregsbaby64 is on a distinguished road gregsbaby64's Avatar
    Join Date
    Feb 2005
    Location
    Near my ONE true love.
    Age
    45
    Posts
    93
    Thanks for this thread!

    I did this and put it in the quick links.
    Code:
    <tr><td class="vbmenu_option"><a href="search.php?do=process&replyless=1&replylimit=0&dontcache=1">Unanswered Threads</a></td></tr>
    ~*Sara*~
     

  13. #13
    Senior Member Grover is a jewel in the rough Grover is a jewel in the rough Grover is a jewel in the rough Grover's Avatar
    Join Date
    May 2001
    Location
    The Netherlands
    Age
    37
    Posts
    3,507
    Quote Originally Posted by Shining Arcanine
    When I used phpBB, I found the "View Unanswered Posts" search very useful. It allowed me to build activity by finding threads that didn't have any replies so I could reply to them in hopes of seeing them become active. Seeing this feature in vBulletin would be nice.
    I guess you are talking about the absence of a link and not about the absence of the functionality? This functionality is in the Advanced Search, but I assume you already knew that.
    'The UI is so convoluted, in fact, that the top Office feature requests are features that are already in Office...'
    - Paul Thurrott on the Office 2003 user interface.
    -------------------------------------------------------
    See here for a current overview of [User Interface/Style issues] in vBulletin 4.0
     

  14. #14
    Senior Member cbiweb will become famous soon enough cbiweb's Avatar
    Join Date
    Apr 2004
    Location
    Nova Scotia, Canada
    Age
    49
    Posts
    1,473
    Advanced Search does not return results of threads with zero replies only. It will find threads with at least that many - IOW, every thread with any amount of posts in them. Shining Arcanine was looking for a way to view only threads with zero posts in them.
     

  15. #15
    Senior Member Grover is a jewel in the rough Grover is a jewel in the rough Grover is a jewel in the rough Grover's Avatar
    Join Date
    May 2001
    Location
    The Netherlands
    Age
    37
    Posts
    3,507

    It is already possible...

    Quote Originally Posted by cbiweb
    Advanced Search does not return results of threads with zero replies only. It will find threads with at least that many - IOW, every thread with any amount of posts in them. Shining Arcanine was looking for a way to view only threads with zero posts in them.
    Have you guys checked out the Advanced Search lately? You can actually search on 'at most' 0 replies..... which gives you exactly what you are searchin for, namely : all threads with 0 replies.

    I myself needed this in the past, so others and myself made a suggestion for this at that time : http://www.vbulletin.com/forum/showp...41&postcount=4
    'The UI is so convoluted, in fact, that the top Office feature requests are features that are already in Office...'
    - Paul Thurrott on the Office 2003 user interface.
    -------------------------------------------------------
    See here for a current overview of [User Interface/Style issues] in vBulletin 4.0
     

Page 1 of 2
FirstFirst 1 2 ... LastLast

Similar Threads

  1. Exclude forums in unanswered posts
    By blockcipher in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 3
    Last Post: Mon 18th Oct '04, 2:23pm
  2. unanswered threads
    By dethfire in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 2
    Last Post: Sat 16th Oct '04, 7:03am
  3. Another (unanswered) Attachements from DB to File
    By nexialys in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 4
    Last Post: Tue 27th Jul '04, 2:49pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts