Welcome! » Log In » Create A New Profile

out of the box functionality

Posted by julio.soares 
out of the box functionality
July 08, 2011 06:12AM

Hi,

I'm pretty new here and I have the most basci question.

I'm willing to allow the use of tinymce editor to allow user creating formated content to be shown on their section on our site.

The content would could use most basic formating tag elements

<p>, <h1>, <span>, <href>, <div>, etc

and inline css stuff but no forms, frames, iframes and no scripts...

Would an out of the box installation be enough to "secure" the income content?

Thanks,

Julio

Re: out of the box functionality
July 08, 2011 08:05AM

Yep.

JP
Re: out of the box functionality
October 05, 2011 05:09PM

how do you install your software on a wordpress site? I could not locate any instalation instruction/guide. I am using Ucanpost plugin and I want to make sure that users do not insert malicious code in their post. Is that what your software do? Thanks

Re: out of the box functionality
October 05, 2011 06:28PM
Author:
Your Email:

Subject:

HTML input is enabled. Make sure you escape all HTML and angled brackets with &lt; and &gt;.

Auto-paragraphing is enabled. Double newlines will be converted to paragraphs; for single newlines, use the pre tag.

Allowed tags: a, abbr, acronym, b, blockquote, caption, cite, code, dd, del, dfn, div, dl, dt, em, i, ins, kbd, li, ol, p, pre, s, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var.

For inputting literal code such as HTML and PHP for display, use CDATA tags to auto-escape your angled brackets, and pre to preserve newlines:

<pre><![CDATA[
Place code here
]]></pre>

Power users, you can hide this notice with:

.htmlpurifier-help {display:none;}

Message: