Search Results for 'bbpress'
-
Search Results
-
I have installed bbPress using the same DB as WordPress so they can both share user details. This works great. Although I have not put bbPress in a sub-dir of WordPress to share cookies.
However, when I log in as the Key Master (who is also the administrator in WordPress) I cannot create new Forums. It says I don;t have permission to do that! When I use the exact same set up with a dedicated bbPress DB it all works ok.
Is this a bug? I think it must be…
Should be used for TESTING ONLY
Download this file
Install:
Put
activate.php
to your template folder.Put
bb-activate.php
to your bbPress root folder.Put
EnhancedRegistration
directory tomy-plugins
Only tested on kakumei template without other plugins. Currently, it only support user activation. User will receive an additional mail with a code for activation. They can click the link within that mail, or manually navigate to the activation page.
And Key Master can delete user haven’t activated over ## hours.
Possible features in later releases: Registration Approval, Registration Email Verification.
Please tell me what do you think!
I’ve added the GPL license to the trunk of bbPress as well as a README containing copyright/attribution to contributors to bbPress.
You can view the current README file here:
http://trac.bbpress.org/browser/trunk/README
I think this is a nice way to acknowledge the individual contributions of people involved in the development of bbPress.
I haven’t dug very deep (or even at all) into the changesets to find out past contributors. If you believe you should be on the list then please raise a new ticket in Trac pointing out what you contributed and when (the actual changeset number is really handy). I’ll validate it then add you as soon as I can.
If anyone out there who has some experience in the field of applying the GPL to projects wants to constructively criticise the way I have applied the license to the project then please go ahead. However we will not be applying headers to every file at this stage.
Topic: Change Profile information
Hi. I want to change the data that is collected in the Registration:Profile Information page of bbpress. Some background…
I have a bbpress/WPMU integration. The system is working fine in terms of the two sites being integrated. When a user goes to register for an account on the forum, they are presented with a form with name, email, website, occupation, location and interests. I see in the source code where the associative array is (get_profile_info_keys). So I could modify the fields there, but there must be some “proper” way to change the profile info that is gathered.
I apologize if this is plainly explained somewhere. I can’t seem to find any admin page related to changing the bbpress profile info. I’d prefer to do this the sanctioned way and not modify source files.
Reading other posts I see stuff about plugins and the profile, but surely that isn’t the easiest way to change the nature of the data collected?