Results 1 to 2 of 2

Limit RefBacks Shown on THREADDISPLAY

This is a discussion on Limit RefBacks Shown on THREADDISPLAY within the General Discussion forums, part of the vBSEO SEO Plugin category; I have hundreds of RefBacks shown on some forum threads, which as you can imagine makes the pages extremely slow ...

  1. #1
    Junior Member
    Real Name
    Andrew Hunn
    Join Date
    May 2007
    Posts
    3
    Liked
    0 times

    Limit RefBacks Shown on THREADDISPLAY

    I have hundreds of RefBacks shown on some forum threads, which as you can imagine makes the pages extremely slow to load.

    Is there some code alteration that could be done to limit the display of RefBacks to the latest 50 or so. It would be great if I could provide a total for each thread as well.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You can modify functions_vbseo_hook.php file for that:
    FIND:
    PHP Code:
    WHERE t_incoming=AND t_deleted=AND t_wait=0
    AND " . ($ismod?'':'t_approve>0 AND ') . "t_threadid '" . $thread['threadid'] . "' " . "ORDER BY t_time " . (preg_match('#^(asc|desc)$#i', VBSEO_DEFAULT_LINKBACKS_ORDER) ? VBSEO_DEFAULT_LINKBACKS_ORDER : "DESC") 
    ADD BELOW:
    PHP Code:
    ." LIMIT 0,50" 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Pictures (Albums) are not shown
    By Silmarillion in forum Troubleshooting
    Replies: 5
    Last Post: 05-18-2008, 11:27 AM
  2. How can rss feed urls be shown right?
    By vbul in forum Troubleshooting
    Replies: 4
    Last Post: 02-02-2008, 07:50 PM
  3. Category with Sort 0 not shown
    By symptome in forum General Discussion
    Replies: 2
    Last Post: 01-31-2008, 04:06 PM
  4. Controlling what kind of ads are shown?
    By pixie in forum Ad Networks
    Replies: 11
    Last Post: 06-08-2007, 03:18 PM
  5. Copyright shown globally?
    By Snake in forum Troubleshooting
    Replies: 5
    Last Post: 01-22-2007, 10:46 AM

Posting Permissions

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