- Posts: 9
- 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 Turning OFF IP logging.
17 years 2 months ago #3456
by CEMag
Turning OFF IP logging. was created by CEMag
Hello on one of our sites we wish to NOT have IP's logged and to NOT show this in the forum.
Is this possible?
Regards CEM
Is this possible?
Regards CEM
Please Log in or Create an account to join the conversation.
17 years 2 months ago #3575
by Matias
Replied by Matias on topic Re:Turning OFF IP logging.
IP's are shown only to moderators and their purpose is to help them to track misuses (like flooding forum with huge amount of messages, or logging with different username and giving positive feedback from selling something)..
You can remove logging by searching for $ip in components/com_kunena/template/default/post.php
And removing it from SQL queries: INSERT INTO #__fb_messages
Then go to view.php in your own theme and search for $msg_ip. Remove / comment out this one:
$msg_ip = $fmessage->ip;
You can remove logging by searching for $ip in components/com_kunena/template/default/post.php
And removing it from SQL queries: INSERT INTO #__fb_messages
Then go to view.php in your own theme and search for $msg_ip. Remove / comment out this one:
$msg_ip = $fmessage->ip;
Please Log in or Create an account to join the conversation.
17 years 2 months ago #3577
by whouse
Replied by whouse on topic Re:Turning OFF IP logging.
It would be nice if this were an option within the backend administration that could be turned on or off. Maybe that can happen for 1.1
Please Log in or Create an account to join the conversation.
17 years 2 months ago #3593
by Matias
Replied by Matias on topic Re:Turning OFF IP logging.
Yes, maybe. And I don't know if that "fix" over there doesn't break anything.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #3616
by CEMag
Thank you Matias, that is much appreciated!
Best, Mark
Replied by CEMag on topic Re:Turning OFF IP logging.
Yes, maybe. And I don't know if that "fix" over there doesn't break anything.
Thank you Matias, that is much appreciated!
Best, Mark
Please Log in or Create an account to join the conversation.
Time to create page: 0.248 seconds