Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question RSS not working

More
16 years 11 months ago #17086 by woonydanny
Replied by woonydanny on topic Re:RSS not working
I have upgraded my site from K1.08 to K1.0.10 and my RSS does not work either. I have default Joomla sef turned on and this is the address that the RSS goes to and doesnt work.

www.mysite.com.au/forum?func=fb_rss&no_html=1

This is the error i get:-
Code:
XML Parsing Error: XML or text declaration not at start of entity Location: http://www.mysite.com.au/forum?func=fb_rss&no_html=1 Line Number 2, Column 1:<?xml version="1.0" encoding="utf-8"?> ^

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17099 by mway
Replied by mway on topic Re:RSS not working
I found the file where the url of the feed is beeing generated: Its in kunena.link.class.php

I just changed the line 60 to:
Code:
return CKunenaLink::GetSefHrefLink(KUNENA_LIVEURLREL.'&amp;func=fb_rss', $name, '', $rel, '', '', 'target="_blank"');

Now the feed works but the url doesnt have the nohtml=1 in it any more. Will there be any problems?

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17140 by sozzled
Replied by sozzled on topic Re:RSS not working
mway wrote:

Now the feed works ... [without] nohtml=1 in [the URL]. Will there be any problems?

I don't know what effect "nohtml=1" has on generating RSS feeds apart from what you're written. I suspect that it's unnecessary. Well done on working around your problem.

Please Log in or Create an account to join the conversation.

Time to create page: 0.240 seconds