I wanted to offer the WP-ContactFor (http://ryanduff.net/projects/wp-contactform/) plugin for my WPMU-driven site, http://petdiaries.net.
When I configure the plugin, there is a tick box to add the "Contact Form" to the quicktags in the posting area. When I create a Page and apply the quicktags, the plugin code is inserted. However, once the page is saved and viewed, WPMU strips the tags out. Is there a workaround?
Thanks!
WPMU does strip some stuff like this (also does the same with adsense) am not sure if it is a problem with the plugins not working for WPMU or the text editor though...
Would love to know though, any wise WP-ers able to explain?
Hmm. Wonder if there's a way to go into the files and figure out what it's stripping. I know with PHPWebsite (http://phpwebsite.appstate.edu), you have to specifically tell PHPWebsite to enable <script>, <style>, <code>, <pre>
and a few other things. Wonder if there's something in the "guts" of WPMU where something similar can be found.
Although, if the stuff is turned off or stripped, it's probably done for a (security?) reason? I don't want to tinker until I know what I'm doing.