The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hii Friends !!!
Anyone knows how to show the new threads in non-vB page? please help me ![]() Thanks in advance:up: |
#2
|
||||
|
||||
![]()
I think there are some articles on how to do this in the Articles forums. Over on vb.com, there are several threads about it in the Tips forum, including this one - [HowTo] Display your latest threads on an external page using an RSS feed
|
#3
|
|||
|
|||
![]()
Thanks a lot Lynne
I have installed this script ..... working perfectly and one more request how can we set them .. like 2 threads in one raw and I want to place a image ![]() please help me Thanks |
#4
|
||||
|
||||
![]()
If you are using the code I linked to, I'm sure you can add the image into the $rss_output variable.
HTML Code:
$rss_output .= "<dt><strong><a href='" . trim($link) . "'>" . htmlspecialchars(trim($title)) . "</a></strong> <img src='path/to/image.jpg'></dt><dd>" . htmlspecialchars(trim($description)) . "</dd>"; |
#5
|
|||
|
|||
![]()
Thanks for the reply
im using this script <!-- show latest active threads --> <div class="style27"> <table cellpadding="6" cellspacing="0" colspan="0" border="0" width="100%" align="center"> <tbody> </tbody> <tbody> <tr> <td width="50%" height="31" align="center" valign="top"> <div> <div align="center" > <p align="left"> <script type="text/javascript" src="home/external.php?forumids=625&type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 10; x++) { document.writeln("<a href=\"home/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a>(By: "+threads[x].poster+")<br />"); } //--> </script></p> </div> </div></td> </tr> </tbody> <!-- show latest active threads --> Could you tell me where Do I put the code, which you give me Thanks in advance ![]() ![]() |
#6
|
||||
|
||||
![]()
I would guess right here:
HTML Code:
document.writeln("<a href=\"home/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a>(By: "+threads[x].poster+") <img src=\"path/to/image.jpg\"><br />"); |
#7
|
|||
|
|||
![]()
wowwwwwwwwwwwww
g8888888888 Im really Happy Thanks a lot for your help Lynne |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|