Info
- 6 posts
- 4 voices
- Started 5 years ago by suleiman
- Latest reply from teknoseyir
- This topic is resolved
No Site Keymasters
-
- Posted 5 years ago #
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 5 years ago #
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 5 years ago #
beautiful! That did the trick and I am MUCH obliged my man!
-
- Posted 5 years ago #
I tried this but it still does not work... : (
-
- Posted 5 years ago #
ColdCN,
what version of bbPress are you using?
-
- Posted 5 years ago #
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.
-
You must log in to post.