Results 1 to 2 of 2

How to disable Previous/Next Threads?

This is a discussion on How to disable Previous/Next Threads? within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I think this is having a server bad performance on my site, how can I disable this option, not ...

  1. #1
    Senior Member dhddl's Avatar
    Real Name
    Katie
    Join Date
    Jun 2007
    Posts
    182
    Liked
    5 times

    How to disable Previous/Next Threads?

    Hi, I think this is having a server bad performance on my site, how can I disable this option, not for vbseo but for vbulletin as well. I tried to look over vb admin cp but I can't find the option to disable "previous/next thread" that shows at the footer of each thread.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    There is no load with vb... it just makes a goto link in the showthread template.

    vbseo adds 2 queires as it needs to look up the titles
    Code:
    <a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a>
    			|
    			<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a>
    you can delete from the showthread template it you want, but again, it won't change anything sitting like that as the 'goto=nextnewest' doesn't hit the db unless clicked.

Similar Threads

  1. vBulletin 3.x Next / Previous Link Rewrites
    By Sajuuk in forum Bug Reporting
    Replies: 2
    Last Post: 05-08-2010, 10:03 AM
  2. vBulletin 4.x Previous Thread problem
    By maozbj in forum Troubleshooting
    Replies: 7
    Last Post: 03-18-2010, 06:14 PM
  3. vBulletin 4.x Next / Previous threads not showing titles
    By blacknight in forum Bug Reporting
    Replies: 3
    Last Post: 02-08-2010, 04:58 AM
  4. previous / last post
    By thompson in forum Deutsch
    Replies: 1
    Last Post: 07-29-2007, 01:48 PM
  5. previous/next threads
    By SEO Report in forum vBSEO Features Archive
    Replies: 6
    Last Post: 10-14-2005, 05:45 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
  •