Blog Sections Open
Displaying an Admin Name in Jot Comment Output
A small but useful Jot customization for sites that want administrator comments to read more clearly on the frontend.
Comment systems feel more trustworthy when privileged or official responses are clearly identified. If administrator comments should look different from ordinary visitor comments, the output template needs to express that intentionally.
Practical idea
Instead of showing the raw stored author field exactly as-is, transform administrator-origin comments into a cleaner public-facing label such as “Site Administrator” or the real staff name.
This is a small template change, but it improves perceived authority and makes threaded discussions easier to read.
Checking Whether Specific TV Fields Are Empty Before Output
How to test TV values safely in Evolution CMS before rendering dependent markup, especially when not every resource fills the same fields.
Showing a Link Only to a Specific User Group in Evolution CMS
How to render frontend links only for certain authorized users by checking group membership instead of relying on visible-but-unsafe UI tricks.