Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 K 1.0.10: "Speech bubbles" for default_ex template

More
16 years 11 months ago - 16 years 10 months ago #18045 by sozzled
In an earlier discussion , someone asked how to create "speech bubbles" (see image below) in Kunena.



This same concept has also been adapted in mikledo's New Monochrome Theme . With the release of Kunena 1.0.10 there have been large-scale changes to the default_ex template that will probably negate a lot of this customising. Although the the techniques used are basically the same, I'm providing updated information here.

To create "speech bubbles" (for template default_ex):

Step 1: Edit the file ../components/com_kunena/default_ex/message.php at line 99 from
Code:
<div class = "msgtext"><?php echo $msg_text; ?></div>
Change to:
Code:
<div class = "msgtext"><?php echo $msg_text; ?><span class="arrow" /></div>

Step 2: Edit the file ../components/com_kunena/default_ex/kunena.forum.css

(a) Make these two changes as shown by the text in red):

td.fb-msgview-left {
background:#f1f1f1;
vertical-align: top;
width:170px;
min-width:170px;
border-bottom: 0px solid #BFC3C6;
border-right:1px solid #BFC3C6;
}
td.fb-msgview-right {
border-right:1px solid #BFC3C6;
padding:5px 10px 5px 10px;
vertical-align: top;
border-left:1px solid #BFC3C6;
background-color: f1f1f1;
}

(b) Add the following lines to the same file:

div.msgtext {
position: relative;
background-color: #fff;
padding: 10px 4px 25px 4px;
left: 0;
}
span.arrow {
width: 0;
height: 0;
line-height: 0;
border-bottom: 15px solid #f1f1f1;
border-left: 40px solid white;
position: absolute;
top: 15px;
right: -38px;
}

Alternatively, copy the attached file and replace the contents of your kunena.forum.css with it:

File Attachment:

File Name: kunena-0e0...b05d.txt
File Size:27.94 KB


Step 3: You will also notice, from the above image, that I have disabled the "Quick Reply" button. This is because, with the speech button enabled, the "Quick Reply" button doesn't co-operate with the modified template. I haven't received any complaints. To disable the quick reply, edit the CSS file and make the change indicated below:

span.fb_qr_fire {
display:none;
}

For most small forums, the quick reply button is rarely used anyway. I haven't included this last change in the attachment.

Finally, these are only my suggestions; there is no support for them. The CSS features are also not supported in Internet Explorer V6 but they should work with all other versions of IE and other browsers.
Last edit: 16 years 10 months ago by sozzled.

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

More
16 years 10 months ago #23038 by sorema
i've done something different styling bubbles
maybe you like it;)
i'll be glad to share

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

More
16 years 10 months ago - 16 years 10 months ago #23082 by Spock
Replied by Spock on topic Re:K 1.0.10:
sorema wrote:

maybe you like it;)
i'll be glad to share

Yes, I think it looks good with the subject in the speech bubble. Yes I'd love to see it shared - a good addition to the community - maybe if you have time do a little tutorial (just like sozzled did above) for other users so they can implement it to other templates
Last edit: 16 years 10 months ago by Spock.

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

More
16 years 10 months ago #23085 by sozzled
Thanks for your feedback and encouragement. There have been many changes introduced in K 1.5.3 (some of them obviated my need to disable the "Quick Reply" button - see my comments in "Step 3" above). I have written detailed instructions for K 1.5.3 (see K 1.5.3: "Speech bubbles" for default_ex template ) and that may be a better place to continue further discussion on this subject. :)

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

Time to create page: 0.258 seconds