Forum Activity for @blindmime

blindmime
@blindmime
10/27/17 04:08:13AM
772 posts

Seamless Random list only displays items from first module


Using Jamroom

I have this:
{jrSeamless_list modules="jrYouTube,jrBlog,jrAudio,jrEvent" quota_id="1" order_by="_item_id random" limit=4 template="index_titles_seamless_list.tpl"}
It is only displaying items from jrYouTube.
If I place jrBlog first in the order, then it only displays jrBlog items.
updated by @blindmime: 01/26/18 05:28:57AM
blindmime
@blindmime
10/18/17 04:47:43AM
772 posts

jrCore_list random order values


Using Jamroom

If I take the limit out, it displays 10 random values (as Michael noted), but that's not the point. Just to be clear, I would expect to see all values appearing at some point if I keep refreshing, but I only seem to be seeing a smaller subset of values up to some _item_id which I think is around 23.

But this only happens when the jrCore_list limit is "1". If it's some other number I do seem to be seeing all possible values.
updated by @blindmime: 10/18/17 04:59:35AM
blindmime
@blindmime
10/18/17 04:24:16AM
772 posts

jrCore_list random order values


Using Jamroom

I'm not exactly sure where it's cutting off. I currently have 79 quotes and I'm guess it's displaying only the first couple dozen of that total, perhaps. I haven't yet logged that. I'm just noticing that the more recent entries aren't appearing. I have the code in 4 places on my home page. The site is only a couple weeks old and it's a blog so there are no other users.

The jrCore_list:
{jrCore_list module="bbQuotes" order_by="_item_id random" quota_id=1 limit="1" template="index_list_quotes.tpl"}

The bbQuotes module is a very basic Aparna-generated module. Nothing custom in the module itself. I've added one field via the form designer.

index_list_quotes.tpl:
{if isset($_items)}
  {foreach from=$_items item="row"}
<h2 class="italic" style="color:#4b95e0;">{$row.quotes_quote} </h2>--<h3>{$row.quotes_title}</h3>
 {/foreach}
{/if}

I've tried other order_by parameters like _created but the results don't seem to change. I've done full integrity checks and cache resets. I've also re-indexed search FWIW.
blindmime
@blindmime
10/17/17 05:59:05PM
772 posts

jrCore_list random order values


Using Jamroom

Does a random list have a limit to how many values in the data it can be possible? I have a list with a limit of 1 (I'm displaying a random quote), but it doesn't seem to ever display values past a certain spot in the database.
updated by @blindmime: 01/17/18 11:15:05PM
blindmime
@blindmime
09/22/17 02:14:27PM
772 posts

Products beta


Using Jamroom

At work we use both UPS and FedEx's APIs with XMPie. They basically pull in rates based on weight and box size, but it can get pretty complicated as you probably know when trying to account for multi-box shipments and other stuff. XMPie doesn't do variations either, by the way. I know it is much more complicated than it might seem, together with tracking inventory and managing thresholds.
blindmime
@blindmime
09/22/17 06:48:27AM
772 posts

Products beta


Using Jamroom

I see. I hadn’t thought of that. Do you have plans to do the template work as part of the default module item list and details? Maybe an extra Bundles-type module would work, but instead of a package of products it’s a selection of products within a collected bundle.

Have there been any thoughts about hooking into a shipping API in the cart?
blindmime
@blindmime
09/20/17 05:40:48AM
772 posts

Products beta


Using Jamroom

I'm looking forward to seeing how this evolves. Really glad to see the start of variations. Wondering if you're working toward a way for having customers see ONE product with variations as choices within that one product page. Rather than 5 separate t-shirt products for each size, for instance.
updated by @blindmime: 12/22/17 03:12:21PM
blindmime
@blindmime
09/14/17 04:44:31AM
772 posts

Discussions module


Using Jamroom

I had only seen it recently, I think in beta, and was trying it. I thought it was something new, but sounds like it was maybe something older that was replaced by the Forum early on?
updated by @blindmime: 09/14/17 04:45:19AM
blindmime
@blindmime
09/13/17 04:01:29AM
772 posts

Discussions module


Using Jamroom

Has the Discussion module been discontinued?
updated by @blindmime: 12/13/17 06:41:03PM
blindmime
@blindmime
09/11/17 10:03:52AM
772 posts

Audio menu tab not showing


Using Jamroom

Seems I forgot to install the new System Tools module.

Working now.
  8