Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Online Status in Avatar?

More
13 years 8 months ago #1 by dannygillham
Hi, great product this. However, I dont want users on my board to know who is online and who is offline in the avatar. Can this be hidden?

Many Thanks

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

More
13 years 8 months ago #2 by Cerberus
yes it can just hide that element :)

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

More
13 years 8 months ago #3 by dannygillham
thank you, but how?!

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

More
13 years 8 months ago #4 by Cerberus
i couldnt tell you you havent given me any information about your site or how it has been setup or even a link to it..

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

More
13 years 8 months ago #5 by dannygillham
OK, Joomla website with community builder - www.daggers-sc.co.uk . Using latest version 1.5 of Kunena. What other information do you need to be able to help me?
Thanks

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

More
13 years 8 months ago #6 by Cerberus
an account so i can see your forum send it to me in pm please

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

More
13 years 8 months ago #7 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
13 years 5 months ago #8 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
13 years 4 months ago #9 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.785 seconds