Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

This is a locked category

Question [Merged topic] General testing of K 1.6 features

More
15 years 8 months ago #52227 by fxstein
Replied by fxstein on topic Re: Map - Feauture
I like:

Unable to display Google Map.


and

Unable to display Google Map.


and definitely

Unable to display Google Map.

We love stars on the Joomla Extension Directory . :-)

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

More
15 years 8 months ago #52228 by sozzled
So, you're saying that, from your point of view, the problem is related to sh404SEF and you have resolved the issue at least from a Kunena perspective. Good ... and I hope you get the other matters sorted out. :)

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

More
15 years 8 months ago #52251 by Matias
Just put the images into the directory (or subdirectories under it) and it should work out of the box. Just remember that every time you upgrade Kunena, you will get the old files back.

Maybe just edit installation package and put the images into there before installing it? :)

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

More
15 years 8 months ago - 15 years 8 months ago #52260 by Cerberus
Replied by Cerberus on topic Re: Map - Feauture
issue:

maps are hiding any text and the quick reply box is half hidden by map too.

idea:

Maybe a max size on them ? or a thumb version (small version ) in the message then on click it opens in the java popup as a bigger version ?
Last edit: 15 years 8 months ago by Cerberus.

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

More
15 years 8 months ago - 15 years 8 months ago #52267 by danfox
No, I did not solve the problem. I have disabled sef404 for Kunena but the userlist doesn't work anyway. The count of user does not matches the real total of users.
I have 6500 users of total. In the backend I can see them all, but in the frontend there are a lot of empty pages and the total count says 5499..
Last edit: 15 years 8 months ago by danfox.

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

More
15 years 8 months ago - 15 years 8 months ago #52277 by Matias
Kunena does not list users that have not finished the registration process (most of them are created by bots for spamming). Those users are generally not shown in any Joomla extension.

Having empty pages sounds like a bug, though..

Try to change components/com_kunena/template/default/plugin/userlist/userlist.php lines 55-59 into this:
Code:
$query = "SELECT COUNT(*) FROM #__users AS u INNER JOIN #__fb_users AS fu ON u.id=fu.userid WHERE block=0"; if ($search != "") { $query .= " AND (u.name LIKE '%$search%' OR u.username LIKE '%$search%')"; }
Last edit: 15 years 8 months ago by Matias.
The following user(s) said Thank You: sozzled, danfox

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

Time to create page: 0.274 seconds