Forum Replies Created
-
Hi, Paul n Hugo thanks for that. Just to confirm that I’ve removed the offending apostrophe.
ta.
Did you try looking at http://premium.wpmudev.org/forums/topic/buddypress-403-error-on-group-forums
I managed to resolve some of my problems by editing the “Forum” page and adding the
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,985
- How-to & Troubleshooting
- 129,407
- Creating & Extending
- 25,786
- Requests & Feedback
- 9,484
- Third Party Plugins
- 9,785
- Showcase
- 3,318
- Ideas
- 1,393
- Miscellaneous
- 9,167
-
ditto. I made some progress with site wide forums by deselecting the forum check box in the BP settings. Though I haven’;t traced the code. I did however have an out of memory problem during bbPres installation, which may have f’ed up the install. Shame buddypress doesn’t tidy up completely on removal.
I had exactly the same problem. The Javascript to create the submit button when you click into the what’s new field was missing from the generated HTML. I needed to add code to my functions.php file to enqueue _inc/global.js. Additionally, since I was developing the theme as a subtheme of a non-buddypress theme I needed to change get_template_directory_uri() to get_stylesheet_directory_uri() and copy the global.js file.
This problem occurred for me on a vanilla install without bp-template-pack. I believe it was because I failed to click on the Finish & Activate button. I’d read the message “The BuddyPress setup is complete, and your site is ready to go!” so I just chose something other than the Finish & Activate button.
If anyone else gets the problem, just go back to the wp-admin page and try again – this time selecting Finish & Activate. -