Skip to:
Content
Pages
Categories
Search
Top
Bottom

No Site Keymasters

  • I am integrating WPMU and BBPress and I have users and cookies shared perfectly. My problem is that prior to the integration my username (admin) was set as a keymaster.

    But after it admin is no longer a keymaster.

    I need to find a way to set him to keymaster.

    I have tried $bb->new_keymaster = true; in my config.php file, then re-running bb-admin/install.php, but that gives me the error that No Such USername exists.

    All I need to do is set the user admin to keymaster status. Any help much appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • suleiman,

    I think I gave you some bad information before, sorry!

    Try this, in your config.php set

    $bb->new_keymaster = ‘admin’; // or whatever the name of the account is.

    Then run bb-admin/install.php

    Sorry for before, and let us know if this works.

    beautiful! That did the trick and I am MUCH obliged my man!

    I tried this but it still does not work… : (

    ColdCN,

    what version of bbPress are you using?


    teknoseyir
    Member

    @teknoseyir

    Hi, after upgrading to bbPress 0.75, we faced with this problem, too.

    The key master’s status had changed to administrator, and administrators’ custom titles had been reset.

    I’ve added the given code to config.php and applied bb-admin/install.php, and admin is again key master now. But in topics, key master’s link to his profile and his custom title cannot be shown now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar