bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

No Site Keymasters

(6 posts)
  • Started 1 year ago by suleiman
  • Latest reply from teknoseyir
  • This topic is resolved
  1. 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!

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

    Posted 1 year ago #
  3. beautiful! That did the trick and I am MUCH obliged my man!

    Posted 1 year ago #
  4. I tried this but it still does not work... : (

    Posted 1 year ago #
  5. ColdCN,

    what version of bbPress are you using?

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

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.