Search Results for 'code'
-
Search Results
-
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!
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?
How do I? I tried
$user->caps['moderate']
and I tried$user->has_cap('moderate')
. Neither worked. What am I doing wrong?Edit: never mind, I figured it out.