vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How do I make a RSS to PHP file (https://vborg.vbsupport.ru/showthread.php?t=222468)

1uxkz 09-04-2009 04:49 PM

How do I make a RSS to PHP file
 
I would like to make a separate .php file for my forum that will display the latest news on the homepage using RSS, and use the IFRAME tags to place it on my site, I was wondering if any one could point me in the right direction to a tutorial, advice, or exactly how to do it.


Example of what I'm trying to accomplish :http://www.boxden.com/tracksandalbums.php

if some one could point me in the right direction that would be great, thank you very much

Lynne 09-04-2009 05:38 PM

See these threads for methods to pull threads via javascript:
[HowTo] Display your latest threads on an external page using an RSS2 feed
[HowTo] Display your latest threads on an external page using an XML feed
[HowTo] Display your latest threads on an external page using an RSS feed
As for iframe tags, I suppose just modify the javascript to do it.

UNRE4L 09-05-2009 04:09 PM

How do you actually format the RSS into a form that suits your webpage though?

I have got the RSS to post, but I want to put it in a table all one one line, add images etc.

Lynne 09-05-2009 04:18 PM

You have to modify the javascript to output it how you want. Right now, you get a bunch of lines defined by this:
HTML Code:

$rss_output .= "<dt><strong><a href='" . trim($link) . "'>" . htmlspecialchars(trim($title)) . "</a></strong></dt><dd>" . htmlspecialchars(trim($description)) . "</dd>";
If you want it in a table, you'll have to modify that line and probably add the <table> tags around the whole thing.

UNRE4L 09-05-2009 09:08 PM

Thanks Lynne.

Is there a list of the full array that external is able to use? Things like how many times a thread has been viewed etc, basically all the thread information I can get inside vb.

I'm looking for things like how many times its been viewed, the forum the thread is in, when was the last post, what time was the last post. I've seen forums have external sites with the last post showing as "yesterday" etc

Lynne 09-05-2009 09:12 PM

It's in the external.php page. There are not a lot - I think the five (I think?) used in the tutorial are it.


All times are GMT. The time now is 04:15 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.01078 seconds
  • Memory Usage 1,721KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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