Skip to Content Skip to Menu

Display multiple user list

  • pastoweb
  • pastoweb
  • OFFLINE
  • Posts: 163
  • Thanks: 11
  • Karma: 0
3 weeks 3 days ago #339473 by pastoweb
Display multiple user list was created by pastoweb
Hi, is it possible to display users from different lists? at the moment in the menu configuration for the user listing page it seems to accept only a single ID
Also I'd like to display users gruped or ordered by list, or to display the list name under the profile info.... any hint for this?

Here I used "components anywhere" by regular labs but it seems to be abandoned or not supported for Joomla 4/5, so I'm looking for alternatives:
formalms.org/association/members-list.html

Thanks in advance
 

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48536
  • Thanks: 8290
  • Karma: 1445
3 weeks 2 days ago #339477 by krileon
Replied by krileon on topic Display multiple user list
Display multiple lists on a single page? No, we've no official support for that. Only way to really do that is probably to use iframes. Since the URL of the iframe will match that of the domain rendering it you'll be able to size them easily as you'll have access to the iframes contents using JavaScript. Add &tmpl=component to the URL of the userlist then use that as the src for the iframe and it'll render just the list without the rest of the sites layout.


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.

  • pastoweb
  • pastoweb
  • OFFLINE
  • Posts: 163
  • Thanks: 11
  • Karma: 0
3 weeks 2 days ago #339484 by pastoweb
Replied by pastoweb on topic Display multiple user list
ok it somehow works, just not the best solution for styling and responsive rendering but it will do the job while I think of some alternative 
Hope you will add some options like multiple list, or even just a module to display a list could be a nice idea in the future
Thanks for your support! 

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

  • pastoweb
  • pastoweb
  • OFFLINE
  • Posts: 163
  • Thanks: 11
  • Karma: 0
3 weeks 2 days ago #339485 by pastoweb
Replied by pastoweb on topic Display multiple user list
Mmmm no I just noticed that clicking on the member the profile is loaded within the iframe, I'll definitely need a different solution

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48536
  • Thanks: 8290
  • Karma: 1445
3 weeks 1 day ago #339486 by krileon
Replied by krileon on topic Display multiple user list
You'll need to use JavaScript to deal with that or you'd need to add the following to the page being rendered in the iframe.
Code:
<base target="_parent" />

It might be possible to add this to the header of any URL using tmpl=component with a layout override of the component.php layout in Joomla then using Joomla's API to add that metatag. The alternative is to use CB Auto Actions. This would cause all the links to target the parent window of the iframe.


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.

  • pastoweb
  • pastoweb
  • OFFLINE
  • Posts: 163
  • Thanks: 11
  • Karma: 0
3 weeks 1 day ago #339490 by pastoweb
Replied by pastoweb on topic Display multiple user list
Ok for now I disabled the profile link for the list displayed in iframe
By the way, I tried to set the profile link to open in a new window but it doesn't seem to work, either the list is displayed in iframe or in the component it always open in the same page

 

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

Moderators: beatnantkrileon
Powered by Kunena Forum