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 #9309 by Netthandel
Is it possible to parse HTML links to the RSS feed?

I need the links inside the RSS to get picked up by Twingly.

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

More
17 years 1 month ago - 17 years 1 month ago #9409 by Garibaldi
What feature are you looking for exactly? Parsing of links in posts to <a> tags? If so, this should already work if a link is prefaced with http: or www. However, you're right in that the current version does not parse the bbcode [ url ] tag to html. I went through and updated it tonight so that it does now parse [ url ] bbcode! I put an example in my RSS feed:
www.wiscollectorcar.com/forum.html?func=fb_rss&no_html=1
You can download the updated version from this post.

Let me know how this works.

Thanks,

G

File Attachment:

File Name: kunena-f94...6cb2.zip
File Size:8.25 KB
Last edit: 17 years 1 month ago by Garibaldi.

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

More
17 years 1 month ago - 17 years 1 month ago #9419 by Lintzy
Replied by Lintzy on topic Re:Enhanced Kunena RSS Feed
Garibaldi wrote:

What feature are you looking for exactly?


Awesome, thank your for sharing! In german childboard have been asked for this feature: to reduce RSS to special forums only, that the user can choose.
Last edit: 17 years 1 month ago by Lintzy.

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

More
17 years 1 month ago #9456 by Netthandel
Exactly this :-)

Thank you very much! Really made my day!

Would you be able to do the same with another RSS file in Joomla? - For MyBlog component. It uses BBcode I believe. Want the urls to show in the rss feed (exact as in your last rss).

I've attached the file here, so you might see exactly what needs to be done. I have no idea how to do it myself ;-)

Thank you very much for helping with the Kunena RSS.

And thank you for may be giving this file a look.

File Attachment:

File Name: rss_myblog...d265.zip
File Size:2.22 KB

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

More
17 years 1 month ago #9461 by Netthandel
OH...

Very important:

Can you make the Forum RSS to get the SEF urls in stead of the orginal urls?

(Am using sh404sef)

:)

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

More
17 years 1 month ago #9522 by Garibaldi
Netthandel wrote:

Exactly this

Thank you very much! Really made my day!

Would you be able to do the same with another RSS file in Joomla? - For MyBlog component. It uses BBcode I believe. Want the urls to show in the rss feed (exact as in your last rss).

I've attached the file here, so you might see exactly what needs to be done. I have no idea how to do it myself

Thank you very much for helping with the Kunena RSS.

And thank you for may be giving this file a look.

Sure, I've made the necessary additions and attached the file here. Bear in mind, it is not tested but I believe it should work. This will parse all bbcode (including URLs) just like the Enhanced Kunena RSS Feed does.

OH...

Very important:

Can you make the Forum RSS to get the SEF urls in stead of the orginal urls?

(Am using sh404sef)

:)


I am not familiar with how sh404sef parses its urls, so I can't help you with this one. Moreover, I've seen posts on this forum that sh404sef with Kunena can take quite a toll on your server if you have thousands of posts. At least in my experience the builtin Joomla SEF component works fine for rewriting my URLs. I get something like /forum.html?id=1001011 .

That being said, I can tell you this. First, if sh404sef can rewrite urls on the fly e.g. via .htaccess and mod_rewrite, then it will absolutely work with this component. Just add rules to your .htaccess to rewrite internal kunena urls to whatever friendly url you like. Second, the other route is to modify the way the Kunena RSS Feed grabs its urls. Currently, this is controlled in this line:
Code:
echo CKunenaLink::GetThreadPageURL('view', $row->catid, $row->thread, ceil($row->numberposts / $fbConfig->messages_per_page), $fbConfig->messages_per_page, $row->lastpostid);
As you can see, the URL generation is handled internally by Kunena.

File Attachment:

File Name: rss.zip
File Size:8.35 KB

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

Time to create page: 0.287 seconds