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?
15 years 9 months ago - 15 years 9 months ago #53340
by iLucato
Thanks for your kind help folks. I appreciated that. 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
Replied by iLucato on topic Re: How to change Karma position?
I see. Thanks a lot! I got to identify it.@quila wrote: For changes look the line 79 and between 347 - 362.
Ops, I didn't know that. Please, don't punch me, but IMHO it should fit better into the grayed user column than instead of where I had asked. :0( I mean, it would be more logical. Well, I'll try to put there, if I don't get it will remain there. :0)@quila wrote: Karma is related to user.
Thanks for your kind help folks. I appreciated that. 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
Last edit: 15 years 9 months ago by iLucato.
Please Log in or Create an account to join the conversation.
15 years 9 months ago #53347
by iLucato
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
Replied by iLucato on topic Re: How to change Karma position?
Hey folks, after some changes, here what I got once the karma is related to the user. ;0)
For who may be interested here is how it was done:
For my layout I had to change into the kunena.forum.css the padding-right value for the span.msgkarma, so it looks this way around the line 777:
Now to move the karma below the avatar, the code is placed next the line 225 next to the class 'viewcover' and the margins values were changed.
Here is the code surrounding the line 220 that you need to find...
right after that you place the karma code:
Don't forget to remove the previous code like that nearby the lines 78-94.
For who may be interested here is how it was done:
For my layout I had to change into the kunena.forum.css the padding-right value for the span.msgkarma, so it looks this way around the line 777:
Code:
#Kunena span.msgkarma {
font-weight: bold;
color: #333333;
text-decoration: none;
padding-right: 50px;
white-space: nowrap;
float: left;
Now to move the karma below the avatar, the code is placed next the line 225 next to the class 'viewcover' and the margins values were changed.
Here is the code surrounding the line 220 that you need to find...
Code:
<span class = "view-group_<?php echo $gr_title->id;?>"> <?php echo $gr_title->title; ?></span>
<?php
}
?>
right after that you place the karma code:
Code:
<span class = "msgkarma" style="float: left!important; margin:0px 0 5pt 20px;">
<?php
if (isset($msg_karma)) {
echo $msg_karma;
if (isset($msg_karmaplus))
echo ' ' . $msg_karmaplus . ' ' . $msg_karmaminus;
}
else {
echo ' ';
}
?>
</span>
Don't forget to remove the previous code like that nearby the lines 78-94.
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.
15 years 9 months ago - 15 years 9 months ago #53348
by @quila
Replied by @quila on topic Re: How to change Karma position?
Great, thanks for share.
BTW: One question, I see you forum is new, is there some reason why you dont install Kunena 1.6?
All this personalisation you will lost when you upgrade to K1.6 (and karma is already there in K1.6), you could have much more function and Template you can easly customised .K1.6 is software with future, at some point K1.5 will stop to develop.
BTW: One question, I see you forum is new, is there some reason why you dont install Kunena 1.6?
All this personalisation you will lost when you upgrade to K1.6 (and karma is already there in K1.6), you could have much more function and Template you can easly customised .K1.6 is software with future, at some point K1.5 will stop to develop.
Last edit: 15 years 9 months ago by @quila.
Please Log in or Create an account to join the conversation.
15 years 9 months ago - 15 years 9 months ago #53411
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to change Karma position?
Moderator's comment: further discussion that started from this thread has been moved to
Where can I obtain the download for K 1.6
. Please try to keep discussions on-topic.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 9 months ago by sozzled. Reason: Explain reason for topic split
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds