¡@

Home 

php Programming Glossary: tinymce

500 - An error has occurred! DB function reports no errors when adding new article in Joomla!

http://stackoverflow.com/questions/1304809/500-an-error-has-occurred-db-function-reports-no-errors-when-adding-new-artic

up al I can think is that it's a server error. I'm using TinyMCE to type articles together with Joomla 1.5.11. Updated I turned.. a link to the article text file with the source I got from TinyMCE Article php mysql joomla joomla1.5 share improve this question.. If you try to write iframe or script tags in Joomla TinyMCE it's going to be filtered this is Joomla's way of providing..

Converting HTML to plain text in PHP for e-mail

http://stackoverflow.com/questions/1884550/converting-html-to-plain-text-in-php-for-e-mail

HTML to plain text in PHP for e mail I use TinyMCE to allow minimal formatting of text within my site. From the..

PHP to clean-up pasted Microsoft input

http://stackoverflow.com/questions/379342/php-to-clean-up-pasted-microsoft-input

forums comments etc using a customised implementation of TinyMCE. A lot of them like to copy paste from Word which means their.. formatting. I can't just get rid of span whatever as TinyMCE relies on the span tag for some of it's formatting and I can't.. and I can't and don't want to force said users to use TinyMCE's Paste From Word feature which doesn't seem to work that well..

XML parser error: entity not defined

http://stackoverflow.com/questions/3805050/xml-parser-error-entity-not-defined

plain old textboxes but my textareas were enhanced with TinyMCE. It turns out while taking a closer look that the PHP warnings.. look that the PHP warnings always referenced data from the TinyMCE enhanced textareas. Later I noticed on a PC that all the characters.. other parsing errors which is somehow also related to TinyMCE . The solution to all this was quite simple I added this line..

Embedding YouTube video with new iframe embed code in TinyMCE

http://stackoverflow.com/questions/4989039/embedding-youtube-video-with-new-iframe-embed-code-in-tinymce

YouTube video with new iframe embed code in TinyMCE I tried the old embed code for adding YouTube videos into TinyMCE.. I tried the old embed code for adding YouTube videos into TinyMCE and it works fine. Some of the users may not realise they have.. to just copy the new embed code directly and paste it on TinyMCE and away they go. The new embed code looks like the following..

How to strip tags in a safer way than using strip_tags function?

http://stackoverflow.com/questions/4995962/how-to-strip-tags-in-a-safer-way-than-using-strip-tags-function

HTML in order to get rid only actual HTML tags. Since TinyMCE was used for generate that data I know which actual html tags..

Remove style attribute from HTML tags

http://stackoverflow.com/questions/5517255/remove-style-attribute-from-html-tags

from HTML tags in a string that's coming back from TinyMCE. So change p style ... Text p to just vanilla p Test p . How..