maybe it is just a little thing:
I always want to show the search fields on top of my user list. I don't want to click on "search users" before to show the fields.
How can I do that? Is there an option?
There isn't really an always visible mode for search fields, but you can use the second URL found at the top when editing your userlist in CB > List Management. It has "searchmode=1", which will force the search inputs to display, but it will cause the default list of users to be hidden until a search is made; next release of CB will have a "searchmode=2" though that will display search inputs and the default list of users.
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.
Then the search fields will be there together with the list. I have been searching where I could change this in one of the component's files. But couldn't find it. How can I change this tiny thing?
You just need to use the searchmode URL. It will cause the criteria to always display. When a search is made the criteria is also always displayed. This is improved further in CB 2.0 with a few more modes. You could also use the below CSS to force it to always display.
The !important will allow it to override the inline styled. There maybe more styling that needs to be forced like that.
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.