Brajesh,
I'm using MU 2.9.2 and BP 1.2.4.1 and Global forums prevents the blog creation cycle from completing. I click "create site" and it directs me to an empty page.
When I deactivated it, I can create blogs again.
Faster, better and easier!
Brajesh,
I'm using MU 2.9.2 and BP 1.2.4.1 and Global forums prevents the blog creation cycle from completing. I click "create site" and it directs me to an empty page.
When I deactivated it, I can create blogs again.
Hi Greg,
You tried to create blog from SiteAdmin->Blogs or from front end ?
Btw, the button is "create site" or "Add Blog" as I think, It should be "add blog" , just confirming to know about other plugin changing it.
From the front end, from the buddypress bar at the top of the screen. Under My Blogs - Create a Blog!
(I've changed "blog" to "site" on my site).
Hi Greg,
Thanks for the info. yes, I see the problem there but I am not sure where is the conflict. I am looking at it, will update in the evening today(morning tomorrow for you).
Thanks
Brajesh
Let me know if there is anything that I can do to help.
Hi Greg, Will certainly let you know.
I am going to push an update today to solve it an the previous issues.
Hi Greg, It was a real headache to find the problem. The problem occurred because of loading wp-admin/inc/upgrade.php twice and It was much difficult to find the culprit.
Anyway, It requires a single line change in global-forums/gf-loader.php
on line 77, you will see something like this
do_action( 'bbpress_init' );
if ( $bp->current_component == $bp->gf->slug ) {
Change it to
if ( $bp->current_component == $bp->gf->slug ) {
do_action( 'bbpress_init' );
`
And that will solve the problem. I am still preparing the final release and will try to make it available today, but If I am not, please allow to put it by Sunday(tomorrow).
Thanks
Brajesh
Hi Greg, Just updated it and included the fix+feeds for individual forums.
Please check it here
http://buddydev.com/buddypress/introducing-the-first-stable-version-of-global-forums-plugin/
Thanks Brajesh!
You must log in to post.