Forum Activity for @blindmime

blindmime
@blindmime
11/14/17 05:05:03AM
776 posts

updating template to jrCore_item_detail_features doesn't display prior entered tags


Using Jamroom

I've had a modified youtube item_details template which was using an old way of displaying comments and other item features, pulling them in with separate calls. At some point {jrCore_item_detail_features module="jrBlog" item=$item} replaced this method. I'm not sure when the old method stopped working, but I updated the template with the new method, but now the tags entered prior to that are not showing on the detail page even though they are still present in the data.
updated by @blindmime: 02/16/18 06:38:28PM
blindmime
@blindmime
11/02/17 01:07:17PM
776 posts

profile visible in search not working


Using Jamroom

When the privacy setting of Shared - profile owners and followers only (profile visible in search) is chosen, the profile is not showing in search results. I see this on multiple installs. Current jamroom version.
updated by @blindmime: 02/01/18 11:08:21AM
blindmime
@blindmime
10/27/17 04:08:13AM
776 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
776 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
776 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
776 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
776 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
776 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?
  8