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 Online Status in Avatar?

More
15 years 8 months ago #57989 by sozzled
It's not that easy changing the CSS to hide the online indicator. The indicator is hard-coded in ../components/com_kunena/template/<template-name>/message.php. It wouldn't be too difficult to "comment-out" (or remove) the relevant lines of code in the source code:
Code:
<?php if (isset($msg_online)) { echo $msg_online; } ?>
I would have thought that there was a K 1.5 configuration setting that would do this, but I wasn't been able to solve the problem that way.

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

More
15 years 6 months ago #69213 by Gamer Templates
In Kunena 1.6.1 do this:

Search for:

components/com_kunena/template/default/view/profile.vertical.php

line 34:
Code:
<li><span class="kicon-button kbuttononline-<?php echo $this->profile->isOnline(true) ?>"><span class="online-<?php echo $this->profile->isOnline(true) ?>"><span><?php echo $this->profile->isOnline() ? JText::_('COM_KUNENA_ONLINE') : JText::_('COM_KUNENA_OFFLINE'); ?></span></span></span></li>

and delete this line!

Greetings...
The following user(s) said Thank You: shelize

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

More
15 years 4 months ago #78740 by shelize
Royal...
Thank you for the 1.6 update.

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

Time to create page: 0.233 seconds