Forum Activity for @michael

michael
@michael
01/29/16 05:31:41PM
7,832 posts

Combined Sales Page on Profiles


Design and Skin Customization

Here's an idea:
Use the Aparana module to create a new module. This will give you a tab on the profiles that you're after.

Then alter the item_index.tpl file and put whatever code you like in there, probably:
{jrCore_list module="jrFoxyCart" search1="_profile_id = `$_profile_id`"}

updated by @michael: 01/29/16 05:33:22PM
michael
@michael
01/29/16 03:16:25PM
7,832 posts

bug (i think) report imzage cache still not clearing correctly


Installation and Configuration

Yes there is code in there to clear out files from the cache that haven't been used in a while.

The only reason (I can think of) you should be needing to clear out the cache is because you've changed something and want to see it in action now instead of waiting for the cache to time out.
michael
@michael
01/29/16 03:13:11PM
7,832 posts

Share this issue with facebook


Using Jamroom

Its going to depend on which page your trying to share. The sharethis button should only be visible on pages that also include the correct metatags that provides the info that facebook is after.

@derrickhand300 had some useful info on using the META TAG MANAGER module on pages that were not setup with the og:image and other facebook tags in this thread:
https://www.jamroom.net/the-jamroom-network/forum/site-builder/30227/problem-using-the-meta-tag-manager
michael
@michael
01/29/16 03:04:42PM
7,832 posts

Youtube error


Using Jamroom

Think its probably because of the weird characters in the text
screenshot_non_ascii_characters.png screenshot_non_ascii_characters.png - 57KB
michael
@michael
01/29/16 02:56:17PM
7,832 posts

Youtube error


Using Jamroom

Seeing this too, weird. Checking it out now.

Thanks.
michael
@michael
01/29/16 02:50:14PM
7,832 posts

Designing a profile form for profiles in Quota X, and a different form for profiles in Quota Y


Using Jamroom

researchcooperative:
1. If my understanding is correct, from any profile anywhere, we can click into the generic form designer and design fields that will then be listed with a .tpl label.
you can get to the Form Designer from any form's UPDATE or CREATE screen. From there you can add more form fields. The Form Designer has nothing to do with .tpl files which are found in the skins directory or the TEMPLATES tab of the module/skin. I do not understand this part of the question ".....that will then be listed with a .tpl label......"

researchcooperative:
2. Where in the system should that .tpl file name be taken to then build a form (i.e. a compiled set of fields) that is specific to profiles in Quota X?
starting to get lost here, .tpl files are found in the skins, eg:
/skins/jrElastic/*

and are also accessable via the ACP at:
ACP -> SKINS -> YOUR SKIN -> TEMPLATES

researchcooperative:
3. Can we then repeat the process, and design another form that is specific to profiles in Quota Y?
If you add fields to the form via the Form Designer, then those fields will be accessable along with the other information stored by that form. So if the form is the one for UPDATE on the audio module, wherever you get the audio module item back from the datastore those extra fields will be there too.

If you setup a system where QUOTA A has different fields to QUOTA B and profiles in each of those quotas uploads a new audio file, then each will have different data attached to the item that comes back.

Items are retrieved from the datastore with the {jrCore_list} function.

researchcooperative:
4. Can the fields we create for these different forms be displayed separately in different sections of the form designer? Or should we say, use the first 10 lines for fields in one form, and then the next 10 lines for fields in a different form? The field name could also include the destination quota name, to clearly assign the fields for the forms of different quotas.

The Form Designer is only seen by the admin user, you can move the fields up and down to group them, there is no way to show "only the fields that are visible to QUOTA A" in the Form Designer design screen.

Thoughts: If the two forms are really different, I'd probably be thinking of making a separate module for each.
michael
@michael
01/29/16 02:36:53PM
7,832 posts

Face book log in


Using Jamroom

did you try what it said:
Quote: please log in and view your Account Setting -> Networks section to link up your account.
michael
@michael
01/28/16 08:40:35PM
7,832 posts

bug (i think) report imzage cache still not clearing correctly


Installation and Configuration

I just tried it here,
ACP -> CORE -> CORE -> TOOLS -> RESET CACHES

Deleted all of the template files, then

ACP -> CORE -> IMAGE CORE -> TOOLS -> RESET IMAGE CACHE

Cleared out all of the images.

A lot of the templates came back instantly because thats how a cache works.
michael
@michael
01/28/16 06:15:09PM
7,832 posts

Combined Sales Page on Profiles


Design and Skin Customization

1.) yes
2.) There is no "best" either of the two approaches will work. either approach could be implemented via code ( jrCore_list | jrSeamless_list ) or via site builder.

--edit--
Ah, you're wanting it on a profile as a tab, then you'll need a simple module and put code in the item_index.tpl file for the module.
updated by @michael: 01/28/16 06:17:12PM
  435