Posts Tagged ‘MU’

All text allowed

Sunday, June 29th, 2008

Impossibility to include some XHTML tags and Javascript into posts and pages limited me a lot. I wanted to possess full control over the text submitted by myself. Unfortunately there is only little information about this topic (especially around multi-user WP). The only plugin that deals with this problem is for WordPress 2.5.1 and is not working with multi-user version and has too much setting options. Robert Mao was the first to give me a hint and show me partially working solution of the problem followed by Otto42 showing me proper plugin code. Since commenting certain parts of code for every installation of WP is ineffective I created this plugin.

Functions

The plugin removes all wordpress filters. The substituting, entities erasing and repeating of non valid xhtml is off.
Namely filters: WP texturize, wpautop and WordPress MU kses filter. It is possible to use it with the visual editor TinyMCE (to insert the code via html regime) or without it. From now on the commentory filtering is allowed ad fully functional!

Why to use it

  • it allowes to use xhtml and full css
  • it allowes to insert embedded google, youtube and flicker objects
  • it allowes to insert javascript
  • it allowes to insert iframe
  • and other wordpress filtered entities

Download plugin

All text allowed plugin

Instalation

1.       Unpack archive & copy php-file into wp-content/plugins directory

2.       Activate Plugin in admin interface

3.       Enjoy your blogging without WP filtering

Other info

  • Licence: GNU/GPL
  • Compatible WordPress versions: 2.5.1
  • Compatible WordPress MU versions: 1.5.1

Video demonstration

Direct link:
http://video.google.com/…&hl=en

Last update

  • 29.6.2008