Are you using my plugin? Because, I’ll take a look at it in a few hours (I’m just doing something for my grandma atm).
yeah actually i am, its nice. I actually have the same problem as the person who posted the second comment here:
https://bbpress.org/forums/topic/ive-just-made-a-click-to-add-html-elements-toolbar-for-bbpress-20
Yeah, I figured. It’s because I’m using a hook that is pretty general for the templates, ‘bbp_template_notices’ or something.
If I could use a hook that is only going to insert the bar just above the post form then I would, but I haven’t seen one. Below the post form could work, but I don’t like that much -_-
It seems that your theme is missing the <?php do_action( 'wp_footer' ); ?>
at the bottom of your (probably) footer.php file.
I used this action hook to insert the deletion javascript that i mentioned on the ‘ive just made…’ thread
In fact, from viewing the source to your site, your entire footer.php doesn’t seem to be loaded. The HTML structure stops at:
</div><!-- #content -->
</div><!-- #container -->
Cool that worked out. Thank you!
Actually yeah I didn’t make a footer for this website at all.
Good work.
@manter5o1 – I’ll be adding some hooks to the post forms for RC.