@zambibo
14 years, 10 months ago
I have buddypress 1.1 installed and it seems to work perfectly except for spammers or sploggers or whatever..
I downloaded WPMU-Signup-Captcha from WPMUDev and put the 3 files in the directories, just like you said.
I don’t see it in the plugins section of the admin, and I still don’t have any captcha applied to new registrations.
Set your current new user to be the Site admin user.
You will need access to the database, look in wp_sitemeta for a line with a meta_key of site_admins. It will currently look like:
a:1:{i:0;s:5:”admin”;}
You need to change the admin to be your new users name, and the s:5 to be the length of your new user. E.G.
a:1:{i:0;s:9:”spacetest”;}
spacetest is nine characters long so I’ve changed s:5 – s:9
When you next login your new user will be the site admin user, and you can access the plugins menu.
From wordpress MU post:
https://mu.wordpress.org/forums/topic/13444?replies=8#post-78799
I found the problem… I kept installing a theme that was made for buddypress 1.0 on my buddypress 1.1
I’m dum,..
night,
*poof*
I don’t have days to puts around waiting.. I’m going to make a new fresh install. 4th time.
I installed the facebuddy theme and now my forums link isn’t even there anymore.. I’m really confused now.