Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Question Kunena and Cloudflare

  • C0n
  • C0n's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
14 years 9 months ago #104725 by C0n
Replied by C0n on topic Re: Kunena and Cloudflare
If your looking at a whois online then yes it will display cloudflare ip's but in forum post's it should not also make sure you keep it seperate from the other joomla code in the index.php with opening and closing php tags. like so.
Code:
<?php if ($_SERVER["HTTP_CF_CONNECTING_IP"]) { $_SERVER["REMOTE_ADDR"] = $_SERVER["HTTP_CF_CONNECTING_IP"]; } ?> <?php // you will find all joomlas needed crap here gzip etc.
The following user(s) said Thank You: Lucas W

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

More
14 years 9 months ago #105553 by Lucas W
Replied by Lucas W on topic Re: Kunena and Cloudflare
Thanks C0n, I got it to work and user posts are showing the user's IP now.

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

Time to create page: 0.216 seconds