Forum Activity for @michael

michael
@michael
05/03/19 08:51:24PM
7,828 posts

integrity check stalls on verifying followers


Using Jamroom

only place im seeing 'expire_quota' is in jrSubscribe and some similar but different ones in jrFoxycart.

Are you using either of those modules?
michael
@michael
05/03/19 07:31:03PM
7,828 posts

integrity check stalls on verifying followers


Using Jamroom

try ACP -> CORE -> MARKETPLACE -> TOOLS -> RELOAD MODULES OR SKINS -> (followers module)

There was a big change to the followers module that moved it from a datastore to a regular database table. My guess would be the site with the issue is still using old code for one of the modules, probably followers.
michael
@michael
05/03/19 06:40:34PM
7,828 posts

Redirect on first login


Design and Skin Customization

Ah, right. We're too late to use that. gotcha.
michael
@michael
05/02/19 10:23:27PM
7,828 posts

Redirect on first login


Design and Skin Customization

You could probably get by without updating the database if you used the
user_last_login
key instead.

If that is 0 then they haven't logged in. so
{if isset($_user['user_last_login']) && $_user['user_last_login'] == 0 }
    {jrCore_location("`$jamroom_url`/new_user_welcome_page")}
{/if}
might be worth a go too.
last_login.jpg last_login.jpg - 202KB

updated by @michael: 05/02/19 10:23:46PM
michael
@michael
04/30/19 02:13:50AM
7,828 posts

Documentation for Service Shop


Using Jamroom

Docs have been added.
michael
@michael
04/29/19 11:07:29PM
7,828 posts



You sure you've got the right forum @georgemendes ? Jamroom is a content management system for building online communities.

There are music communities on here, but your topic seems more band management specific.
updated by @michael: 08/06/19 11:33:21PM
michael
@michael
04/24/19 06:39:56PM
7,828 posts

Image in Item List


Installation and Configuration

usually only _user and _profile start with an _. Try removing it.

--edit --
or try $item._item_id
what.jpg what.jpg - 168KB

updated by @michael: 04/24/19 06:40:40PM
michael
@michael
04/22/19 01:48:48AM
7,828 posts

Forum Discussions


Ning To Jamroom

Can you take a screenshot of the widget settings please. Probably something in the settings is the issue.

Thanks.
michael
@michael
04/20/19 07:43:01PM
7,828 posts

A Follow Up Question.....


Using Jamroom

Yes.

Jamroom is incredibly flexible. There IS a way to do what you want.

The tough part is figuring out what you want, then where to tweak.
michael
@michael
04/17/19 04:29:12AM
7,828 posts

Changing the logo icon in elastic jamroom skin


Installation and Configuration

There are a few ways to do it.

Try this one:

Video Learning: "Customization changing a background image"
https://www.jamroom.net/video-training/86/customization-changing-a-background-image
  90