Helping you Build Your Own Social Network!

Faster, better and easier!

Global Forum Breaks Blog Creation

(9 posts) (2 voices)
  • Started 1 year ago by gregfielding
  • Latest reply from gregfielding

Tags:

No tags yet.


  1. 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.

    Posted 1 year ago #
  2. 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.

    Posted 1 year ago #
  3. 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).

    Posted 1 year ago #
  4. 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

    Posted 1 year ago #
  5. Let me know if there is anything that I can do to help.

    Posted 1 year ago #
  6. Hi Greg, Will certainly let you know.

    I am going to push an update today to solve it an the previous issues.

    Posted 1 year ago #
  7. 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

    Posted 1 year ago #
  8. 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/

    Posted 1 year ago #
  9. Thanks Brajesh!

    Posted 1 year ago #

Reply

You must log in to post.