Forum Activity for @paul

paul
@paul
10/18/17 05:29:13AM
4,335 posts

jrCore_list random order values


Using Jamroom

Can you point me to where this is happening?
paul
@paul
10/18/17 03:07:48AM
4,335 posts

Host suggesting problem with .htaccess


Installation and Configuration

That works, so yes, domain is resolving.
Anything in your server logs or Jamroom logs pertaining to this issue?
paul
@paul
10/18/17 03:02:38AM
4,335 posts

Atypical Site Builder Widget


Jamroom Developers

Glad you're sorted.
Yes, the 'limit' parameter in Seamless is a bit of a compromise because basically it needs to work with the overall 'order_by' so just getting the first 10 (say) of each module may not yield accurate results. So 'over-sampling' is needed and then the use of the 'sort_limit' instead. This is why this module can be a 'heavy-hitter' as suggested above.
hth
updated by @paul: 10/18/17 03:03:34AM
paul
@paul
10/18/17 02:53:37AM
4,335 posts

jrCore_list random order values


Using Jamroom

Can you paste the code that you are using?
What is the point that it doesn't appear to return a value after? Is it a point in time or something else?
Are you sure that the data past that point is valid? For instance, maybe all the owner profiles of the items past that point are private or in the wrong quota.
updated by @paul: 10/18/17 02:54:06AM
paul
@paul
10/18/17 02:48:25AM
4,335 posts

Host suggesting problem with .htaccess


Installation and Configuration

ourtownstory.co.uk isn't resolving at all for me atm.
paul
@paul
10/17/17 02:19:32PM
4,335 posts

Flickr module copyright symbol doesn't display right in Marketplace


Using Jamroom

Copyright symbol shows ok on my test site marketplace.
paul
@paul
10/17/17 02:14:51PM
4,335 posts

Atypical Site Builder Widget


Jamroom Developers

Not entirely clear on what the issue is @tig
How is the 'limit' parameter not working as you expected?
paul
@paul
10/17/17 12:00:08PM
4,335 posts

Atypical Site Builder Widget


Jamroom Developers

Yeah, the literal single quotes are not needed within the search.
Keep in mind when using the Seamless module that it is a 'heavy hitter' on the server in that every module specified would perform its own 'jrCore_list' call and then all the results are processed/filtered/sorted etc. so on a busy site you may start to see performance issues.
paul
@paul
10/17/17 04:47:33AM
4,335 posts

Atypical Site Builder Widget


Jamroom Developers

Would the Seamless module be an alternaive to the jrCore_list in the case? - https://www.jamroom.net/the-jamroom-network/documentation/modules/289/seamless
This module is also supported in SiteBuilder as the 'Item List (Combined)' widget.
paul
@paul
10/11/17 04:27:51PM
4,335 posts

Smarty Function for HTML


Jamroom Developers

Yes, you could just add the smarty function to an existing module if need be. Just make sure the function name includes the correct module name.
  130