Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Emoticons For bbPress?

open /bb-templates/post-form.php

add that line here

‘<?php endif; do_action( ‘post_form_pre_post’ ); ?>

<?php bb_do_action(‘bb_grins’); ?>

<label for=”post_content”><?php _e(‘Post:’); ?>

<textarea name=”post_content” cols=”50″ rows=”8″ id=”post_content” tabindex=”3″></textarea>

</label>

HTH

Skip to toolbar