Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question How to disable showonline option from user profile configuration

More
11 years 6 months ago - 11 years 6 months ago #159906 by kemadiyo
Hi everybody, I would like to disable the option that allow the users to be invisible in my 3.0.6 kunena forum. I found that editing the view.html.php file from components---com_kunena---views I can hide the option to change the online status from the user profile, but I don't know why users continue changing their status to invisible, just visible for administrators. Can anyone help me, please?

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |
htaccess: Exists | PHP environment: Max execution time: 300 seconds | Max execution memory: 512M | Max file upload: 64M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : rt_oculus | author: RocketTheme, LLC | version: 1.0 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.6 | creationdate: 2014-07-28

Kunena version detailed: Kunena 3.0.6 | 2014-07-28 [ Tala ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: AlphaUserPoints 1.9.10 | UddeIM 3.4

Third-party SEF components: None

Plugins: Search - Kunena Search 3.0.1 | Content - Kunena Discuss 3.0.1

Modules: Kunena Latest 3.0.1 | Kunena Stats 3.0.1 | Kunena Login 3.0.1 | Kunena Search 3.0.1

Last edit: 11 years 6 months ago by kemadiyo. Reason: Remove second question

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

More
11 years 6 months ago - 11 years 6 months ago #159913 by sozzled

kemadiyo wrote: ... I don't know why users continue changing their status to invisible ...

Did you ask them? I don't know if it's a problem or not. If people want to hide their online status then, I suppose, they should be able to do that. However, administrators (and global moderators) can see the list of invisible users in the Who is Online area of the Index and Recent Topics pages.

[strike]As far as your second question about message preview is concerned, this is a different subject and I think you should ask that question as a separate topic.[/strike]
Last edit: 11 years 6 months ago by sozzled.

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

More
11 years 6 months ago #159916 by kemadiyo
Yes, I did and they all say that they didn't change their online status again, and that's what I can't understand, why if I had disabled/removed the option from the view.html.php file, they don't have the chance to change it, and it is changed again by itself. You are right, that is not a problem but it's a feature that I would like to have in my forum so, please, any advice will be appreciated. Thanks in advance!

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

More
11 years 6 months ago #159919 by sozzled

kemadiyo wrote: I ... disabled/removed the option from the view.html.php file, they don't have the chance to change it

You modified some of the Kunena source code? What, exactly, did you change?

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

More
11 years 6 months ago - 11 years 6 months ago #159924 by kemadiyo
I was looking for a Kunena general configuration option to disable it but I didn't find nothing, so I noticed that in the view.html.php file, located in components---com_kunena---views---user there is this code:
Code:
$item = new StdClass(); $item->name = 'showonline'; $item->label = JText::_('COM_KUNENA_USER_SHOWONLINE'); $options = array(); $options[] = JHtml::_('select.option', 0, JText::_('COM_KUNENA_NO')); $options[] = JHtml::_('select.option', 1, JText::_('COM_KUNENA_YES')); $item->field = JHtml::_('select.genericlist', $options, 'showonline', 'class="kinputbox" size="1"', 'value', 'text', $this->escape($this->profile->showOnline), 'kshowonline'); $this->settings[] = $item;

I removed it and in the kunena profile---edit--forum options tab, the option Show connected: Yes o not dissapeared. Then thought phpmyadmin I changed manually the status of those users that already have changed their status, table _kunena_users and everything looks working fine, but two days later the status of those users changed again for itselves. That's what I don't understand why, if I changed the code and the database registers...

Sorry for my English, I try to...
Last edit: 11 years 6 months ago by kemadiyo.

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

More
11 years 6 months ago #159928 by sozzled
As I have written before on this forum,

sozzled wrote: ... if you change the original Kunena source code then you are totally responsible for resolving all future problems you may have ...


I do not know why something worked—for a while—after you changed the source code and why it does not seem to work now. Sorry.

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

Time to create page: 0.284 seconds