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.

Question User Popularity Vote.

More
16 years 7 months ago #30074 by lamblety
Replied by lamblety on topic Re:User Popularity Vote.
Someone help?

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

More
16 years 6 months ago #30284 by Matias
Replied by Matias on topic Re:User Popularity Vote.
lib/kunena.karma.php at line 27:

$karma_min_seconds = '14400'; // 14400 seconds = 6 hours

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

More
16 years 6 months ago #30587 by lamblety
Replied by lamblety on topic Re:User Popularity Vote.
Thanks for the answer...=)

I haven more 2 questions.

1- $karma_min_seconds don't have a maximum number?
So, can I put "9999999999999999999999999999999999999999999999999999" to get years of delay?

2- Is there a way to get only positive karmas with this sistem of karma?

Best Regards.

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

More
16 years 6 months ago #30594 by xillibit
Replied by xillibit on topic Re:User Popularity Vote.
Hello,

1°) I think there are no restrictions for this

2°)For this, you need to do a little hack, so open the file component/com_kunena/template/default_ex/view.php and at line 711 replace this :
Code:
$msg_karmaminus = CKunenaLink::GetKarmaLink('decrease', $catid, $fmessage->id, $userinfo->userid, '<img src="'.(isset($fbIcons['karmaminus'])?(KUNENA_URLICONSPATH . $fbIcons['karmaminus']):(KUNENA_URLEMOTIONSPATH . "karmaminus.gif")).'" alt="Karma-" border="0" title="' . _KARMA_SMITE . '" align="middle" />' );

with this :
Code:
$msg_karmaminus = "";

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 6 months ago #30624 by lamblety
Replied by lamblety on topic Re:User Popularity Vote.
THAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANKS A LOT!!!
It works perfectly.

One more think to finalize my questions.

* Is there a way to reset the karmas of everyone in my Forum?

Best Regards.

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

More
16 years 6 months ago #30799 by lamblety
Replied by lamblety on topic Re:User Popularity Vote.
I need help.

=)

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

Time to create page: 0.218 seconds