Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Stefanb Yes in the wp-admin folder in the user-edit.php file, good luck, my still not working, if any one has an other solution please post.

    I install wordpress 3.4.1 today and it is clean of any thing.
    is this the code you are referring to
    <?php if ( rich_edit_exists() && !( IS_PROFILE_PAGE && !$user_can_edit ) ) : // don’t bother showing the option if the editor has been removed ?>
    <tr>
    <th scope=”row”><?php _e(‘Visual Editor’)?></th>
    <td><label for=”rich_editing”><input name=”rich_editing” type=”checkbox” id=”rich_editing” value=”false” <?php checked(‘false’, $profileuser->rich_editing); ?> /> <?php _e(‘Disable the visual editor when writing’); ?></label></td>

    What is with the ( don’t bother showing the option if the editor has been removed ) how do I know if the visual editor is install

    I have change the false to true and is not working,

Viewing 2 replies - 1 through 2 (of 2 total)