vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

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

    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
    24,550
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

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