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 Kunena 1.5.6 Template: "MOC - We Love Kunena"

More
16 years 9 months ago #24742 by mejean
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:

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

More
16 years 9 months ago - 16 years 9 months ago #25083 by xillibit
mejean wrote:

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:

Hello,

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>');

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 9 months ago by xillibit.

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

  • joomla
  • joomla's Avatar
  • New Member
  • New Member
More
16 years 9 months ago #25225 by joomla
Replied by joomla on topic Re:Kunena 1.5.4 Template:
ugur wrote:

Spock we are waiting for your reply about Turkish buttons. If you don't want to do you can say No. Than we will do it ourselves B)


www.kunena.com/forum/41-turkish/25076-we...rkce-buton-seti--psd :side:

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

More
16 years 9 months ago #25238 by fortminor
Replied by fortminor on topic Re:Kunena 1.5.4 Template:
joomla wrote:

ugur wrote:

Spock we are waiting for your reply about Turkish buttons. If you don't want to do you can say No. Than we will do it ourselves B)


www.kunena.com/forum/41-turkish/25076-we...rkce-buton-seti--psd :side:


it also includes PSD source files :woohoo:

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

More
16 years 8 months ago #25572 by crisscross
Nice template! However I used default_ex and commented some lines in kunena.php to remove the search box(search is not working well with swedish characters so I replaced it with a google search). When i installed MOC WLK it was back. Can you help me to find where in the template code I need to comment out things for the search box to disappear? Would be highly appreciated.

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

More
16 years 8 months ago #26733 by powerman
beautiful template, nice work!

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

Time to create page: 0.257 seconds