Can anyone tell me how i can hide the member count?
I'm re doing my site and i just want the number of members to not be visible to anyone except the admin.
Can anyone tell me how i can hide the member count? I'm re doing my site and i just want the number of members to not be visible to anyone except the admin. |
Is there any solution to this issue? I want to do the same thing and am having trouble finding the correct place to hide this. |
If you are talking about the Statistics on the homepage
Choose Homepage Drag the Site Stats block from Active to Inactive That's it |
There are a few places to get the members count... browse.php.. site stats .... there is no admin options for this.. you will have to remove code in a few places. https://dolphin-techs.com - Skype: Dolphin Techs |
What I want to change is the _Members block (which I show on the home page). On the bottom there is a link that says "View All (1234)". I want to remove the piece that is in parentheses (the count of members). I can't find the file or database code that contains this part. Thank |
If anybody has the answer to this I'd be grateful as we completed this around 7 months ago (without a change record) and now want it back as it has affected ALL our blocks that require pagination. Thanks! |
OK, here's what we had done. It's in the CSS style for Paginate. Go to home/templates/base/css/common.css -> line near 567and add display: none; for div.paginate CSS class. Please bear in mind this will hide pagination for all blocks too. |
I removed my stats status for guests only so it only shows up when a member logs in.
At administration go to Builders -> Pages Blocks Choose Homepage Double click on the Status block and remove the tick from the guest box.
|
All I would like to get rid of is the areas where it shows who/how many are actually online? Any ideas?
Does anyone know how to drill down to obtain more specific site stats for members?
I have people who want to spend money advertising on my site and need to give membership info including how many in each region/category/department etc?
Any help will be greatly appreciated! |
You could couple a "search all" of your site (which will show what country everyone is from, and then maybe select males/females only to see what gender is in each country etc) with Google Analytics which are very good... and free. Site Stats on Dolphin are not able to be used for anything more than the most basic profiling... depending on the profile fields you have on your site and how many members actually fill them out. |
Hello. I also want to remove the member count on the different places in D7. From the Member Block on the homepage I removed it now. But what about the browse.php? There is also a member count. Which code I need to remove in which file? Thanks!
|
why not just take the "PEOPLE" or "BROWSE" or whatever block, click it and uncheck guests and members. Makes it invis for everyone except you. THINK FOR YOUSELF! Its not illegal...YET ! www.NebLife.com |
Hi. Because I want this block. Just not with the count. Do you know where to remove it from the browse block? |
check out this link: http://www.boonex.com/forums/topic/romove-member-count-.htm |