Creators submit a pending row to sb_submissions after the shared Auth Gate allows the signed-in session. Review Queue is the only place that approves and publishes into sb_movies.
sb_movies. It only creates pending sb_submissions rows for Review Queue.Signed-out users are blocked before the creator submission page is used.
Keep the page tidy while the full submission form opens in a scrollable overlay.
Upload an image or paste a public poster URL. This becomes thumbnail_url.
The form inserts one pending row into sb_submissions.
Admin approves and publishes to sb_movies.
Submit Video V7.12.289 auth gate test: signed-in creator submission + clean Creator rail + overlay form + pending sb_submissions write only.