Search found 2 matches

by Cookie
Fri Jun 29, 2012 5:12 pm
Forum: General discussions
Topic: adding php rss reader?
Replies: 5
Views: 7432

Re: adding php rss reader?

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 ...
by Cookie
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

Thorsten 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
Thats unfortunatelly a pitty because I tried the same :( Is there any possibility that itll work some day?