- Posts: 17
- Thank you received: 0
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 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
i will try it.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
open the kunena.forum.css
line 2143 and add red linecomponents / com_kunena / template / gainsboro /
#Kunena div#horiz-menu {
float:left;
position:relative;
background: transparent;
}
Regards
Please Log in or Create an account to join the conversation.
Hi Slotpro, thank you
open the kunena.forum.cssline 2143 and add red linecomponents / com_kunena / template / gainsboro /
#Kunena div#horiz-menu {
float:left;
position:relative;
background: transparent;
}
Regards
thank you and new problem see image below
color not show
Please Log in or Create an account to join the conversation.
kunena.forum.css line 786
line 1086#Kunena span.fb_avatar img {
border:0 solid #E1E1E1;
height:60px;
margin:5px;
padding:0;
width:60px;
}
#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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
Regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.