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
17 years 1 month ago #9913 by Garibaldi
Baze wrote:

it's not working for me :(

j1.0.15, kunena 1.0.8


Could you post any specific error message you get when going to the RSS URL? Also, you can try using the version in this post because I haven't had time to test the one that filters categories yet but I know the one I just linked works

@Netthandel, could you attach the rss feed file for one of these other components so I can do a comparison?

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

More
17 years 1 month ago #9918 by jtprince
I also would have a suggestion for this excellent implementation. Many (if not all) RSS readers (like Feed Demon, GreatNews etc.) can display the name of the author in the news list table. Please have a look at the below screenshot of your example feed (Wisconsin Collector Car Forum):



You can see that the Author column is empty. The smarter news feed generators are able to fill in this detail.

Would you enhance your solution with this feature?

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

More
17 years 1 month ago #10095 by Garibaldi
Hello Everyone,

I did a bunch of work on this tonight and would like to announce a new version with some requested improvements:
- ability for users to select which categories they would like to see in the feed
- addition of the <author> tag to each item for feed readers that support it
- ability to just display all posts as before instead of the select screen

You can see a demo of these new features as usual on my site . If you want to see how it works without filtering categories, try this link .

Updating: Simply upload the attached file, overwriting the old version

Configuration: By default, the new version does not display the "select categories" page but instead maintains the same behavior as previous versions. To enable the "select categories", simply open the file before you upload it and

FIND:
Code:
$selectCategories = false;

REPLACE WITH:
Code:
$selectCategories = true;

In addition, if you would like some categories of your forum to not appear in the "select categories" list, then simply follow these instructions:
Code:
// if you set selectCategories to true, you may want to exclude some private or test forums // you can do this by adding values to the array below for the Category Titles. // An example is array("My Private Forum", "Admin Section"); $exclude_these_categories = array();

As far as sh404sef, I will need help from someone who understands sh404sef's implementation better than I to implement support for it.

File Attachment:

File Name: kunena-2dd...60cf.zip
File Size:9.42 KB

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

More
17 years 1 week ago #14422 by marcpsummers
I too think this addition is great - however also need sh404sef working.

I think you need to use something like this for the url building...
Code:
CKunenaLink::GetSefHrefLink(KUNENA_LIVEURLREL.'&amp;func='.$func.'&amp;catid='.$catid.'&amp;id='.$threadid.'&amp;limit='.$limit.'&amp;limitstart='.(($page-1)*$limit), $name, '', $rel, $class, $anker);

But I am not a coder so would love someone to help get this into the great RSS module.

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

More
17 years 1 week ago #14439 by emeyer
Replied by emeyer on topic Re:Enhanced Kunena RSS Feed
This is a good code addition. Has it found its way to Kunena 1.5?

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

More
17 years 1 week ago #14452 by Garibaldi
marcpsummers wrote:

I too think this addition is great - however also need sh404sef working.

I think you need to use something like this for the url building...

Code:
CKunenaLink::GetSefHrefLink(KUNENA_LIVEURLREL.'&amp;func='.$func.'&amp;catid='.$catid.'&amp;id='.$threadid.'&amp;limit='.$limit.'&amp;limitstart='.(($page-1)*$limit), $name, '', $rel, $class, $anker);

But I am not a coder so would love someone to help get this into the great RSS module.


Is this how Kunena normally interfaces with sh404sef? I can add it and upload a test file for you to try out and debug

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

Time to create page: 0.281 seconds