Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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.

Loved Gainsboro Template - Kunena 1.5.12

More
16 years 3 months ago #11 by isal
nice template..

i will try it.

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

More
16 years 3 months ago - 16 years 3 months ago #12 by Slotpro
hi, your template is excelent but my site show white background on tob menu you can see click here

Last edit: 16 years 3 months ago by Slotpro.

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

More
16 years 3 months ago #13 by @quila
Hi Slotpro, thank you

open the kunena.forum.css

components / com_kunena / template / gainsboro /

line 2143 and add red line

#Kunena div#horiz-menu {
float:left;
position:relative;
background: transparent;
}


Regards

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

More
16 years 3 months ago - 16 years 3 months ago #14 by Slotpro
@quila wrote:

Hi Slotpro, thank you

open the kunena.forum.css

components / com_kunena / template / gainsboro /

line 2143 and add red line

#Kunena div#horiz-menu {
float:left;
position:relative;
background: transparent;
}


Regards


thank you and new problem see image below



color not show

Last edit: 16 years 3 months ago by Slotpro.

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

More
16 years 3 months ago #15 by @quila
Hi,

kunena.forum.css line 786

#Kunena span.fb_avatar img {
border:0 solid #E1E1E1;
height:60px;
margin:5px;
padding:0;
width:60px;
}

line 1086

#Kunena #fb_postmessage tr.fb_sectiontableentry1 .fb-postbuttonset td, #Kunena #fb_postmessage tr.fb_sectiontableentry2 .fb-postbuttonset td {
border-bottom:0 solid #E1E1E1;
background: transparent;
}


Regards

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

More
16 years 3 months ago #16 by Slotpro

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

More
16 years 3 months ago #17 by Slotpro
error
Code:
Notice: Use of undefined constant php - assumed 'php' in /var/www/html/xxxx/components/com_kunena/template/gainsboro/plugin/who/whoisonline.php on line 116

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

More
16 years 3 months ago - 16 years 3 months ago #18 by @quila
Hi Slotpro,

I can't reproduce this error, and in this file I can't find nothing "undefined". However try to change this file with this attached. Let me know if work.

File Attachment:

File Name: whoisonline.zip
File Size:1.98 KB


Regards
Last edit: 16 years 3 months ago by @quila.

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

More
16 years 3 months ago #19 by webrevo1
with italian kunena it make some problem with traduction.... like: _gen_user_ for user (utente)

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

More
16 years 3 months ago #20 by @quila
Hi webrevo,

if using other languages then english there is some line to translate in this (italian) language.

DEFINE('_NEW_TOPIC', 'New thread');
DEFINE('_GEN_FAVORITETXT', 'Favorite');
DEFINE('_GEN_UNFAVORITETXT', 'Unfavorite');
DEFINE('_GEN_PMS', 'PM');
DEFINE('_GEN_PMS_TITLE', 'Private Message');
DEFINE('_GEN_PROFILE', 'Profile');
DEFINE('_GEN_OFFLINE', 'Offline');
DEFINE('_GEN_ONLINE', 'Online');
DEFINE('_NEW', 'NEW');
DEFINE('_GOTOTOP', 'Top');
DEFINE('_WHO_ONLINE_IP', 'IP');
DEFINE('_GEN_PRINT', 'Print this page');
DEFINE('_GEN_USRINFO', 'User information');
DEFINE('_KUNENA_MYPROFILE_ARCHIVES', 'Archives');
DEFINE('_KUNENA_USRL_NEWEST', 'Members');
DEFINE('_INFORMATION', 'Information');
DEFINE('_KUNENA_USRL_NEWESTMEMBER', 'Newest');
DEFINE('_KUNENA_USRL_ACTIVE', 'Active');
DEFINE('_KUNENA_USRL_POPULAR', 'Popular');
DEFINE('_KUNENA_USRL_ALL', 'View All Members');
DEFINE('_KUNENA_USRL_RANK', 'Rank');
DEFINE('_WHO_ONLINE_TOTAL', 'In total there are');
DEFINE('_KUNENA_OLDEST_THREAD', 'Oldest Post');
DEFINE('_KUNENA_NEWEST_THREAD', 'Newest Thread');
DEFINE('_GEN_POST_REPLY_TOPIC', 'Reply Topic');
DEFINE('_KUNENA_GOTO_FORUM', 'Go to Forum');


Regards

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

Time to create page: 0.485 seconds