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

Important IP Address only for Admin

More
16 years 11 months ago #15993 by PureMom
Is there a way I can make the IP addresses only available to admin? NOT moderators?

Thanks! :)

Testing Signature...

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

More
16 years 11 months ago #15996 by PureMom
I figured it out - in view.php, I changed this:
Code:
//Show admins the IP address of the user: if ($is_Moderator) {

to

Code:
//Show admins the IP address of the user: if ($is_admin) {

Testing Signature...

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

Time to create page: 0.246 seconds