I was able to figure it out. Here is what I did:
I copied the php library file phplib.rss to /inc/libs
Added this to index.php:
require_once("inc/libs/rsslib.php"); $url = PATH TO RSS FEED"; $rssfeed = RSS_Links($url, 3, false, true);
Then add the variable to the $main_template_vars array, like ...
Search found 2 matches
- Fri Jun 29, 2012 5:12 pm
- Forum: General discussions
- Topic: adding php rss reader?
- Replies: 5
- Views: 7432
- Fri Jun 29, 2012 5:11 pm
- Forum: General discussions
- Topic: Search output issue after include php
- Replies: 5
- Views: 8404
Re: Search output issue after include php
Thats unfortunatelly a pitty because I tried the sameThorsten wrote:Hi,
you cannot solve this except removing your code or rewrite the session management of phpMyFAQ. You want to use 2 sessions within phpMyFAQ. This can't work.
bye
Thorsten
