Forum Activity for @michael

michael
@michael
05/07/19 08:36:49PM
7,822 posts

landing pages? not seeming to work


Using Jamroom

Could you outline some steps for me so I can setup on my site to check this out. I'm not understanding the directions sorry.
michael
@michael
05/04/19 11:00:13PM
7,822 posts

or statement not working


Design and Skin Customization

I don't know what $profile_quota_id is in that template location, but I guess that its not '44'.

What I would do is add:
THE VALUE OF $profile_quota_id IS: {$profile_quota_id}
to the template to see what the value of it is.

The other way to see what it is is to add a {debug}.

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
michael
@michael
05/04/19 07:42:06PM
7,822 posts

or statement not working


Design and Skin Customization

this:
{if $profile_quota_id = '44' }
is setting the value of $profile_quota_id to 44.

This:
{if $profile_quota_id == '44'} 
is checking if the value of profile_quota_id is 44
michael
@michael
05/03/19 09:19:40PM
7,822 posts

integrity check stalls on verifying followers


Using Jamroom

shouldn't think it would be the skin. Try a manual reset of the caches.

ie: delete the contents of /data/cache/* (except for the index.html)
michael
@michael
05/03/19 08:51:24PM
7,822 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,822 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,822 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,822 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,822 posts

Documentation for Service Shop


Using Jamroom

Docs have been added.
michael
@michael
04/29/19 11:07:29PM
7,822 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
  89