Site frontend: cross-post status display on articles #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The site-side component has only a bare
DisplayController.php— no views, no templates, and no frontend functionality. The component is admin-only in practice.While admin-only operation is acceptable for the component itself, there should be frontend article integration showing cross-post status to visitors.
Current state
source/packages/com_mokosuitecross/site/src/Controller/DisplayController.php— exists but has no views to renderplg_content_mokosuitecross— admin-side article editor integration exists (fieldset, history panel)Proposed features
1. Frontend status badges via content plugin
Extend
plg_content_mokosuitecrossto optionally inject cross-post links on the frontend:2. Site component view (optional)
Acceptance Criteria
platform_post_idto construct correct URLs per platform