- Posts: 3
- Thank you received: 0
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
Question Removing/Disabling User List
14 years 6 months ago #109725
by Raniko
Removing/Disabling User List was created by Raniko
Hello. I'm pretty new to Kunena and I was wondering if there is a way to disable the User List from the statistics section? I see that I can turn off the entire section, but was hoping that I could just remove the user list. Oh, I'm using Kunena 1.7, Joomla 1.7 (and CB 1.7 and CBSubs 1.2.2, though I doubt thats relevant.
Many thanks!
Many thanks!
Please Log in or Create an account to join the conversation.
14 years 6 months ago #109729
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Removing/Disabling User List
G'day, Raniko, and welcome to Kunena. Yes, it's possible to modify the Kunena template to remove the User List link - in a way this hides the fact that you can display the user list - but the user list is a standard feature of Kunena. Therefore, hiding the link does not prevent someone from entering the URL http://<domain-name>/index.php?option=com_kunena&func_userlist and therefore they will be able to see the list, anyway. No, there isn't a setting to disable this feature, as far as I'm aware.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110459
by archieboy
Replied by archieboy on topic Re: Removing/Disabling User List
Hi, I just had the same issue, and here is what I did to resolve:
1) open for edit the components/com_kunena/template/default/plugin/stats/frontstats.php file
2) right after the comments, look for the $userlist variables and comment them out
3) save and upload.
Now if you are really concerned with people calling the direct URL, edit your webserver config files to redirect the calls from http://<domain-name>/index.php?option=com_kunena&func_userlist AND /forum/userlist . There are many possible ways to do this depending on your webserver and if your Joomla template is taking over redirects.
Hope this helps.
1) open for edit the components/com_kunena/template/default/plugin/stats/frontstats.php file
2) right after the comments, look for the $userlist variables and comment them out
Code:
// $userlist1 = CKunenaLink::GetUserlistLink('', $this->totalmembers);
// $userlist2 = CKunenaLink::GetUserlistLink('', JText::_('COM_KUNENA_STAT_USERLIST').' »');
3) save and upload.
Now if you are really concerned with people calling the direct URL, edit your webserver config files to redirect the calls from http://<domain-name>/index.php?option=com_kunena&func_userlist AND /forum/userlist . There are many possible ways to do this depending on your webserver and if your Joomla template is taking over redirects.
Hope this helps.
The following user(s) said Thank You: sozzled
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110481
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Removing/Disabling User List
In integration tab you can set too profil and user list on none, but you lost too the profile
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Time to create page: 0.316 seconds