Results 1 to 3 of 3

last 10 threads on my homepage (with all the VBSEO rules)

This is a discussion on last 10 threads on my homepage (with all the VBSEO rules) within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi I have installed VBulletin + VBSEO on a subdomain and I would like to display the 10 last treads ...

  1. #1
    Junior Member
    Real Name
    Olivier
    Join Date
    May 2006
    Posts
    11
    Liked
    0 times

    last 10 threads on my homepage (with all the VBSEO rules)

    Hi

    I have installed VBulletin + VBSEO on a subdomain and I would like to display the 10 last treads of my forum on another page (my homepage is in php but is not a vBulletin page)

    Here is what I would like to have

    1) Title_of_the_thread1 (from forum_name1)
    2) Title_of_the_thread2 (from forum_name2)
    3) Title_of_the_thread3 (from forum_name3)
    .
    .
    .10) Title_of_the_thread10 (from forum_name10)

    I would also like to link (the same way that all my link are already rewrite in my forum with VBSEO) :
    - Title_of_threadN to the thread N
    - forum_nameN to forum N


    One last thing, I would like to be able to exlude the threads from specific forums (that I consider not very interesting on the homepage of my site)

    Any idea ?

    Regards
    cfages

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Hello Olivier,

    Check vBulletin.org - The Ultimate vBulletin Resource! for hacks/information on creating custom vBulletin pages with latest threads, and other data. You may just want to use vBulletin's RSS feature to pull thread information to your custom home page.

    As long as the pages are created as integrated vBulletin pages, vBSEO should rewrite all the URLs automatically.

    Good luck!

  3. #3
    Senior Member
    Real Name
    Franco
    Join Date
    Mar 2006
    Posts
    132
    Liked
    0 times
    Hi, I used this code in my home page
    PHP Code:
    <div>
    <
    script type="text/javascript" src="forum/external.php?type=js"></script> 
    <script language="" type="text/javascript">
    <!--
    for (x = 0; x < 10; x++)
    {
    document.writeln("<a href=\"forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Posted By: "+threads[x].poster+")<br />");
    }
    //-->
    </script></div> 
    the problem is that show url in "classic" mode, not vbseo mode. But is a javascript and - at the moment - I think search engines does not spider it, is not a duplicate.
    Anyone has a php parser for xml/rss ?
    Last edited by magnaromagna; 05-25-2006 at 01:21 PM.

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, 09:29 PM
  2. Compression Error
    By Lazer in forum Troubleshooting
    Replies: 19
    Last Post: 03-03-2006, 01:23 PM
  3. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 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
  •