Hi Kyle,
I don't think you understand what this auto action is supposed to do.
When 'someone' goes to view somebody else's profile, it needs to determine if the profile user has an active subscription or not. If they don't have an active subscription then they are redirected to the inactive page rather than displaying the profile. This needs to happen whether the user is logged in or not. That is all currently working. But now we want to change it, so if the 'someone' is an Administrator or Super User, they don't get redirected to the inactive page for a profile that doesn't have a subscription.
This is the trigger being used: onBeforeUserProfileDisplay
Type: Redirect
User: Automatic
Conditions: [cb_activesubscriptions] <= 1, [cb:userdata field="user_id" user="#me" /] != [user_id]
It doesn't have anything to do with when a user logs in.
Thanks.