Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Bug Show country flag in users profile

More
11 years 2 months ago #1 by applehc
Hello,

Is possible to show users country flag in their profile when they are writing something on the forum?

I use Kunena 2.0.4

Thanks

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

More
11 years 2 months ago - 11 years 2 months ago #2 by sozzled

applehc wrote: Is possible to show users country flag in their profile when they are writing something on the forum?

answer: No, not unless you write your own software to do this. No-one, to my knowledge has done this.

This has been discussed before: www.kunena.org/forum/119-Feature-Request...in-my-kunena-profile
Last edit: 11 years 2 months ago by sozzled.

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

More
11 years 2 months ago #3 by applehc
Oke, is a pity.

Thank you

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

More
11 years 2 months ago #4 by TKtemp
Hi,

kunena already know IP of users who write in your forum, so you need just to convert this IP to Country Flag.
There are online service which do this for you, so you can use it.

Open the file components / com_kunena / template / blue_eagle / html / topic / default_profile_vertical.php and insert this code where you want country flag to appear
Code:
<li class="kpost-flag"> <img width="30px" height="15px" src="http://api.hostip.info/flag.php?ip=<?php echo $this->message->ip ?>" alt=""> </li>
Refresh your page and :woohoo:
Hope this helps

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

More
11 years 2 months ago #5 by zomblaa
Hi
This code displays only a flag with a question mark! :)
something is wrong?
thank you

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

Time to create page: 0.406 seconds