Quote:
Originally Posted by category
|
Quote:
Originally Posted by category
hey you forgot to answer my problem that i am having.
|
I didn't forget, I didn't see it. :knockedout:
Looks like you the the "html in the forum description" problem also. Try this fix...
Quote:
Originally Posted by KW802
Wachtmeister, I'll update the attachment later tonight to version 1.0.2 but for now modify the cv_rss_feeds.php file and around line 139 find...
Code:
$forum_desc = $forum['description'];
... and change it to:
Code:
$forum_desc = strip_tags($forum['description']);
|