Skip to Content Skip to Menu

[SOLVED] List Display Question

  • pipermac
  • pipermac
  • OFFLINE
  • Posts: 70
  • Thanks: 1
  • Karma: 0
9 years 11 months ago - 9 years 11 months ago #253695 by pipermac
[SOLVED] List Display Question was created by pipermac
When I display a List there is a heading that displays how may registered users there are.
how can I make it so that Line does not get displayed?

thanks
Last edit: 9 years 11 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48502
  • Thanks: 8284
  • Karma: 1443
9 years 11 months ago - 9 years 11 months ago #253696 by krileon
Replied by krileon on topic List Display Question
You'll have to translate the following language strings to an empty string within your CB language files.

SITENAME_HAS_TOTAL_REGISTERED_MEMBERS
USERS_COUNT_MEMBERS

Example as follows.

'SITENAME_HAS_TOTAL_REGISTERED_MEMBERS' => '',
'USERS_COUNT_MEMBERS' => '',

Alternatively you can use the below CSS to hide the display.

Code:
.cbUserListResultCount { display: none !important; }


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.
Last edit: 9 years 11 months ago by krileon.

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

  • pipermac
  • pipermac
  • OFFLINE
  • Posts: 70
  • Thanks: 1
  • Karma: 0
9 years 11 months ago #253698 by pipermac
Replied by pipermac on topic List Display Question
What CSS file would I put this in?

thanks

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48502
  • Thanks: 8284
  • Karma: 1443
9 years 11 months ago #253700 by krileon
Replied by krileon on topic List Display Question
Typically your Joomla template CSS file or if your Joomla template allows an override.css file that'd be best.


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 or Create an account to join the conversation.

  • pipermac
  • pipermac
  • OFFLINE
  • Posts: 70
  • Thanks: 1
  • Karma: 0
9 years 11 months ago #253701 by pipermac
Replied by pipermac on topic List Display Question
that worked! thanks...you guys are great!

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

Moderators: beatnantkrileon
Powered by Kunena Forum