[SOLVED] Eliminate display of record count

14 years 3 months ago #122229 by ecspan
I am displaying a subset of users thru the CB 'List Management' function, displaying the list of users on the front end for public viewing. However, it states just above the list of users: "_This website has 17 Registered users." I can't seem to locate where to disable the record count in the code. Any ideas?

Post edited by: krileon, at: 2010/01/20 14:57

Please Log in to join the conversation.

14 years 3 months ago #122242 by krileon
Replied by krileon on topic Re:Eliminate display of record count
Edit your CB template PHP file and locate the count line in the userlist function. Then simply comment or delete it out. You can also attempt to use CSS to hide it.

Example:
[code:1]
.cbUserListResultCount {
display: none;
}
[/code:1]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

14 years 3 months ago #122267 by ecspan
Replied by ecspan on topic Re:Eliminate display of record count
Thank you for pointing me in the write (right) direction! That did the trick!

Please Log in to join the conversation.

13 years 11 months ago #132328 by imagda
Replied by imagda on topic Re:Eliminate display of record count
krileon wrote:

Edit your CB template PHP file and locate the count line in the userlist function. Then simply comment or delete it out. You can also attempt to use CSS to hide it.

Example:
[code:1]
.cbUserListResultCount {
display: none;
}
[/code:1]


I have the same problem: But. Where is the CB template file??? I cannot find any css file for the CB list. Where should I start looking?
Thank you very much

Please Log in to join the conversation.

13 years 11 months ago #132620 by ecspan
Replied by ecspan on topic Re:Eliminate display of record count
It's in /components/com_comprofiler/plugin/templates/(template choice - dark, default, luna, etc)

Then you should see your template.css file in that template folder.

Note: the template folder is the Community Builder template folder, NOT the template for your Joomla website!!

Good Luck.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.201 seconds

Facebook Twitter LinkedIn