vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   RDF-Feed from your Forums (https://vborg.vbsupport.ru/showthread.php?t=48187)

Dontom 01-26-2003 10:00 PM

RDF-Feed from your Forums
 
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

Areku 01-27-2003 08:58 AM

Excuse me, but what's a RDF file?

Dontom 01-27-2003 09:22 AM

http://www.w3.org/RDF/
http://www.xml.com/pub/a/2001/01/24/rdf.html
Resource Description Framework (RDF)

Smirks 01-27-2003 02:44 PM

This shows posts from all forums. Is there any way to restrict it to public forums only? I have a few private forums who's posts I don't want to be displayed in the RDF.

Dontom 01-27-2003 02:50 PM

i excluded forum # 13 - you can also change the query to

PHP Code:

AND forum.forumid <> 13 AND forum.forumid <> 93 

etc to exclude 13, 93 and so on...
tom

VeoMorphine 01-27-2003 04:42 PM

how about a file that can also parse RDF be included here so you can show rdf's on any other page.

Dontom 01-27-2003 06:13 PM

there already exist lots of scripts to to this...
http://www.hotscripts.com/search/?bo...f&category=PHP
Some of the larger packeges (postnuke/phpnuke) already have it built in

Tom

pogo 01-27-2003 08:59 PM

I used an other approach to exclude private forums.
See it here: Latest Threads in RSS Feed (need help)

Minots 01-27-2003 11:22 PM

In June 2002 I?ve done this kind of hack/addOn for vbPortal-User.
It works great since 6 month! :D

Request @ vBulletin Germany.com
Public Release @ vbPortal.com

Short time later, Bierhasser (from KOKSA-Community) and my person
have done the first version for "vBulletin-without-vbPortal".

Demos:
http://www.d0x.de offers latest news from http://www.minots.de
(PHPNuke <--> vbPortal)
http://www.minots.de offers latest news from http://www.koksaboard.com
(vbPortal <--> vBulletin)

In the attachment of this post you can find 2 files.
backend.php (for vbPortal)
vBbackend.php (for vBulletin)

Install:
Just open the one you need and edit the few configuration-strings. After that, save & upload it to your www-root-folder. ;)

Greetings,

Dontom 01-28-2003 03:59 AM

Minots,
Fein - ich hatte nach was passendem gesucht aber nix gefunden...

Nice - i searched for something like this but didn't find it - i made it myself...
Tom


All times are GMT. The time now is 08:39 AM.

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.00981 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete