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 Moderator IP Lookup

More
16 years 7 months ago #29009 by Incipience
I notice you have changed the IP lookup in threads to use DomainTools.com now, I find that one must scroll the page to get to the information.

I assume that it is possible to change this to www.geoip.co.uk/IPADDRESS

Greatly appreciated if you can let me know where I could make this change, without breaking the system.

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

More
16 years 3 months ago #37526 by froggymorning
I too would like to find this snippet of code but I can not locate where it is called from. It appears in every forum post right after 'report to a moderator' and shows the IP address of the poster. IP address displayed links to domaintools.com

I would like to find where this code is as well, as I've spent several hours looking to no avail.

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

More
16 years 3 months ago #37566 by sozzled
Replied by sozzled on topic Re:Moderator IP Lookup
The information was indirectly referred to in an old message (I searched for DomainTools and I discovered the answer). Even though I haven't tested it, the solution should be as simple as this:

Edit the file ../components/com_kunena/lib/kunena.link.class.php and locate the line (about line 154) that currently reads like
Code:
$iplink = '<a href="http://whois.domaintools.com/'.$msg_ip.'" target="_blank">';
and change it to something more appropriate.

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

Time to create page: 0.208 seconds