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
15 years 8 months ago #52227
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re: Map - Feauture
I like:
and
and definitely
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.
15 years 8 months ago #52228
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Problem with userlist in frontend
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 8 months ago #52251
by Matias
Replied by Matias on topic can the admin customize the avatar image gallery?
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?
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.
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 ?
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.
15 years 8 months ago - 15 years 8 months ago #52267
by danfox
Replied by danfox on topic Re: Problem with userlist in frontend
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..
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.
15 years 8 months ago - 15 years 8 months ago #52277
by Matias
Replied by Matias on topic Re: Problem with userlist in frontend
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:
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.
Please Log in or Create an account to join the conversation.
Time to create page: 0.274 seconds