- Posts: 4
- Thank you received: 0
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.
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
- marcpsummers
-
- Offline
- New Member
-
Less
More
17 years 2 weeks ago #14453
by marcpsummers
Replied by marcpsummers on topic Re:Enhanced Kunena RSS Feed
Yes - this is from the lib/kunena.link.class.php file - this file may help you understand how it works
Happy to beta test or whetever is needed
Marc
Happy to beta test or whetever is needed
Marc
Please Log in or Create an account to join the conversation.
17 years 1 week ago #14523
by Matias
Replied by Matias on topic Re:Enhanced Kunena RSS Feed
There will be no new features in 1.5 (it's easier to stabilize without new possibly broken features), but we have already another tree for new features.
Better RSS feed would be nice addition, so..
We will look through user contributions soon.
Better RSS feed would be nice addition, so..
We will look through user contributions soon.
Please Log in or Create an account to join the conversation.
- marcpsummers
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
17 years 1 week ago #14730
by marcpsummers
Replied by marcpsummers on topic Re:Enhanced Kunena RSS Feed
If you can do this soon I am happy to make a donation for your time 
Marc
Marc
Please Log in or Create an account to join the conversation.
17 years 1 week ago #14824
by Garibaldi
Replied by Garibaldi on topic Re:Enhanced Kunena RSS Feed
Hi Everyone,
I'll try and have a version for you to test up tonight
I'll try and have a version for you to test up tonight
Please Log in or Create an account to join the conversation.
17 years 1 week ago #14830
by emeyer
Replied by emeyer on topic Re:Enhanced Kunena RSS Feed
With reference to the SEF support, the central link function GetSefHrefLink() in kunena.link.class.php still uses sefRelToAbs(). Joomla 1.5 has the JRoute::_($link,1) method. Setting 1 on the second argument of Jroute::_() causes XHTML-compliance by converting the & separators in the query string to &s; on the fly, so even if seo-friendly-style SEF doesn't convert the rest of URL, the generated page can still pass W3C validation testing.
function GetSefHrefLink($link, $name, $title, $rel, $class ='', $anker='', $attr=''){
return '<a '.($class ? 'class="'.$class.'" ' : '').'href="'.JRoute::_($link,1).($anker?('#'.$anker):'').'" title="'.$title.'"'.($rel ? ' rel="'.$rel.'"' : '').($attr ? ' '.$attr : '').'>'.$name.'</a>';
Apologies if that's OT.
function GetSefHrefLink($link, $name, $title, $rel, $class ='', $anker='', $attr=''){
return '<a '.($class ? 'class="'.$class.'" ' : '').'href="'.JRoute::_($link,1).($anker?('#'.$anker):'').'" title="'.$title.'"'.($rel ? ' rel="'.$rel.'"' : '').($attr ? ' '.$attr : '').'>'.$name.'</a>';
Apologies if that's OT.
Please Log in or Create an account to join the conversation.
17 years 1 week ago - 17 years 1 week ago #14874
by Garibaldi
Replied by Garibaldi on topic Re:Enhanced Kunena RSS Feed
Okay so I took a detailed look at this tonight. The following code:
is for the builtin Joomla SEF. I\'m guessing you\'re using the instructions from
this thread
to install the sh404sef plugin for Kunena. From my understanding, sh404sef will rewrite internal Joomla URLs on the fly to SEF URLs, correct? If so, why does the RSS feed need to have the SEF urls built in? It would seem that once you click on an internal URL in the feed, sh404SEF would pick it up and rewrite it as the SEF URL.
Edit. I got sh404sef installed on a test site and installed the Kunena plugin for it. When I checked the feed, it had the sh404sef URLs as the links. Isn't this the feature you're requesting?
Thanks
Code:
CKunenaLink::GetSefHrefLink(KUNENA_LIVEURLREL.\'&func=\'.$func.\'&catid=\'.$catid.\'&id=\'.$threadid.\'&limit=\'.$limit.\'&limitstart=\'.(($page-1)*$limit), $name, \'\', $rel, $class, $anker);
Edit. I got sh404sef installed on a test site and installed the Kunena plugin for it. When I checked the feed, it had the sh404sef URLs as the links. Isn't this the feature you're requesting?
Thanks
Last edit: 17 years 1 week ago by Garibaldi.
Please Log in or Create an account to join the conversation.
Time to create page: 0.268 seconds