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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Enhanced Kunena RSS Feed

More
16 years 10 months ago #23937 by Garibaldi
Hi ovendoor,

Sorry for the late response. I'll post an update file later today.

G

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

More
16 years 9 months ago #23983 by Garibaldi
Hi ovendoor,

I've updated the file on the first post. The only change is to remove the last line:
Code:
<?php } ?>

Give this a try.

G

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

More
16 years 9 months ago #24563 by ovendoor
Thanks, will try tomorrow.

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

More
16 years 8 months ago #28080 by daviddm
Replied by daviddm on topic Re:Enhanced Kunena RSS Feed
Hi All,
I've installed the "Enhanced Kunena RSS Feed" but unfortunately it doesn't work. I'm using joomla 1.4.14 and kunena 1.5.4. Everything is working untill I select any of te menu options.

I have always the following message:

Error 500-Visualization not found: [name, type, prefix]: frontpage,raw,contentView

On my address line appears something like that:

www.Mysite.com/index.php?func=fb_rss&no_html=1&ids []=2
or
www.Mysite.com/index.php?func=fb_rss&no_html=1
or
www.Mysite.com/index.php?func=fb_rss&no_html=1&all=true

I'm not so expert in php language, maybe it's a simple issue but I would like to solve it because I like very much the tool! :unsure:

Any help?

Thank you for your support and best regards.
:laugh:

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

More
16 years 8 months ago #28088 by Garibaldi
That is indeed an odd error. Try disabling the ability to select categories in the code:

FIND:
Code:
$selectCategories = true;

REPLACE WITH:
Code:
$selectCategories = false;

That error appears to be something with your server, not a PHP error. Hm...

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

More
16 years 8 months ago #28104 by daviddm
Replied by daviddm on topic Re:Enhanced Kunena RSS Feed
Thanks a lot! :laugh:
I'll try and let you know!

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

Time to create page: 0.250 seconds