Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
14 years 8 months ago #21 by eballi
hi everybody ! if saw ie6 error your "we love kunena" template . You made this fix.


open your public_html/components/com_kunena/template/WeLoveKunena/kunena.forum.css

added this code

/* Fix for Internet Explorer 6*/
#Kunena *html div.msgtext {
width:700px;
overflow:hidden!important;
word-wrap: break-word;
}

/*Fix for Internet Explorer 8*/
#Kunena div.msgtext {
width:/*\**/700px\9;
overflow:/*\**/hidden!important\9;
word-wrap:/*\**/break-word\9;
}

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

More
14 years 8 months ago #22 by mejean
Wonderfull design. Can you attach (or send me) psd files to translate it in french language ?

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

More
14 years 8 months ago - 14 years 8 months ago #23 by franch
Replied by franch on topic Re:Kunena 1.5.4 Template:
Spock wrote:

I don't have psd files either so you'll have to use the gifs in the package


;-)
Last edit: 14 years 8 months ago by franch.

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

More
14 years 8 months ago #24 by mejean
...not very easy to make changes :dry:

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

More
14 years 8 months ago #25 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
14 years 8 months ago - 14 years 8 months ago #26 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: 14 years 8 months ago by xillibit.

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

  • joomla
  • joomla's Avatar
  • Visitor
14 years 8 months ago #27 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
14 years 8 months ago #28 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
14 years 8 months ago #29 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
14 years 8 months ago #30 by powerman
beautiful template, nice work!

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

Time to create page: 0.411 seconds