Forum Activity for @michael

michael
@michael
12/09/13 08:16:15PM
7,832 posts

Facebook Feed Module


Design and Skin Customization

Does it need to be a module?

You could add another field to their profile with the 'Form Designer' then use that info in the templates to pull in the feed.
michael
@michael
12/08/13 06:46:50PM
7,832 posts

SOLVED - Block only viewable if populated with at least one field?


Design and Skin Customization

ba9801:...How do I only display this block if at least one of the sections has been filled in ie Guitar: ?

First thing to do is to put {debug} next to the code.

Then refresh the page and the debug panel will open as a popup.

Then locate the variable name your want to check for, it will look something like:

{$something_guitar} or {$_item.something_guitar}

Then only once you know the variable name are you able to use the variable.

{if strlen($something_guitar) > 2}
//do something
{/if}

--edit--
Working on the {debug} docs now, cant believe I forgot such an important function.
They will be here when done:
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
updated by @michael: 12/08/13 08:47:19PM
michael
@michael
12/08/13 06:42:34PM
7,832 posts

SOLVED - YouTube and Playlists


Installation and Configuration

Also try, if you haven't already, resetting the image cache:

"Reset Icon Cache"
site.com/core/cache_reset
michael
@michael
12/08/13 01:17:41AM
7,832 posts



No worries, if you get stuck, just post were you got up to. :)
michael
@michael
12/08/13 01:01:44AM
7,832 posts



Here is the youtube channel:
https://www.youtube.com/user/jamroomdotnet

in that list there is a video called:
"Using the Form Designer Tool"
Using the Form Designer tool

To understand how to use it.

Use the 'Form Designer' to add the extra fields to the profile forms:
* profile_formed
* profile_split

Then in your skins profile_header.tpl file (using the template editor yoursite.com/core/skin_admin/templates/skin=jrElastic ) add in this code to switch on the new values you have added.

{if strlen($profile_split) > 2}
The date they split was: {$profile_split}
{/if}

updated by @michael: 03/03/17 11:37:03AM
michael
@michael
12/07/13 10:20:47PM
7,832 posts

Please post your Design and Customization questions here


Design and Skin Customization

The title of the post is:
"Jamroom Core 5.1.4 + PayPal Buy It Now"

I'm guessing your meaning your not seeing it in your marketplace on your site? If that's the case then you need to be a 'VIP member' to get early access to it, check this post:
https://www.jamroom.net/the-jamroom-network/forum/announcements/2962/jamroom-core-514-paypal-buy-it-now#p3150
michael
@michael
12/07/13 10:13:49PM
7,832 posts

using jr5 to build an online store


Using Jamroom

better double check that you are the admin user. If you are, then run the normal checks. Mine shows up here:
screenshot_form_designer_on_store.png screenshot_form_designer_on_store.png - 117KB

updated by @michael: 12/07/13 10:14:05PM
michael
@michael
12/07/13 09:42:34PM
7,832 posts

using jr5 to build an online store


Using Jamroom

need to be logged in as the admin to see the 'Form Designer'.
michael
@michael
12/07/13 09:38:54PM
7,832 posts

Blog - Images not showing up on Blog Tab


Installation and Configuration

The issue here is you get to choose:
* do I force all blog posts to only be 250 characters in that lead in section
OR
* do I allow the creator of the blog post to put in what they want in that intro section.

because you cant limit it to 250 characters AND also allow the user to choose what they put in that front section.

So the second option is chosen.

You can change it to be the first option by changing your jrBlog/item_list.tpl page in either the template editor, or adding a jrBlog_item_list.tpl page to your skin.

The syntax for "Limit it to 250 characters" is:
{$whatever_that_output_var_is|strip_tags|truncate:250:"..."}
michael
@michael
12/07/13 09:30:26PM
7,832 posts

Please post your Design and Customization questions here


Design and Skin Customization

cadberry:...when will the new Paypal module be ready...
5 days ago:
https://www.jamroom.net/the-jamroom-network/forum/announcements/2962/jamroom-core-514-paypal-buy-it-now

cadberry:... does the foxycart store your digital files ...
nope, they are all stored on your server. that storage feature is probably for those people not using jamroom.
  757