- Posts: 2144
- Thank you received: 4
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
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.0.10 + Kunena 1.0.11 - Change Profilebox to the left side and textbox on right side
In kunena.forum.css you have to change border-right to border-left (see red marked in changed form)
td.fb-msgview-left {
background:#EFF0F4;
vertical-align: top;
width:170px;
min-width:170px;
border-bottom: 0px solid #BFC3C6;
border-left:1px solid #BFC3C6;
}
d.fb-msgview-left-b {
background:#EFF0F4;
vertical-align: top;
width:170px;
border-bottom:1px solid #BFC3C6;
border-left: 1px solid #BFC3C6;
}
Overwrite your existing message.php in folder default_ex with the attached message.php.
Please Log in or Create an account to join the conversation.
Mahalo,
JBHawaii
Mahalo,
JBHawaii
Please Log in or Create an account to join the conversation.
<tr1> <td1></td1> <td2></td2> </tr1>
<tr2> <td1></td1> <td2></td2> </tr2>
to
<tr1> <td2></td2> <td1></td1> </tr1>
<tr2> <td2></td2> <td1></td1> </tr2>
And you have to change the border-right to border-left in CSS:
www.kunena.com/forum?func=view&catid=114...mit=10&start=10#5094
Please Log in or Create an account to join the conversation.
ALOHA!
Mahalo,
JBHawaii
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.