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 6 months ago #30273 by Spock
Replied by Spock on topic Re:Kunena 1.5.6 Template:
MartinD wrote:

Hi

I have just purchased Jom Social but when I click on a PM (See image) nothing happens and I do not see a popup

Any ideas?

I don't think this is relevant to the topic - i have answered the question in your other post

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

More
16 years 6 months ago #30282 by MartinD
Replied by MartinD on topic Re:Kunena 1.5.4 Template:
I carried out the following but still the same..

xillibit wrote:

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

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

More
16 years 5 months ago #33233 by MartinD
I have upgraded to the latest Kunena and since I get the following error again

Code:
Fatal error: Call to undefined method CKunenaLink::getshowannouncement() in /hp/bj/aa/ha/www/site/components/com_kunena/template/WeLoveKunena/fb_layout.php on line 219

Is there an updated version of this template?

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

More
16 years 4 months ago #34935 by wasimlhr
why is the website down for a long time ? ???

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

More
16 years 3 months ago #36713 by willisj318
wasimlhr wrote:

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.

More
16 years 3 weeks ago - 16 years 3 weeks ago #44684 by mejean
Replied by mejean on topic Kunena 1.5.11 template
Please,

No WeLoveKunena version for Kunena 1.5.11 ?
Last edit: 16 years 3 weeks ago by mejean.

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

Time to create page: 0.305 seconds