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.

Question IP address display

More
17 years 1 week ago - 17 years 1 week ago #15802 by arathra
IP address display was created by arathra
Not sure if this has been covered elsewhere since I can't do a search for "ip" in the forums (less than 3 chars).

Testing version Kunena 1.5.1b | 2009-05-05 | 1523 [ Puhua! ]

In WHO IS ONLINE the IP address of the poster shows up regardless of the status of the member viewing that post. I *thought* it was just visible to moderators and admins but it's visible to anyone but guests.

Or perhaps I've set something wrong somewhere?
Last edit: 17 years 1 week ago by arathra.

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

More
17 years 1 week ago #15812 by arathra
Replied by arathra on topic Re:IP address display
Just a matter of adding a moderator check to lines around 105
Code:
<?php if ($kunena_my->gid > 1) { if ($is_Moderator) { ?> (<?php echo $user->userip; ?>) <?php } } ?>

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

More
17 years 1 week ago #15815 by Lintzy
Replied by Lintzy on topic Re:IP address display
Thank you for reporting us this bug. This will pointed to the DEVs. :)

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

More
17 years 1 week ago #16274 by Matias
Replied by Matias on topic Re:IP address display
Thank you for reporting this!

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

Time to create page: 0.374 seconds