Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,543
- How-to & Troubleshooting
- 127,778
- Creating & Extending
- 25,648
- Requests & Feedback
- 9,391
- Third Party Plugins
- 9,716
- Showcase
- 3,317
- Ideas
- 1,329
- Miscellaneous
- 8,843
-
I fixed it:
at the end of buddypress-home/comments.php I changed:
</form>
</div>
<?php endif; // If registration required and not logged in ?>
<?php endif; // if you delete this the sky will fall on your head ?>
to:
</form>
<?php endif; // If registration required and not logged in ?>
</div>
<?php endif; // if you delete this the sky will fall on your head ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS