Closed (won't fix)
Project:
Safe HTML
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2007 at 05:52 UTC
Updated:
11 Aug 2009 at 09:52 UTC
i want to use this..i have two filters for my users on the site..
filtered html......for general user
and
rich text editing...for use with tiny mce
for which of these filters must i use safe html..can i configure it for both...will it afect the working of tiny mce..or is tiny mce safe by itself...
one more question ...is it necessary to make preview compulsory for safehtml to work...becoz in my site..preview is optional..and hardly anyone previews..
pls advise..
Comments
Comment #1
claudiu.cristeaYou can add Safe HTML as a filter to any format. The difference is that Safe HTML acts as a input filter. He filters the HTML that is being stored in the database while the other filters are cleaning the code that is outputted to visitors.
You should use Safe HTML with those formats needed for HTML data (ex. TinyMCE).
You don't need to force preview.
Claudiu
Comment #2
claudiu.cristea