- News & Intelligence for Broadcast, Post-Production & Streaming Technology
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* Language Switcher — Section 18B */}
-
-
- {/* Sign In / Register removed — PR firms now authenticate at
- distribution.relevantmediaproperties.com; /wp-login,
- /wp-admin, /login redirect there from middleware. */}
- {currentUserId ? (
- <>
-
- My Profile
-
-
{
- const supabase = createClient();
- await supabase.auth.signOut();
- window.location.href = '/forum';
- }}
- className="text-[#999] hover:text-[#3b82f6] focus:text-[#3b82f6] focus:outline-none focus-visible:ring-1 focus-visible:ring-[#3b82f6] transition-colors text-xs font-body font-bold uppercase tracking-wider"
- >
- Log Out
-
- >
- ) : (
- <>
-
- Sign In
-
-
- Join
-
- >
- )}
- {isAdmin && (
- <>
-
- WP Import
-
-
- Articles
-
-
- Editorial
-
-
- Newsletter
-
-
- {/* TOOLS dropdown — admin tools consolidated */}
-
-
- Tools
-
-
-
-
-
- Users
- Analytics
- Audit Log
- Notifications
- Forum Seed
- Company Tracker
- Show Calendar
- AI Console
- Banned Terms
-
-
-
- Dashboard
-
- >
- )}
- {/* Inline Email Subscription Form */}
- {subStatus === "success" ? (
-
{subMessage}
- ) : (
-
- )}
-