Strip Comments
New n
Introduction
A Joomla system plugin that removes internal marker tags (e.g. {-- My City --}) from the rendered front-end output — from module titles, article titles, menu items, and so on — while keeping them fully visible in the administrator back-end.
Part of the FG series of Joomla extensions. A modern replacement for the long-unavailable BIGSHOT Strip Comments plugin (for Joomla 1.5 – 3.x), rewritten for Joomla 6's plugin API and namespacing.
Example
In the administrator you name a module like this:
Opening Hours {-- My City --}
On the front-end, only this is shown:
Opening Hours
The {-- My City --} note is for your own back-end reference only (e.g.
to tell apart several similarly named modules/articles) and is never
shown on the public site.
Share