vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Full text body of a post in the RSS feed? (https://vborg.vbsupport.ru/showthread.php?t=107126)

hurry 02-04-2006 12:24 PM

Full text body of a post in the RSS feed?
 
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.

Eq4bits 02-06-2008 12:17 AM

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>

The THREAD title, date posted, and time posted are displaying (the thread title being a link) seems like there would be something that could be added in that js section that would display the post content as well... any javascript people out there with any ideas?


All times are GMT. The time now is 03:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00963 seconds
  • Memory Usage 1,709KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete