- Posts: 1
- Thank you received: 0
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
Question Hide IP
Please Log in or Create an account to join the conversation.
open the file \components\com_kunena\template\default_ex\message.php and at line 344 : replace this :
by this :
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.
Please Log in or Create an account to join the conversation.
- Kunena User
-
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
Please Log in or Create an account to join the conversation.
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.
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.