Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
RDF-Feed from your Forums Details »»
RDF-Feed from your Forums
Version: 1.00, by Dontom Dontom is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-26-2003 Last Update: Never Installs: 7
 
No support by the author.

Just change db-details and drop this file into your forums directory - it will output a RDF-file with the last x posts on your forums...

As '&' in URLs is not allowed in RDF put this rewrite rule into the directory you put this script.

RewriteEngine on
RewriteRule ^tl([0-9]+)\.html$ showthread.php?s=&goto=lastpost&threadid=$1[L]

it will send the user to the lastpost of the thread.

Demo:
you need a rdf- parser to view it . Knews under KDE or Netscape > 6, PHP-Nuke, Post-Nuke...
http://www.mtb-news.de/forum/rdf.php

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 02-01-2003, 11:36 PM
roxics's Avatar
roxics roxics is offline
 
Join Date: Jan 2002
Location: Detroit Area
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also it's only showing 5 headlines. Shouldn't it be showing 15?
Reply With Quote
  #23  
Old 02-02-2003, 04:56 AM
Dontom Dontom is offline
 
Join Date: Oct 2001
Location: Germany
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

like above:
As '&' in URLs is not allowed in RDF put this rewrite rule into .htaccess in the directory you put this script.

RewriteEngine on
RewriteRule ^tl([0-9]+)\.html$ showthread.php?s=&goto=lastpost&threadid=$1[L]
Reply With Quote
  #24  
Old 02-02-2003, 04:02 PM
roxics's Avatar
roxics roxics is offline
 
Join Date: Jan 2002
Location: Detroit Area
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent. Great addition! Thank you.

But I do have a few more questions.

1. Is there any way to send the entire first post instead of just the post title? That way you can have the entire first post on another site and just have the title link it back to the original thread? Or does rdf not do that?

2. How do you get it to go to the first post rather then the last?

3. Any possiblity of doing multiple rdf streams. One for each forum selected. Maybe /rdf1.php, /rdf2.php, and so on?
Reply With Quote
  #25  
Old 02-05-2003, 05:45 AM
Dontom Dontom is offline
 
Join Date: Oct 2001
Location: Germany
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by roxics
Excellent. Great addition! Thank you.

But I do have a few more questions.

1. Is there any way to send the entire first post instead of just the post title? That way you can have the entire first post on another site and just have the title link it back to the original thread? Or does rdf not do that?

## i guess this would wor too, but all vb-stuff wouldnt work without more work (Links, images etc)

2. How do you get it to go to the first post rather then the last?
##change the part you have in you .htaccess and leave out the &goto=lastpost

3. Any possiblity of doing multiple rdf streams. One for each forum selected. Maybe /rdf1.php, /rdf2.php, and so on?
sure - upload multiple instances of rdf and just change the queried forumid. or assign the forumid with a variable in the url (e.g. rdf.php?forumid=1)

Reply With Quote
  #26  
Old 05-18-2003, 04:38 PM
roxics's Avatar
roxics roxics is offline
 
Join Date: Jan 2002
Location: Detroit Area
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As far as number 1 goes. Is that possible to get done? Having the entire post sent with a link back to the post on the forum itself?

I know Livejournal has RSS feeds that send the entire first 25 entires out. But they only do it for their paid users.

The reason this would be so great is so that you can update the news on the front page of your site easily. It would basically allow you to turn any new forum on your board into a new weblog.

I'm interested in it personally because my board is at one URL and my site is at another. So getting news froma news forum on my site to the main page of my site and thus far been impossible.

Not only that but I host several production forums on my board itself for other people. I know they'd be thrilled to have a new option to easily update the from page news of their site from within with forum.

It doesn't matter if any of the smilies show up or anything. Just so long as all the test and the proper formatting show up.

I know it's been a while but just wondered if this was possible and it your were willing to add a little more to the code for this?

thanks
Reply With Quote
  #27  
Old 01-07-2004, 06:51 PM
Thomas P's Avatar
Thomas P Thomas P is offline
 
Join Date: Oct 2001
Location: Munich, DE
Posts: 365
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Minots
vBackend.php (for vBulletin)
I got an error :

Quote:
Die XML-Seite kann nicht angezeigt werden
Die XML-Eingabe kann nicht angezeigt werden, wenn Stylesheet XSL verwendet wird. Beheben Sie den Fehler und klicken Sie dann auf Aktualisieren, oder wiederholen Sie den Vorgang sp?ter.


--------------------------------------------------------------------------------

Ein Semikolon wurde erwartet. Fehler beim Bearbeiten der Ressource 'http://www.mcseboard.de/mback.php'. Zeile 18, Position 89

<link>http://www.mcseboard.de/showthread.php?threadid=3379</link>
----------------------------------------------------------------------------------------^

What's going wrong here?

thx,
-Tom
Reply With Quote
  #28  
Old 01-08-2004, 06:49 PM
Minots's Avatar
Minots Minots is offline
 
Join Date: Jan 2002
Location: Germany
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Thomas P
Hmm, momentan kann ich Dir zwar nicht genau sagen woran das liegt, aber
sag mir bitte, ob Du folgende Seite problemlos sehen kannst:
http://www.minots.de/backend2.php
Sollte dem so sein, dann werde ich die neue Version meiner backend.php
auf http://d0x.de zum Download anbieten.

P.S.:
Nettes Board, was Du betreibst.
Wie w?re es mit einer kleinen "Vorstellung" im Forum http://www.minots.de/forumdisplay.php?forumid=10 ?
Reply With Quote
  #29  
Old 01-09-2004, 03:47 PM
Thomas P's Avatar
Thomas P Thomas P is offline
 
Join Date: Oct 2001
Location: Munich, DE
Posts: 365
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[german]
Aber gerne, wird gleich gemacht

Ja, oberes backend.php sehe ich ... (aber ich nutze ja vbackend.php (?))

Ja, bitte zum downloaden freigeben

Danke Dir!!
[/german]
Reply With Quote
  #30  
Old 01-09-2004, 05:50 PM
Minots's Avatar
Minots Minots is offline
 
Join Date: Jan 2002
Location: Germany
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, habe es der Kategorie "Sonstiges" hinzugef?gt.
http://www.d0x.de/downloads.php?cat=11
Reply With Quote
  #31  
Old 01-11-2004, 12:37 PM
Minots's Avatar
Minots Minots is offline
 
Join Date: Jan 2002
Location: Germany
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Thomas P
[german]
Aber gerne, wird gleich gemacht

Ja, oberes backend.php sehe ich ... (aber ich nutze ja vbackend.php (?))

Ja, bitte zum downloaden freigeben

Danke Dir!!
[/german]
@Thomas P
Funktioniert es jetzt bei Dir?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:31 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09508 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete