Results 1 to 6 of 6

last thread in other page

This is a discussion on last thread in other page within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I did not find so.. asking to you VBseo installed and work well, now how can I show last ...

  1. #1
    Senior Member
    Real Name
    Franco
    Join Date
    Mar 2006
    Posts
    132
    Liked
    0 times

    last thread in other page

    Hi,
    I did not find so.. asking to you VBseo installed and work well, now how can I show last thread in other website page (like homepage)?
    Thanks!

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello Franco,

    do you mean to show the list of the most recent threads? If so, it is usually done with special "portal" additons to vBulletin like vBadvanced CMPS, for instance.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member
    Real Name
    Franco
    Join Date
    Mar 2006
    Posts
    132
    Liked
    0 times
    Hi Oleg,
    in vBulletin offical manual I see the following code
    PHP Code:
    <script src="http://www.yourdomain.com/forumpath/external.php?type=jstype="text/javascript"></script>
    <script type="text/javascript">
    <!--
    for (i in threads)
    {
    document.writeln(threads.title + " (" + threads[i].poster + ")<br />");[/i]
    }
    //-->
    </script> 
    The External Data Provider also gives alternative feeds in commonly used formats. These are useful if you have external readers or a script to read them already. These feeds are available in XML, RSS and RSS2 so it should fit a wide variety of readers. The system defaults to RSS so if you leave off the type, that is what you get.

    The URLS to access these feeds are:
    XML - www.yourdomain.com/forumpath/external.php?type=xml
    RSS - www.yourdomain.com/forumpath/external.php?type=rss
    RSS 2.0 - www.yourdomain.com/forumpath/external.php?type=rss2
    but if I put this the page does not show last thread of my board integrated with vbseo. Anyone has the same problem?

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hi,

    it should work correctly, for instance: http://www.vbseo.com/feed/rss2/

    Please PM me your URL if it doesn't work for you.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member
    Real Name
    Franco
    Join Date
    Mar 2006
    Posts
    132
    Liked
    0 times
    hi,
    my external.php?type=rss works, does not works the js above suggested by vbulletin. I'll take a look into another solution that will show the rss channel

    Thanks for your support

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hi,

    make sure that you have "Enable External Javascript" enabled in vB admincp options.
    Also, correct code is:
    document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
    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. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. thread title at top of page
    By mindhunter77 in forum Template Modifications
    Replies: 3
    Last Post: 02-19-2006, 08:45 PM
  3. Jumping to incorrect page of thread.
    By Keith Cohen in forum Bug Reporting
    Replies: 1
    Last Post: 10-24-2005, 09:29 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
  •