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

Question karma missing in aphotic template

More
15 years 6 months ago #67511 by nick2010
hello
i have succesfully installed and tested kunena 1.6. and thank you for the wonderful job you are doing!

however, while karma shows up in default template, if I install aphotic template, no karma function is shows.

I see users' karmas, but I am not able to increase or decrease them.
I have searched in the template files without finding anything useful. just images and CSS files!

can anyone please help?
thanks in advance.

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

More
15 years 6 months ago #67535 by xillibit
Hello,

Look into components/com_kunena/template/default/view/profile.vertical.php if you see something like that :
Code:
<?php if ( $this->userkarma ) : ?> <li class="kpost-karma"> <span class="kmsgkarma"> <?php echo $this->userkarma ?> </span> </li> <?php endif ?>

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
15 years 6 months ago #67547 by nick2010
thanks!
it was something wrong in aphotic CSS
I changed the relative path and It works.
:D

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

Time to create page: 0.495 seconds