Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: reply and add new topic


fel64
Member

@fel64

I hate Tiny MCE. It’s slow and nannies you too much.

Archasek, I think you haven’t called some hooks or something. Find something like

<p>
<label for="post_content"><?php _e('Post:'); ?>
<textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"></textarea>
</label>
</p>

and insert

<?php do_action( 'post_form_pre_post' ); ?>

In front of it, on a new line. That should make it work. :)

Skip to toolbar