- Posts: 48
- Thank you received: 2
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 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
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.
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.
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:
REPLACE WITH:
In addition, if you would like some categories of your forum to not appear in the "select categories" list, then simply follow these instructions:
As far as sh404sef, I will need help from someone who understands sh404sef's implementation better than I to implement support for it.
Please Log in or Create an account to join the conversation.
- marcpsummers
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I think you need to use something like this for the url building...
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.
Please Log in or Create an account to join the conversation.
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.'&func='.$func.'&catid='.$catid.'&id='.$threadid.'&limit='.$limit.'&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.