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.

Important [Resolved] Total user count wrong

More
14 years 10 months ago #98808 by jaybuzzard
Cheers for the advice, I have tried everything with no avail,

Is it possible to use the total stats at the top of the user list instead as that is correct, instead of the one at the bottom of the forum?.

Is it possible to change the code so that the total users count at the bottom does not show?

Maybe create a module for joomla that uses the userlist total stats intend of the stats shown at the bottom of the forum page?

A lot to ask but I am desperate :)

Regards
Jay

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

More
14 years 10 months ago #98819 by Matias
Yes, you can change your template to take the same count as in userlist. But to do that you will need to be able to read php code.

I don't remember where they were located in Kunena 1.6, though..

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

More
14 years 10 months ago #98825 by jaybuzzard
That's sounds brilliant !!. Now can anyone please please tell me how to change it!,

I understand editing php but without knowing which bit of php or where it could be like a needle in a haystack :)

Many thanks for evryones help so far.

Jay

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

More
14 years 10 months ago #98840 by sozzled

jaybuzzard wrote: The total user count is not correct and does not show the actual amount of users.
Is it possible to remove the total users from the stats box?

I gave you this information (in msg #5). You need to add 3 lines to the end of your site template CSS file - if I knew the address of your website I would tell you which file you should edit - namely:
Code:
#Kunena ul#kstatslistleft li, #Kunena ul#kstatslistright li { display: none; }
Your response was "it didn't work". It's very difficult for us to know how to fix your particular problem, or to see if (or why) the suggestions we make don't work, if we don't know the specific details of the environment that you are asking us to help you with.

We could probably have given you some satisfaction a lot earlier if you had followed the recommendations given in the posting guidelines printed at the top of the page. In other words, to have done what Bob Britt suggested a few messages ago and post your configuration report.

On your behalf, I raised your problem with the development team and asked them to step in and provide you with a response. The matter of whether the user count is accurate (to within ± 2%) may be a deal-breaker for some people. We accept the fact that some people become anxious if certain statistics cannot be reconciled with other statistics or facts. Speaking only for myself, when I'm involved in my forum work I don't have time to look at statistics - I'm too busy using the forum - but I do understand the needs that others have.

jaybuzzard wrote: ... but I am desperate

I would ask you to consider what we have written and try to put things into perspective. Things aren't really as bad as you may think they are (even if we haven't necessarily lessened your apparent anxiety. Let's begin with your K 1.6 configuration report and let's try to help you find a mechanism that will give you peace-of-mind.
The following user(s) said Thank You: jaybuzzard

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

More
14 years 10 months ago #98850 by jaybuzzard
Apolgies for not posting a kunena report.
I have attached below the rport from kunena, May I ask how I could change the code to use the total forum stats in the userlist instead of using the total user stats on the main forum stats page at the bottom?

Kunena Report

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 600 seconds | Max execution memory: 128M | Max file upload: 10000M

This message contains confidential information

Joomla default template details : cranfieldtemplate | author: sk1nhosting | version: 1.0 | creationdate: 2011-04-29

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.3 | creationdate: 2011-01-31

Kunena version detailled: Installed version: 1.6.4 | Build: 4832 | Version name: Kerkrade | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: UddeIm 2.3

Third-party SEF components: sh404sef 2.2.6.973

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: Kunena Latest 1.6.2 | Kunena Stats 1.6.4 | Kunena Login 1.6.0-RC2

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

More
14 years 10 months ago - 14 years 10 months ago #98852 by sozzled
Add the following three lines to the end of your Joomla site template CSS file (../templates/cranfieldtemplate/css/template.css):
Code:
#Kunena ul#kstatslistright li { display: none; }
I tested it on your website and it does the job that you've asked for.

The other change that you might make (if you want to allow users to view the userlist) is to create a menu item that, in your case, uses the target URL /Users.html
Last edit: 14 years 10 months ago by sozzled.

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

Time to create page: 0.257 seconds