My late brother was blind, and using the text control plugin he was able to create thousands of posts. He could add headings, lists, featured text and links himself.
Unfortunately the textile 2 php code has 2 calls to a deprecated (and now removed PHP function) “Create Function”. This means the plug in now crashes the site. There are suggestions on how to work around this, but it’s beyond my ability to do this myself.
There does not seem to be any other plugin for textile support.
If this cannot be fixed, I will need to manually edit thousands of posts!!
]]>How to config to make it auto insert a break line after each image.
]]>Hi Frank
Can I use the code below in your plugin to add the functionality to a custom post?
add_meta_box('textcontroldiv',__('Text Control', 'textcontrol'),'tc_inside_the_textcontrol_box','my_custom_post','advanced');
Or perhaps it would be better to add somewhere else code that would replace the function tc_add_custom_box?
In the theme’s functions.php?
Thanks
Mike
I haven’t actually used your plugin, but I grabbed the Textile 2 class you use. Used it in a project importing Movable Type into WordPress and it was fantastic — even better than Zend Framework.
]]>The format selector doesn’t apperar on the page edit page. But when Text Control is active, pages are affected though: the pages (that are in utf-8) are treated as if they where encoded in latin charset and then transcoded to utf-8. I did not test it further – maybe it is a matter of setting, but I’m not really interested in wether the settings for posts or the settings for comments apply to pages…
]]>1. Set to “No Character Encoding” globally, but Javscript code is still changes by WP.
2. No possibility to use the plugin on pages.
3. “Settings” is not accessible (“You do not have sufficient permissions to access this page.” – for admin)