Re: buddypress + p2 theme
Now trying Posthaste again. Removing that line removed the post form from all the loops, but putting this line in the template files does nothing:
<?php if(function_exists(posthasteForm)) { posthasteForm(); } ?>
I tried in several files, including regular blog index.php files. Also tried this:
<? posthasteForm(); ?>
Still nothing… And if I leave the add_action(‘loop_start’… and just use the form, nothing gets posted, not even on the main/default blog.
I think I’m closer to a solution with P2, if somebody can help me figure out how to use the P2 post-form from a page that is not the regular index.php of the blog.
Is there an example of that in Buddypress version 1.2?