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 #53322 by sozzled
You might try editing view.php (don't know what line number) for the code that generates
Code:
<td class="fb-msgview-left-b">&nbsp;</td>
and change it to
Code:
<td class="fb-msgview-left-b" colspan="2">&nbsp;</td>
That will, at least, tidy things up a little bit.

EDIT: I think @quila has a fairly good handle on this problem and my suggestion may not be necessary.
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 #53324 by iLucato

@quila wrote: 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" >


Ops, my fault! Didn't make too much difference. :0) Here is the result I get as logged-in and as visitor by using the corret way you requested as show below:
Code:
<tr> <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> <td class = "fb-msgview-right-b" > <div class="fb_message_editMarkUp_cover">

Here is the screenshot to you have an idea.




@quila, I'm not programmer and you are the man, but in my humble opinion, I think it should go somewhere around the "fb_message_buttons_row" arround line 420 and ahead, shouldn it in this case?

I'll try the Sozzled stuffs and will be back. :0)

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 #53331 by @quila
OK, replace your message.php with this attached and say me what you see.


File Attachment:

File Name: message.zip
File Size:4.38 KB

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

More
15 years 9 months ago #53333 by @quila
Or you can leave this where xyou have now (below profile), maybe is better place

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

More
15 years 9 months ago #53336 by iLucato
There you go! Amazing! Thanks a lot! Now, what have you changed? I think I have some custom stuffs changed and I can't use your file, well if it is hard I'll try to compare the files.

Just one question regarding this karma. Is the karma about the thread/post or for the user? I mean, members vot for rating the specific post or the user?

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 #53339 by @quila
For changes look the line 79 and between 347 - 362.

Karma is related to user.

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

Time to create page: 0.208 seconds