vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   RSS Feed of my forum, where is it? (https://vborg.vbsupport.ru/showthread.php?t=221731)

TNCclubman 08-25-2009 03:08 PM

RSS Feed of my forum, where is it?
 
I want to display posts from 1 of my forums on an rss feed generator on my main menu page outside vB.

Im using a dynamic rss feed generator obtained here
http://www.dynamicdrive.com/dynamici...sescroller.htm

But I cant for the life of me find the rss feed link for the different forums on my board.

Ive tried searching and all the rss posts I find show me how to get rss feeds from external sites to auto post on my board. Im using that already and know how to do that.

Im looking to take content from my own forums and display it elsewhere.

Is it possible?

Lynne 08-25-2009 03:17 PM

This area in the manual should help - External Data Provider

TNCclubman 08-25-2009 05:25 PM

Thanks Lynn

so I enabled the javascript part and put this

Code:

<script src="http://www.yourdomain.com/forumpath/external.php?type=js" type="text/javascript"></script>
<script type="text/javascript">
<!--
for (i in threads)
{
document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
}
//-->
</script>

but it shows all posts. How do I display only posts from 1 forum? example f=16 ?

Lynne 08-25-2009 05:37 PM

See this thread - http://www.vbulletin.com/forum/showthread.php?t=283817


All times are GMT. The time now is 02: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.00989 seconds
  • Memory Usage 1,713KB
  • 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
  • (4)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