Forum Activity for @michael

michael
@michael
10/14/14 11:42:44PM
7,832 posts

Profiles


Design and Skin Customization

There is one method described here:
http://www.jamroom.net/the-jamroom-network/forum/suggestions/6429/is-there-a-way-for-users-to-re-order-their-menu-tabs-on-profile-page

Setting the order="..." in the jrProfile_menu of the skin.

Will that work for your situation.

Full docs:

"{jrProfile_menu}"
http://www.jamroom.net/the-jamroom-network/documentation/development/1997/jrprofile-menu
michael
@michael
10/13/14 10:29:17PM
7,832 posts

Limiting Foreach


Jamroom Developers

more info would help out. What are you iterating over? If its the items returned by a {jrCore_list} call then you can set how many you want in the initial call.

eg:
{jrCore_list module="jrAudio" limit="5" template="custom_template.tpl"}

then in
/skins/your-skin/custom_template.tpl
{if isset($_items) && is_array($_items)}
 {foreach $_items as $key => $item}
   //do stuff here.  There will be a max of 5 items
 {/foreach}
{/if}

Like that.
michael
@michael
10/13/14 08:33:19PM
7,832 posts

Calendar for jrEvent


Suggestions

boplive:....Not sure why they never added it before...
Limited resources and priorities. ;)

If I'm building this, then I'm not building something else. Looking into it though.
michael
@michael
10/12/14 08:37:42PM
7,832 posts

Stripe - Change Credit Card


Using Jamroom

Its in the marketplace settings.

ACP -> MARKETPLACE -> GLOBAL CONFIG -> uncheck quick purchase.
michael
@michael
10/10/14 10:56:24PM
7,832 posts

Keeping Trees Private


Genosis

The admin user will always be able to see anything in the system.

I'm not sure how your making the trees private. I'll try to figure that out now and tell you what I find.
updated by @michael: 12/29/14 09:23:55AM
michael
@michael
10/10/14 10:41:47PM
7,832 posts

Calendar for jrEvent


Suggestions

Seen any examples of good ones online anywhere?
michael
@michael
10/10/14 10:38:24PM
7,832 posts

Audio Counts


Using Jamroom

The integrity check doesn't do it? Whats off?
michael
@michael
10/10/14 10:32:25PM
7,832 posts

Troubleshooting


Using Jamroom

Its a "system level error" meaning its not a Jamroom error. You need to find the system error logs to know what the error is, then you can do something about it.

Its probably a folder permissions error, but thats just a guess.

--edit--
andersda:
..... unable to create cache directory: jrCore...

Its saying "I tried to create the directory /data/cache/jrCore but the system would not let me." You need to figure out why the server isn't letting php create that folder. Also looks like a permissions issue.

updated by @michael: 10/10/14 10:34:22PM
michael
@michael
10/10/14 10:28:50PM
7,832 posts

jamroom magento ecommerce connector?


Jamroom Developers

ah, you want it free. The price is the problem with Foxycart, understood.

As I understand it: Jamroom does something Magento doesn't, you want that functionality to be built into Magento.

Probably better to ask a Magento developer to develop whatever its missing for that system in that case.

Jamroom's been Open Source for over a year and so far nobody has built a free payment processor for the community. It might come along, but nobodys been so kind yet.

We don't have Ebay as a sponsor like Magento does.
michael
@michael
10/10/14 09:52:50PM
7,832 posts

JrEmbed place holder tag is not being rendered properly for the custom modules


Installation and Configuration

Great. I wasn't expecting that to fix it, I just wanted to eliminate it as a possibility.

I'm glad its fixed. :)
  652