Vbulletin intergration for Wordpress

Discussion in 'WordPress' started by d0cpaul, Aug 11, 2009.

  1. #1
    Hello All,

    I need some help getting new threads from my forum to a widget in wordpress.

    I used this code.
    <!-- show latest active threads -->
    
    <tr>
     
    <td width="100%">
     
    <div>
    <script type="text/javascript" src="http://www.loansafe.org/forum/external.php?forumids=unite-fight-your-rights-americans-who-have-had-enough&type=js"></script> 
    <script language="" type="text/javascript">
    <!--
    for (x = 0; x < 10; x++)
    {
    document.writeln("<a href="http://www.loansafe.org/forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br>(Posted By: "+threads[x].poster+")<br><br />");
    }
    //-->
    </script></div>
     
    </td>
    
    </tr>
    Code (markup):
    but it doesn't seem to work...

    Can anybody help me out?

    Thanks
     
    d0cpaul, Aug 11, 2009 IP
  2. LinkBliss

    LinkBliss Peon

    Messages:
    697
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2

    Attached Files:

    • rss.jpg
      rss.jpg
      File size:
      9.7 KB
      Views:
      44
    LinkBliss, Aug 11, 2009 IP
  3. d0cpaul

    d0cpaul Member

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    I am using Wordpress version 2.8.3.

    OK, thanks man I'll try that right now
     
    d0cpaul, Aug 11, 2009 IP
  4. d0cpaul

    d0cpaul Member

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    Thanks alot it worked perfectly!
     
    d0cpaul, Aug 11, 2009 IP
  5. LinkBliss

    LinkBliss Peon

    Messages:
    697
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    LinkBliss, Aug 12, 2009 IP