The check_html () function is located in mainfile.php
In RavenNuke the filtering that is done by that function is not applied to Admin input so unless you want to open up the filter to everyone there is no need to touch. If you were thinking of opening that up (bad idea) think carefully!! You might be able to give more flexibility by modifying the WYSIWYG Editor (details in the editor forum here) whilst still maintaining a level of filtering for security.
The filter_text() function is located in mainfile but I see no need to modify it's behaviour and doing so would be ill advised.
See my first post In RavenNuke the filtering that is done by that function is not applied to Admin input
By changing the allowed html array you have left it open to abuse by anyone who has posting privileges (any registered user) - are you sure you want to do that?
Just for your information, the WYSIWYG editor has a button in the toolbar called 'source' which will let you enter pure html 'the old fashioned way' but it will also check and ensure it is XHTML compliant when saved.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum