UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently a public holiday for us from where we are at.

There may be a delay in our responses but rest assured that we will be back at full speed when we are back to the office.
  Support is offline

EasyBlog post changes custom HTML on submit, but not edit

John Bongiovanni · ·
10:03 PM Saturday, 18 February 2017
Low
I entered a ticket on animated gifs (https://stackideas.com/forums/issues-uploading-gif-animation). What I wanted to do was add an animated gif to the post, but also have it not play until the user clicked on it.

After research here and elsewhere, I loaded a static version of the gif using the JCE select image, which produced this HTML:
<img src="XXXX">
Using the JCE code editor, I wrapped it with the following:
<a href="#" onClick="Animation=window.open('YYYY', 'Animation', width='700', height='700');return false;>
<img src="YYYY"> </a>

where YYYY is a reference to the animated gif.

It all worked in preview, but when I submitted the post, the <a> got changed to <a href="#">

Then I edited the post, replacing the custom <a> with the one above, and updated it. This time, it preserved the custom HTML, and it all works fine.

So I don't need help on this, but I'm reporting the problem that the custom HTML is changed on post submit.
The replies under this section are restricted to logged in users or users with an active subscription with us