Forum Activity for @michael

michael
@michael
12/21/16 05:45:30PM
7,832 posts

Mail chimp - New releases to be added to a weekly mailing list


Suggestions

We've got a Newsletter construction system in development at the moment that will allow you to send content snipits to the newsletter to make it easier to construct.

The way it works is you browse your site and when you find content you want to send to everyone, click the 'add to queue' button to have it appear in the newsletter.
michael
@michael
12/21/16 01:41:07PM
7,832 posts

Release Schedule Date


Installation and Configuration

There is no way that is built into any skins we have created by default, this would be something custom for your site.

You would add a release date to the CREATE/UPDATE forms via the Form Designer

Docs: "Using the Form Desiger"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer

Then use that new field in the {jrCore_list} search parameters

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list

for creating lists and wrap the download button / buy / whatever button in an {if} statement

Docs: "Template Blocks"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/3126/template-blocks

that checked the Form Designer date was passed the current date and if it was, then show the button.
michael
@michael
12/21/16 01:06:36PM
7,832 posts

How to Include "Add to Timeline" for Forum/Create when posting as Admin?


Using Jamroom

Strumelia:......I want to clarify that YES when I as Admin go to CREATE a new forum thread on either site, I 'DO' see the "include in timeline" checkbox there, and it IS checked by default!-- but the new thread still won't appear in the timeline on the main page, despite the checkbox being checked by default.....

Can you go check on your admins home profile/timeline and see if it is being created there please.

Thanks for the setup steps, I'll see if its recreatable here.
michael
@michael
12/21/16 11:46:10AM
7,832 posts

Happy Holiday!


Off Topic

Love it, thank you strumelia.
michael
@michael
12/21/16 11:40:25AM
7,832 posts

Multi-lingual workflow


Design and Skin Customization

The difficulty you're going to run into with a multi-lingual site is if you want multi-lingual content.

Jamroom's interface can be translated, but how you deal with the content will need decisions made.

Those decisions have not been decided for you, we don't have a recommended method.

Possible options:
* have 2 versions of the site on different domains
site.com
en.site.com
ja.site.com

*OR: Use the Form Designer to have different fields for different content
profile_biography_en
profile_biography_ja

*OR add a selection system to the content addition type for forms ("Choose language") then customize the {jrCore_list} calls to match content of the chosen language only.

*OR other....
michael
@michael
12/20/16 02:09:18AM
7,832 posts

possible jrStore issues


Using Jamroom

blindmime:...
We have this in jrElastic's list template in the jrStore module: {if strlen($item._product_images.0)}. Does this imply >0? ....
Nope, that reads, "If the string length of the first item in the _product_images array is greater than zero"

So its checking that there is a product image set.

I would expect that the order of the images would always have them in the same order, so _product_image.0 should be the same in any location. If its not, then it could be that the product images are being sorted.

URL's to see locations where it happens please. :)
michael
@michael
12/20/16 01:59:04AM
7,832 posts

Left Column Info Missing


Design and Skin Customization

Nothing magical happens on a server. Its all cause and effect.

We try to help out anyone having issues here in the forums where we can, but the level of assistance is always going to be limited to how well you can describe the problem.

From your explanation above I can ascertain the following.
* You've added some custom code that does something.
* The custom code stopped working for reasons you don't understand or cant explain.
* You've received assistance previously to correct the problem.
* After receiving assistance you've altered the code again.

This is where the problem began.

You believe there is a problem that relates to something you expect to be there not being there.

Its unclear what you want the desired outcome to be.

This relates to custom development done and you desire someone to fix it for you.

In order to understand how to fix it you need to be able to explain whats happening, so if you figure out why its disappearing the key will be there.

Start by writing a guide that anyone can follow on how to setup where you're up to now.

Then add what you would like the desired outcome to achieve and if anyone knows how to get you from what you have described to the desired outcome they will attempt to help out.
michael
@michael
12/19/16 03:52:16PM
7,832 posts

Aparna Module giving error using proxima


Proxima

Things to try in order:
* run the integrity check. (then see if it works, also reset the caches)
Could be that something needs fixing up.

* update one of the promotion_audio items
It seams like there is a missing _profile_id value from the datastore which I would have expected would be there when the item was created. Thinking maybe that updating, or creating a new one will add that item in.
michael
@michael
12/19/16 01:20:49PM
7,832 posts

Left Column Info Missing


Design and Skin Customization

In order to understand how to fix it you need to be able to explain whats happening, so if you figure out why its disappearing the key will be there.
  304