Support » Plugin: Text Control » [Plugin: Text Control] not available for pages but trashes encoding

  • 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…

    http://wordpress.org/extend/plugins/text-control-2/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add the control to a page if you’re willing to edit the php. Open text-control.php and search for function tc_add_custom_box() around line 316. Add the follwoing to this function:

    add_meta_box(‘textcontroldiv’,__(‘Text Control’, ‘textcontrol’),’tc_inside_the_textcontrol_box’,’page’,’advanced’);

    Save the file, deactivate the plugin, reupload the file to the text-control-2 plugin folder, and reactivate the plugin.

    Plugin Author Frank Bueltge

    (@bueltge)

    2.3.1 has this functions also for pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Text Control] not available for pages but trashes encoding’ is closed to new replies.