Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] List Management pictures

  • nijan
  • nijan
  • OFFLINE
  • Posts: 108
  • Thanks: 1
  • Karma: 0
11 years 6 months ago - 11 years 6 months ago #224848 by nijan
[SOLVED] List Management pictures was created by nijan
Hello,

Is it possible display a list management in x columns ? For the moment I have 1 member per line. Can I have for example 3 members per line ?

Thanks !
Last edit: 11 years 6 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 6 months ago #224851 by krileon
Replied by krileon on topic List Management pictures
There's no feature for it, but you can use CSS to change the rows to inline display and have a set width so they'll display one after another as much as will fit in the space.


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.
The following user(s) said Thank You: nijan

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

  • nijan
  • nijan
  • OFFLINE
  • Posts: 108
  • Thanks: 1
  • Karma: 0
11 years 6 months ago #224863 by nijan
Replied by nijan on topic List Management pictures
Are you sure it is in the CSS ?
When I looked my code source I have something like this :

<div class="cb_template_default"> <hr class="cbUserListHrTop" size="1" />
<table id="cbUserTable" class="cbUserListTable cbUserListT_4">
<thead>
<tr class="sectiontableheader">
<th><b>Member</b></th>

</tr>
</thead>
<tbody>
<tr class="sectiontableentry1" style="cursor:hand;cursor:pointer;" id="cbU0">
<td valign="top" class="cbUserListCol1">
<div class="cbUserListFieldLine"><span class="cbListFieldCont cbUserListFC_avatar"><a href="../User001"><img src="..." alt="..." title="..." class="cbThumbPict" /></a></span></div>
<div class="cbUserListFieldLine"><span class="cbListFieldCont cbUserListFC_formatname"><a href="../User001">...</a></span></div>
<div class="cbUserListFieldLine"><span class="cbListFieldCont cbUserListFC_cb_catgorieprofiles">Cinéma</span></div>
</td>
</tr>
<tr class="sectiontableentry2" style="cursor:hand;cursor:pointer;" id="cbU1">
<td valign="top" class="cbUserListCol1">
<div class="cbUserListFieldLine"><span class="cbListFieldCont cbUserListFC_avatar"><a href="../User002"><img src="..." alt="..." title="..." class="cbThumbPict" /></a></span></div>
<div class="cbUserListFieldLine"><span class="cbListFieldCont cbUserListFC_formatname"><a href="../User002">...</a></span></div>
<div class="cbUserListFieldLine"><span class="cbListFieldCont cbUserListFC_cb_catgorieprofiles">Cinéma</span></div>
</td>
</tr>
</tbody>
</table>

<hr class="cbUserListHrBottom" size="1" />
</div>

The tag <tr> forces to go to the next line. So how can I prevent it ? Where is the HTML generated ? Maybe I need to change there ?

Thanks !

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 6 months ago #224907 by krileon
Replied by krileon on topic List Management pictures
You need to write CSS to change the display. You can't edit the HTML because the HTML is generated internally and would require editing multiple core files, which we don't support. I've posted the CSS for this probably a dozen times and can search if you'd like to have box based row display. One of my posts regarding this as follows.

www.joomlapolis.com/forum/153-professional-member-support/204054-custom-user-list-with-the-ability-to-sort-by-ratin#204176


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.

  • nijan
  • nijan
  • OFFLINE
  • Posts: 108
  • Thanks: 1
  • Karma: 0
11 years 6 months ago #224933 by nijan
Replied by nijan on topic List Management pictures
Exactly what I need.
You are the best !

Thanks (and close this issue).

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

Moderators: beatnantkrileon
Powered by Kunena Forum