Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • teeny and rich are working….however when you select rich, none of my plugins that appear on the regular page or post editor appear.

    So YES the rich text area displays basic rich text features BUT the plugin buttons that appear everywhere else on a page or post editor are not displaying as noted above:

    “When ‘rich text full’ is selected i do see all the editor buttons listed in your link above however, all the plugin buttons (Nextgen gallery and maps etc.) are all NOT listed.”

    Any suggestions.

    I am having a similar issue. When ‘rich text full’ is selected i do see all the editor buttons listed in your link above however, all the plugin buttons (Nextgen gallery and maps etc.) are all NOT listed.

    I am not sure if this has something to do with the wpuf-add-post.php:

    ‘ <?php
    $editor = wpuf_get_option( ‘editor_type’, ‘wpuf_frontend_posting’ );
    if ( $editor == ‘full’ ) {
    ?>
    <div class=”wpuf-richtext”>
    <?php wp_editor( $description, ‘new-post-desc’,
    array(
    ‘textarea_name’ => ‘wpuf_post_content’,
    ‘editor_class’ => ‘requiredField richtext’,
    ‘teeny’ => false,
    ‘textarea_rows’ => 8,
    ‘mce_buttons’ => true,
    ‘mce_external_plugins’ => true,
    ‘wp_mce_translation’ => true,
    ‘media-editor’ => true

    ) ); ?>’
    As you can see i have tried in the line of wp_editor() to manually add in the array mce external plugins and some others, but the editor is not displaying the other buttons that are regularly found on pages or posts.

    Any help is appreciated.

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