Feature request: The branding.show_powered_by toggle currently works as a config flag (hides/shows the "Powered by mobieus.io" attribution in both the member footer and admin footer). However, there is no billing enforcement. The $30/month white-label fee described in the form hint is not wired to Stripe.
Requirements:
- When a tenant admin unchecks the powered-by toggle, trigger a Stripe subscription for the white-label add-on ($30/month)
- If the subscription lapses or is cancelled, re-enable the attribution automatically
- The toggle should not persist as unchecked unless payment is active
- Surface the billing state in the branding UI so the admin knows what they are paying for
- Custom domain should be a prerequisite (white-label without a custom domain is pointless)
Current state: The toggle saves to config/app.ini and both base.php and admin.php respect it. No Stripe integration exists for this add-on.
Patrick Bass
@mobieus