Embed/HTML code disappearing
-
Having a serious problem here that involves everyone on my blog EXCEPT me. I have 2 authors and 1 administrator who cannot add simple html codes to their articles. Anything from a youtube embed to a new paragraph. All of it disappears if they try to preview their post, schedule, publish, submit for review.
This is really upsetting because I haven’t changed any settings, added any plugins or even changed any users. Trying to find a solution has been tedious and time consuming for me and yet I still have no answers.
2.7.1.
No additional plugins.I’ll answer any additional questions anyone has. Thanks.
-
well I mean even something very simple will change.
Example:
Test
<center><img src=”http://image” title=”test”></center>
TestinggggWill change after saving as draft to:
Test
<img src=”http://image”>
TestinggggThis happens only for the Author, I have not seen it happening to Editor or Administrator.
I figured out what why it didn’t work. So apparently WP changed its Role capabilities, taking away the Authors control to post “unfiltered_html”.
There are two ways to change that. One is manually per SQL:
http://forum.corephp.com/index.php?topic=1066.msg2618Or you can download a Plugin for WP that lets you customize your Role Capabilities. I recommend this one here, even thought it says supports 2.6, I just installed it on 2.9.2 and it works great 😉
http://sourceforge.net/projects/role-manager/Good luck everyone.
The topic ‘Embed/HTML code disappearing’ is closed to new replies.