Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Idea How to change Karma position?

More
15 years 9 months ago - 15 years 9 months ago #53288 by iLucato
Hi folks,

I'm using the K 1.5.12 and the issue is that the thread title runs over the karma on the right side. See the circled area in red on the right top of the thread at the image below:





So, I want to place it on the very left at the bottom (Green circled area) on the same line as the message "This thread was closed", well the image is in Portuguese-BR where you can read "O tópico foi fechado." on the right bottom of the thread (circled in red)

So, I wonder what is the filename that I can find and change the karma code position to place it where I want too (green circled area).

Thanks in advance.

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br
Last edit: 15 years 9 months ago by iLucato.

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

More
15 years 9 months ago #53314 by @quila
Hi iLucato,

to do that you need to make changes in message.php

components / com_kunena / template / default_ex / message.php

About line 78 you will see that code
Code:
<td align = "right"> <span class = "msgkarma"> <?php if (isset($msg_karma)) { echo $msg_karma; if (isset($msg_karmaplus)) echo '&nbsp;&nbsp;' . $msg_karmaplus . '&nbsp;' . $msg_karmaminus; } else { echo '&nbsp;'; } ?> </span> </td>

move it down in about line 329

<tr>HERE<td class = "fb-msgview-right-b" >
<div class="fb_message_editMarkUp_cover">

Regards

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

More
15 years 9 months ago #53317 by iLucato
Hi @quila, thanks a lot for your tip!

Man, I placed the code where you've suggested (around line 343) as you can see here:
Code:
<td class = "fb-msgview-right-b" > <td align = "right"> <span class = "msgkarma"> <?php if (isset($msg_karma)) { echo $msg_karma; if (isset($msg_karmaplus)) echo '&nbsp;&nbsp;' . $msg_karmaplus . ' ' . $msg_karmaminus; } else { echo '&nbsp;'; } ?> </span> </td> <div class="fb_message_editMarkUp_cover">

and I got it:



Now I need to try the tds, trs, divs, by guessing once I have no idea how they work, to see if I get a better fit. If you have a better idea, I'll appreciate again your kind help.

Thanks and have a nice day.

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br

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

More
15 years 9 months ago - 15 years 9 months ago #53319 by sozzled
You'll need to experiment with the CSS to position the Karma indicator in a TD with a border, padding, etc. Looks like you've got your work cut out for you.
Last edit: 15 years 9 months ago by sozzled.

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

More
15 years 9 months ago - 15 years 9 months ago #53320 by iLucato
I did it, and didn't solve. I mean, I changed the span.karma in the CSS

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br
Last edit: 15 years 9 months ago by iLucato.

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

More
15 years 9 months ago #53321 by @quila
You have placed that code in wrong place. Place the code AFTER <tr> and BEFORE <td class = "fb-msgview-right-b" > like I said before

<tr>HERE<td class = "fb-msgview-right-b" >
<div class="fb_message_editMarkUp_cover">


you have placed code AFTER <td class = "fb-msgview-right-b" >

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

Time to create page: 0.251 seconds