Results 1 to 2 of 2

Previous/Next Thread redirect links only guests

This is a discussion on Previous/Next Thread redirect links only guests within the Troubleshooting forums, part of the vBSEO SEO Plugin category; How can I replace the Previous/Next Thread redirect links only to guests? Because it is irrelevant to the Members and ...

  1. #1
    Senior Member
    Real Name
    Ismael Briasco
    Join Date
    Oct 2005
    Location
    Buenos Aires, Argentina
    Posts
    110
    Liked
    1 times

    Previous/Next Thread redirect links only guests

    How can I replace the Previous/Next Thread redirect links only to guests? Because it is irrelevant to the Members and it is too killing because it adds 2 queries... and with 9000 users online it is a REAL problem!

    Tnx in advance.

    Ismael.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You can modify file for that:
    FIND:
    PHP Code:
    if(VBSEO_URL_THREAD_NEXT_DIRECT
    REPLACE WITH:
    PHP Code:
    if(VBSEO_URL_THREAD_NEXT_DIRECT && !$bbuserinfo['userid']) 
    FIND:
    PHP Code:
    if(VBSEO_URL_THREAD_PREV_DIRECT
    REPLACE WITH:
    PHP Code:
    if(VBSEO_URL_THREAD_PREV_DIRECT && !$bbuserinfo['userid']) 

Similar Threads

  1. Previous/Next thread links gone?
    By danp in forum Troubleshooting
    Replies: 3
    Last Post: 03-20-2008, 09:03 PM
  2. Remove Next/Previous Links For Guests
    By mdvaldosta in forum Template Modifications
    Replies: 2
    Last Post: 11-11-2007, 12:45 PM
  3. What mod changes: « Previous Thread | Next Thread »
    By brihan in forum General Discussion
    Replies: 1
    Last Post: 03-16-2007, 04:03 PM
  4. Next / Previous Thread Links
    By Keith Cohen in forum General Discussion
    Replies: 4
    Last Post: 02-05-2006, 01:42 PM

Posting Permissions

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