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 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.0.10 + Kunena 1.0.11 - Change Profilebox to the left side and textbox on right side

More
17 years 2 weeks ago - 16 years 11 months ago #17292 by Lintzy
Works with template default_ex, changes the threadview from


to




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.

File Attachment:

File Name: messagephp...1010.zip
File Size:4.19 KB
Last edit: 16 years 11 months ago by Lintzy.

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

More
17 years 1 week ago #17934 by JBHawaii
Lintzy, nice work! I got one question though is it to much to ask to post the actual code that was changed or added? I have an already modified message.php and over writing with this version here is not an option.

Mahalo,
JBHawaii

Mahalo,
JBHawaii

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

More
17 years 1 week ago #17956 by Lintzy
You have to change the columns of the table. There are two rows (tr). Every <tr> </tr> hast two cells <td> change the place of them.

<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.

More
17 years 1 week ago #18018 by JBHawaii
great thanks so much! surely you are an asset to this community!

ALOHA!

Mahalo,
JBHawaii

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

More
17 years 1 week ago #18540 by ph-jps
Does someone has this for 1.5.1b? :blush:

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

More
17 years 1 week ago #18549 by grumblemarc
No. You shouldn't be using it. No one should be developing templates nor offering fixes for it. It is for bug testing and reporting only.

We love stars on the Joomla Extension Directory . :-)

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

Time to create page: 0.266 seconds