Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Emoticons For bbPress?

@travelsuperlink

Member

as _ck_ suggested, I move my issue here:

Just upgrade bbpress to 1.0 version, after active the bbpress smilies plugin I found an issue for previous post-form.php (previously I am using v0.8 and that plugin works.

The issue is at post-form.php, in my custom template directory.

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

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

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

<?php bb_quote_message(); ?>

</textarea>

</label>

Clearly <?php do_action(‘bb_grins’); ?> does not work anymore, because at the top of post form user can not see the smilies as before.

any idea? thanks.

Skip to toolbar