list in a module

15 years 3 months ago #82888 by kubbah
list in a module was created by kubbah
is it possible to have for ex. last 8 people from some list in a module? ONLY from the specific list?
thnx

Please Log in to join the conversation.

15 years 3 months ago #82890 by krileon
Replied by krileon on topic Re:list in a module
kubbah wrote:

is it possible to have for ex. last 8 people from some list in a module? ONLY from the specific list?
thnx


No, loading the list in a separate location like that will result in javascript libraries loading twice and causing conflicts.

You're best to just develop a new module that'll do 1 query and display the last 8 people with XYZ conditions.

However if you still want to do it then you can try wrapping the list in a module and create a new list that shows 8 entries per page and disable pagination.


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 to join the conversation.

15 years 3 months ago #82900 by kubbah
Replied by kubbah on topic Re:list in a module
thnx for reply
unfortunatly I'm not a coder so I'm not able to develop a module... :whistle:

how to "wrap" a list?
do I need some particular module to do that?
thnx

Please Log in to join the conversation.

15 years 3 months ago #82902 by kubbah
Replied by kubbah on topic Re:list in a module
if I create a module "wrapper"
the problem is that all the page apears, and I would like to have only the list...:(

Please Log in to join the conversation.

15 years 3 months ago #82908 by krileon
Replied by krileon on topic Re:list in a module
kubbah wrote:

if I create a module "wrapper"
the problem is that all the page apears, and I would like to have only the list...:(


You're wanting to display a stripped down version of the list as a module. That's not possible without modifications, but these modifications will affect your normal lists as well.

You'll need to create a new module that does specifically what you want it to do in order to achieve what you're asking.


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 to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.214 seconds