Hi,
I created a publisher user to manage article submission from the front end on a Joomla 5 site. When this user inserts a video, after saving the article the video appears as an image and does not play. Could you help me?
Thanks.
A content editor for Joomla!®

You need to be logged in to post in the forum - Log In
An active JCE Pro Subscription is required to post in the forum - Buy a Subscription
Please create a new Ticket and we will get back to you as soon as we can.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by returnsrl on Monday, 08 September 2025 08:56 BST
Hi,
I created a publisher user to manage article submission from the front end on a Joomla 5 site. When this user inserts a video, after saving the article the video appears as an image and does not play. Could you help me?
Thanks.
after saving the article the video appears as an image and does not play. Could you help me?
Please post a link to an example on your site.
Ryan Demmer
Lead Developer / CEO / CTO
Just because you're not paranoid doesn't mean everybody isn't out to get you.
When this user inserts a video, after saving the article the video appears as an image and does not play.
It doesn't look like the user has included the Controls option when inserting the video, assuming they have inserted it with the Media Manager. The Controls option is usually enabled by default.
If you insert the video as a Super User, does the video play as normal or are the controls visible?
Ryan Demmer
Lead Developer / CEO / CTO
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Dear Ryan,
thank you for your support. When I log in as a Super User, I can see the controls for the published videos. However, if I create articles as a Publisher from the front end, I don't see the controls.
Best regard
In the Editor Global Configuration, is the Doctype option set to "Mixed"? If it is set to "HTML5", then JCE will render boolean attributes, like controls, without a value, eg:
<video src="https://www.joomlacontenteditor.net/foo.mp4" controls></video>
which the Joomla Text Filter does not support and will remove for non-Super User groups.
Setting the Doctype to Mixed will render the boolean attribute with a value, which should be fine for Publishers, eg:
<video src="https://www.joomlacontenteditor.net/foo.mp4" controls="controls"></video> Ryan Demmer
Lead Developer / CEO / CTO
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Dear Ryan,
thank you for your support, you solved my problem.
Congratulations on your amazing product.
Have a great day.
Your post is being submitted…