solved Little Seamles Module Bug

Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
Hi,

In The Seamless module i don't get any results for jrProfile.
jrBlog,jrPage,jrComment,jrAudio and jrGallery working fine.

        {jrSeamless_list 
                modules="jrProfile" 
                order_by="_created desc" 
                template="seamless_items.tpl" 
                pagebreak="30"
                page=$_post.page 
                }

The debug console output shows no results too.

{$item} 	Array (4)
seamless_list_rank => 0
seamless_module_name => "jrProfile"
seamless_module_prefix => "profile"
seamless_module_title => "jrProfile"

Any Ideas?

Thanks, Marco
updated by @bandwerkstatt: 04/02/15 02:39:09AM
douglas
@douglas
9 years ago
2,790 posts
Is there a reason your using the seamless function to list entries for one module?

Can you not just use the jrCore_list function?

{jrCore_list modules="jrProfile" order_by="_created desc" template="seamless_items.tpl" pagebreak="30" page=$_post.p}



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
I would not use seamless, if if i don't want to use multiple modules. It is for a timewall. But fact is that jrProfile is not working in seamless module, so that should be fixed.

Greetings, marco
douglas
@douglas
9 years ago
2,790 posts
The only reason I asked is because in the code you posted:

{jrSeamless_list 
                modules="jrProfile" 
                order_by="_created desc" 
                template="seamless_items.tpl" 
                pagebreak="30"
                page=$_post.page 
                }

is only using one module.

I'm seeing an issue with the jrProfile module and Seamless too, I'll get a ticket open for it.

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
Sorry it was only for an example :)

Thanks for your help
douglas
@douglas
9 years ago
2,790 posts
This has been fixed and is in the Marketplace, you can update via ACP > Marketplace > System Updates.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
Thank you... testing... ;) ... it works !!!
updated by @bandwerkstatt: 03/02/15 09:27:15AM

Tags