Commit graph

2 commits

Author SHA1 Message Date
bengizmo
797ec10771 fix: Fix manage-event page shortcode rendering
- Move HVAC_Manage_Event initialization to proper init() method
- Fix help system initialization (use singleton pattern)
- Add help system to includes list
- Page now properly processes [tribe_community_events] shortcode
- Shows helpful error when TEC Community Events is inactive
2025-05-30 10:59:33 -06:00
bengizmo
bf9a2125a3 fix: Ensure tribe_community_events shortcode is processed on manage-event page
- Added HVAC_Manage_Event class to handle shortcode processing
- Ensures do_shortcode() is explicitly called for the page content
- Shows helpful message if TEC Community Events plugin is not active
- Adds authentication check for the manage-event page

This fixes the issue where the raw shortcode was being displayed instead of the event submission form.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-30 10:51:52 -06:00