chrisdegrote

Topic: TinyMCE is working but how to get it to display the images & video?

Hey all,

Thanks again for all the support but I'm again stuck.

I was wondering if anybody knows what to change in jobberbase to finalize the option of posting a imagelink & or videolink (thru an external url like youtube etc.)? Do I need a plugin from TinyMCE? or do I have to change something in screen.css? Or is it something with My SQL?

Check it out at my test site the full options: http://www.test.werkict.com/post/

I would not mind if the users change the layout or the HTML, I would like to give the users more freedom in customizing their jobads.

Hope that somebody can point me to the right direction!

links

Re: TinyMCE is working but how to get it to display the images & video?

Hi,

If I understood correctly what you need, for images you have to add in _includes/functions.escape.php the <img> tag and the <object> and <embed> tags for flash , like this:

$GLOBALS[$variable] = $db->real_escape_string(strip_tags($value,'<a><strong><em><ul><p><li><ol><span><img><object><embed>'));

Hope it helps!

chrisdegrote

Re: TinyMCE is working but how to get it to display the images & video?

Links thanks again for the easy fix it works now flawlessy!! wink