The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
RSS reader to display more the 1 forum RSS feed
PHP Code:
i want to make it like PHP Code:
Can someone help me,i have no ideea about php scripting. Thank you. |
#2
|
||||
|
||||
I haven't changed my core files, what i have done is add an rss link in each forums description like this
HTML Code:
http://www.mysite.com/forum/external.php?type=rss2&forumids=40 |
#3
|
||||
|
||||
well that wont be ussefull since i want to disaply data separate on the custom HTML page i have.
|
#4
|
|||
|
|||
Try this:
PHP Code:
|
Благодарность от: | ||
Popa Andrei |
#5
|
||||
|
||||
tryed it but now it doesent display any data.
BTW this is how it output`s the feed PHP Code:
|
#6
|
|||
|
|||
Oh, sorry. Near the top, "$rss_files[] = array( " should be:
Code:
$rss_files = array( The script you originally posted outputs some code using "echo" - if you're using this in a vb page then it looks like you'd probably just want to remove those parts. |
#7
|
||||
|
||||
This is my current file
PHP Code:
As you may se in the page only the second rrs feed is loaded. And i would like to display them separated like PHP Code:
Thank you for your intereset in helping me untill now.I much appreciate it. |
#8
|
||||
|
||||
bump
|
#9
|
|||
|
|||
The config part at the top should be:
Code:
$rss_files = array( array('url' => 'http://forum.elitegamers.co/external.php?type=RSS2&forumids=18', 'max' => 5), array('url' => 'http://forum.elitegamers.co/external.php?type=RSS2&forumids=48', 'max' => 5) ); If you really want a separate variables for each feed it will require more changes, but you shouldn't really need that because if you want them separated in some way, you can add some html inside the loop. |
#10
|
||||
|
||||
Well that worked.Thank you very much.
Now can you tell me how to separate them in the loop? Thank you again. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|