- Posts: 15
- Thank you received: 0
Kunena 7.0.7 Released
The Kunena team has announce the arrival of Kunena 7.0.7 [K 7.0.7] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question ip address showing
17 years 3 weeks ago #21255
by arathra
ip address showing was created by arathra
I had this problem with a previous version and found the solution. The latest version of Kunena (which I installed yesterday) has not addressed this.
If you are a plain registered user and click on ONLINE MEMBERS AND GUESTS you can see the IP addresses of all users whether you are a moderator or not.
You can make a small change to WHO.PHP to address this.
Around line 108
This makes it so only moderators can view IP addresses.
If you are a plain registered user and click on ONLINE MEMBERS AND GUESTS you can see the IP addresses of all users whether you are a moderator or not.
You can make a small change to WHO.PHP to address this.
Around line 108
Code:
<?php
if ($kunena_my->gid > 1)
{
if ($is_Moderator)
{
?>
(<?php echo $user->userip; ?>)
<?php
}
}
?>
This makes it so only moderators can view IP addresses.
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago #21257
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:ip address showing
Hello,
thanks for sharing this, I will report this to the DEVs because it can be interesting.
thanks for sharing this, I will report this to the DEVs because it can be interesting.
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.
17 years 3 weeks ago #21269
by Kampp
Replied by Kampp on topic Re:ip address showing
This is a serious bug (legally). I have the same bug in Kunena 1.0.10!
Did you contact development?
Did you contact development?
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago #21336
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:ip address showing
I had tranmited this to the DEVs, they take a look when they have time.
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.
17 years 3 weeks ago #21344
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:ip address showing
Kampp wrote:
Perhaps it would be better if only administrators and moderators can see IP addresses but, in the long-run, does it really matter? Is there a suggestion that, from a legal standpoint, no-one should have the ability to see this information?
How is this a bug or a defect? What are the legal ramifications? In my opinion, this is a storm in a teacup.This is a serious bug (legally).
Perhaps it would be better if only administrators and moderators can see IP addresses but, in the long-run, does it really matter? Is there a suggestion that, from a legal standpoint, no-one should have the ability to see this information?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Time to create page: 0.219 seconds