- Posts: 228
- Thank you received: 1
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 Kunena 1.5.6 Template: "MOC - We Love Kunena"
Please Log in or Create an account to join the conversation.
xillibit wrote:
mejean wrote:
Hello,Hmmm ? I had used WeLoveKunena 1.5.4 on a 1.5.3 Kunena installation. The template worked fine.
After Kunena 1.5.4 and Joomla! 1.5.13 upgrades (and a new upload of WeLoveKunena 1.5.4 :laugh: template) I have this message :Fatal error: Call to undefined method CKunenaLink::getshowannouncement() in /xxx/www/components/com_kunena/template/WeLoveKunena/fb_layout.php on line 219
:blink: :pinch:
You haven't replaced the file components/com_kunena/lib/kunena.link.class.php by the file which is present in the archive template.
If someone has the following errors :
Code:Notice: Undefined index: showlatest in C:\wamp\www\joomla_1.5.13\components\com_kunena\template\WeLoveKunena\fb_layout.php on line 219 Notice: Undefined index: showlatest in C:\wamp\www\joomla_1.5.13\components\com_kunena\template\WeLoveKunena\fb_layout.php on line 227
Replace in the file WeLoveKuena/fb_layout.php at line 219 and 226 the :
Code:$header .=' >'.CKunenaLink::GetShowAnnouncement('<span>'.($fbIcons['showlatest'] ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons['showlatest'] . '" border="0" alt="' . _ANN_ANNOUNCEMENTS . '" title="' . _ANN_ANNOUNCEMENTS . '"/>' : _ANN_ANNOUNCEMENTS).'</span>');
and
Code:$header .=' >'.CKunenaLink::GetShowSearch('<span>'.(($fbIcons['showlatest'] ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons['showlatest'] . '" border="0" alt="' . _KUNENA_SEARCH_ADVSEARCH . '" title="' . _KUNENA_SEARCH_ADVSEARCH . '"/>' : _KUNENA_SEARCH_ADVSEARCH).'</span>');
by
Code:$header .=' >'.CKunenaLink::GetShowAnnouncement('<span>'.array_key_exists('showlatest', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons['showlatest'] . '" border="0" alt="' . _ANN_ANNOUNCEMENTS . '" title="' . _ANN_ANNOUNCEMENTS . '"/>' : _ANN_ANNOUNCEMENTS).'</span>');
and
Code:$header .=' >'.CKunenaLink::GetShowSearch('<span>'.(array_key_exists('showlatest', $fbIcons) ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons['showlatest'] . '" border="0" alt="' . _KUNENA_SEARCH_ADVSEARCH . '" title="' . _KUNENA_SEARCH_ADVSEARCH . '"/>' : _KUNENA_SEARCH_ADVSEARCH).'</span>');
Please Log in or Create an account to join the conversation.
Is there an updated version of this template?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- willisj318
-
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
why is the website down for a long time ? ???
I have been wondering as well.
Please Log in or Create an account to join the conversation.
No WeLoveKunena version for Kunena 1.5.11 ?
Please Log in or Create an account to join the conversation.