The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Greetings. How do I include the full text body of the post not just the name and some description in the RSS feed? Also is there any way to include say 400-500 characters of the post body in the feed items and tell them to read more... Thanks and eagerly awaiting some help.
|
|
#2
|
|||
|
|||
|
Would also like to be able to do this since i have a feed from one forum going to a webpage, right now it only lists the thread title and that's not even a link...=S
--------------- Added [DATE]1202267782[/DATE] at [TIME]1202267782[/TIME] --------------- Set my vB Options> External Data Feed and using the javascript on html page I am using the code below Code:
<script type="text/javascript" src="http://www.********.net/forums/external.php?forumid=141&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<a href="http://www.*****.net/forums/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a> <em>Posted on: ' + threads[i]['threaddate'] + ' at ' + threads[i]['threadtime']<br /> + [' '] + </em><br />');
}
//-->
</script>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|