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

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 Hide IP

More
16 years 4 months ago #34015 by novacell
Hide IP was created by novacell
i made someone a mod for our forums as a mod they could see ip addresses of posters for some unknown reason he was collecting ips and posted all users ip addresses needless to say users were not happy with this which means i either need to change forum software or make nobody a mod can you tell me if there is a way to hide ip addresses from mods

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

More
16 years 4 months ago #34024 by xillibit
Replied by xillibit on topic Re:Hide IP
Hello,

open the file \components\com_kunena\template\default_ex\message.php and at line 344 : replace this :
Code:
if (isset($msg_ip)) { echo '<span class="fb_message_informMarkUp">'.CKunenaLink::GetMessageIPLink($msg_ip).'</span>'; }

by this :
Code:
if (isset($msg_ip) && !$is_Moderator) { echo '<span class="fb_message_informMarkUp">'.CKunenaLink::GetMessageIPLink($msg_ip).'</span>'; }

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.

More
16 years 4 months ago #34449 by Matias
Replied by Matias on topic Re:Hide IP
Or just upgrade to latest version, which fixes this and many other security bugs.

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

More
16 years 4 months ago #35305 by Kunena User
Replied by Kunena User on topic Re:Hide IP
Thank you, this was one of my next questions!

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

More
16 years 4 months ago #35793 by atroa
Replied by atroa on topic Re:Hide IP
xillibit wrote:

Hello,

open the file \components\com_kunena\template\default_ex\message.php and at line 344 : replace this :

Code:
if (isset($msg_ip)) { echo '<span class="fb_message_informMarkUp">'.CKunenaLink::GetMessageIPLink($msg_ip).'</span>'; }

by this :
Code:
if (isset($msg_ip) && !$is_Moderator) { echo '<span class="fb_message_informMarkUp">'.CKunenaLink::GetMessageIPLink($msg_ip).'</span>'; }


What does this change do? i would like the administrator to see the ip's of posters but prevent moderators from seeing them.

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

More
16 years 4 months ago #35795 by xillibit
Replied by xillibit on topic Re:Hide IP
This hide ip for moderators, i think this will be useful for you.

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.

Time to create page: 0.216 seconds