Skip to Content Skip to Menu

List Search in side bar

10 years 3 months ago #247213 by fauvdesign
List Search in side bar was created by fauvdesign
I am trying to get the user list search area into a sidebar on my site.

For example many job search or property search sites have their search criteria/filters to the left of the results list.

Is this possible?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 3 months ago #247273 by krileon
Replied by krileon on topic List Search in side bar
Best you could do is wrap the userlist search mode URL in a Joomla wrapper module. Aside from that no, we've no userlist as a module feature. It's something we may have doable in CB 2.1 though.


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.

10 years 3 months ago #247383 by DutchAlfred
Replied by DutchAlfred on topic List Search in side bar
I wanted the same thing, and found out that the whole search block is formatted as <div style="cbUserListSearchFields">

So in my normal website template.css with the main column 70% and a side column on the right, I added:

.cbUserListSearchFields {display: block; position: absolute; top: 390px; padding: 0px 0px 0px 695px; width: 200px;}

This worked fine, the search block is on the left and the list remains in the main column. Only related problem is that the search block is initially hidden. See www.joomlapolis.com/forum/153-professional-member-support/222803-always-show-search-fields#234272

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

Moderators: beatnantkrileon
Powered by Kunena Forum