Search Results for 'registration'
-
AuthorSearch Results
-
March 12, 2010 at 9:11 am #67923
I second this. Whats the problem? How do I fix it?
March 11, 2010 at 9:38 pm #67845In reply to: Invite Friends From Profile
Peter Anselmo
ParticipantI just finished something similar for a client. They wanted group admins to be able to invite people to their group via email.
My plugin adds a text field below the standard group “invite friends” section for an email address. It then sends a message via email to the person, guiding them to the site registration page. It also tracks their email address to the group they were invited to. When the new user registers, it skips the whole send-and-approve-group-invite step; they are automatically added to the group.
Let me know if it sounds like there’s overlap, I’d be happy to post code or whatever.
March 10, 2010 at 5:19 pm #67580In reply to: create a blog
r-a-y
KeymasterIf you’re using standard WP, you can’t.
—
If you’re using WPMU, login to the admin area, navigate to “Site Admin > Options” and under “Allow new registrations”, make sure “Enabled. Blogs and user accounts can be created.” is selected.
If you’ve done this, when you’re logged in, navigate to your blog directory (example.com/blogs) and click on the “Create a Blog” button.
March 10, 2010 at 5:16 pm #67579In reply to: FAQ: How To, Code Snippets and Solutions
r-a-y
KeymasterHelp! There’s no register button on my BuddyPress site!
If you’re using standard WP, login to the WP admin area, navigate to “Settings > General”, and make sure “Anyone can register” is checked.
If you’re using WPMU, login to the WPMU admin area, navigate to “Site Admin > Options”, and under “Allow new registrations”, select any option but “Disabled”.
March 10, 2010 at 5:15 pm #67578In reply to: No Register Button
r-a-y
KeymasterIf you’re using standard WP, login to the WP admin area, navigate to â€Settings > Generalâ€, and make sure â€Anyone can register†is checked.
If you’re using WPMU, login to the WPMU admin area, navigate to “Site Admin > Options”, and under “Allow new registrations”, select any option but “Disabled”.
March 10, 2010 at 2:38 pm #67559In reply to: Email notification not working
ruthlessbookie
MemberI have this same problem – I know WPMU is sending me emails for other things, but BuddyPress related items do not get sent.
On new user registration, the final part of the registration process says “You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.”
No email sent to either new user or admin, and new user isn’t in list of users in admin panel.
March 10, 2010 at 1:37 am #67499In reply to: Upon login/registration redirect to Activity Stream?
arezki
Participantdwpers, if you figure out the way to do, would love if you could share. Sadly, I am not so knowledgeable on scripting but I watch these threads all the time to see if someone came with a solution. Cheers/A
March 9, 2010 at 8:04 pm #67439In reply to: Adding custom usermeta to Registration
Hard Seat Sleeper
ParticipantI tested this out, it does indeed work.
March 9, 2010 at 3:42 pm #67395In reply to: How to control spam registration?
modemlooper
ModeratorUse captcha, have one profile field be required and change the slug.
define( 'BP_REGISTER_SLUG', 'name-this-something-unique' );
oh and if you are on WPMU then you need to disable the ability for blog owners to add users via their admin section. This is an easy way for spammers to get entry.
March 9, 2010 at 3:36 pm #67394In reply to: How to control spam registration?
Marcus (aka @msykes)
ParticipantThanks everyone for the tips and tricks, I’ll be checking this page again!
It’s strange but the moment I upgraded to WP2.9.2 and BP 1.2 spam started again.
Previously, I just added SI Captcha and I went from getting 10-20+ spam registrations to none. I added WP-hashcash now and I’ve only had one registration since.
I’ve just disabled the blog registration on the signup page, hopefully that’ll help too.
By the way, there’s also a meta tag in the header of many templates :
<meta name="generator" content="WordPress 2.9.2" />
Removing that may help too….
March 9, 2010 at 2:14 pm #67382jobjorn
ParticipantMy registration link is broken too. I’m using the latest versions of everything (WPMU), no active plugins except BuddyPress and WordPress.com Stats, no custom language, and the default theme. Any ideas?
March 9, 2010 at 12:10 pm #67367In reply to: Getting theme to work (infocus)
kingfelix23
MemberYesterday I discovered that if I use the links from the last page of bp template thingie:
Navigation Links
You may want to add new navigation tabs or links to your theme to link to BuddyPress directory pages. The default set of links are:
* Activity: http://templeofthewayoflight.org/wp/activity/
* Members: http://templeofthewayoflight.org/wp/members/
* Groups: http://templeofthewayoflight.org/wp/groups/
* Forums: http://templeofthewayoflight.org/wp/forums/
* Register: http://templeofthewayoflight.org/wp/register/ (registration must be enabled)
These do work and use my customized index.php from the folders in my theme file. I have no idea where the bar gets the urls and why it ignores my cutomisation.
I might not want to use the bar anyway, but even if I create a menu of my own I would like to be able to use the more specified links in the bar aside from the standard ones, ie all the subthings, and just copying and paste those obviously wont work.
Is there any widget one can use that has the same things that are in the buddypress bar?
March 9, 2010 at 3:58 am #67320In reply to: Upon login/registration redirect to Activity Stream?
dwpers
ParticipantYeah, I’m starting to pull my hair out. Perhaps this can only be accomplished using mod rewrite?
March 8, 2010 at 11:41 pm #67298In reply to: Adding custom usermeta to Registration
Hard Seat Sleeper
ParticipantI’m not sure I get it, chip-d. So in my registration form do I need to put something like:
< code ><label for=”signup_username”>CUSTOM</label>
<input type=”text” name=”bp_custom_field” id=”bp_custom_field” value=”” /></ code >
March 8, 2010 at 10:54 pm #67289In reply to: Can't find way for new users to register
r-a-y
KeymasterEnable registration on your WPMU install.
Login to the WPMU dashboard, navigate to “Site Admin > Options” and under “Allow new registrations” select anything but “Disabled”.
March 8, 2010 at 10:11 pm #67283r-a-y
KeymasterHey JJJ,
Tried this out on an install where BP is setup in a sub blog on WPMU 2.9.2.
Didn’t work on the root blog. The root blog had its own wp-signup.php page.
For now, I’m using a rewriterule in .htaccess and redirecting to the BP subblog’s register page.
March 8, 2010 at 5:37 pm #67233In reply to: Getting theme to work (infocus)
kingfelix23
MemberI have the full directory in my theme folder /groups registration/ etc.
Then there is also those files in the buddypress template plugin, but I assume those are the ones that got copied to the theme folder. And then there is also those that are in the bp-themes folder.
I tried removing both of those folders as well, and it still worked.
Maybe it is something real simple that is missing? But I think I followed all the instructions and everything seems to work except that the pages doesn’t align with my theme.
If someone wants to take a peek I can pm my info.
March 8, 2010 at 2:06 pm #67209In reply to: Remove "Activation" page on user registration
Xevo
ParticipantA standard Buddypress isntall doesn’t send out activation e-mails, does it?
And if all else fails, there’s a search option in most text editors.
March 8, 2010 at 1:47 pm #67204In reply to: Remove "Activation" page on user registration
ruthlessbookie
Memberin all my test installs of 1.2 on wp and wpmu I’ve never had an activation email for new user signups – I just assumed the feature was removed…it’s still there?
March 8, 2010 at 12:38 pm #67199gaysurfers
ParticipantYes I did install the BuddyPress Template Pack plugin…
I’m in step 3 of Bp compatibility, trying to fix alignment
I changed the structure set up of all Bp pages to reflect the structure of my theme (furry-family), but something must be wrong because all the bp pages break (ie: http://www.gaysurfers.net/members/admin/activity/ )
That’s one issue.
The second issue is that the registration link is broken. I don’t know where to look to make sure the registration function is being called.. http://www.gaysurfers.net/register
Can anyone help me?
Thanks
March 8, 2010 at 5:18 am #67172John James Jacoby
KeymasterThis problem comes from the
bp_has_custom_signup_page
function.It checks to see if your theme can
locate_template( array( 'register.php' ), false )
orlocate_template( array( '/registration/register.php' ), false ) )
Since your child theme has neither of those files, naturally it will return false and give you wp-signup.php as the link. To counter this, BuddyPress attempts to be smart and redirect to BP_REGISTER_SLUG.
If you always want to bypass this check all together, you could try putting this in your bp-custom.php file…
function bp_custom_get_signup_page( $page ) {
global $bp;
return $bp->root_domain . '/' . BP_REGISTER_SLUG;
}
add_filter( 'bp_get_signup_page', 'bp_custom_get_signup_page' );Note that
bp_get_activation_page
andbp_has_custom_activation_page
work the same way, and the same rules apply if for some reason you want to bounce people from a different activation page.March 7, 2010 at 11:24 pm #67144Ted Mann
ParticipantI’m having this same problem, I think. Since upgrading to 1.2, my custom BP_REGISTER_SLUG doesn’t work anywhere other than the root blog buddybar. Other blogs and login widget all direct to blank wp-signup.php page. http://injersey.com
Any ideas?
March 7, 2010 at 8:27 pm #67121thekmen
ParticipantLooks like someone created a trac ticket, thanks.
March 7, 2010 at 8:04 pm #67118Paul Wong-Gibbs
KeymasterYes. Please make a trac enhancement ticket on https://trac.buddypress.org/, as we should probably make sure we add this into WP to keep the behaviour consistent.
March 7, 2010 at 5:59 pm #67110jharder
MemberI just wanted to add my own low-tech solution to a similar situation. This is what I did to hide all my BuddyPress features (members, activity, etc) while keeping my pages and blog posts publicly accessible…
In my child theme, I copied the members/index.php, activity/index.php(etc etc) folders and files. Then in the index files, I surrounded everything inside the “padder” div (which displays all the content) with a is_user_logged_in tag like this:
<div class=”padder”>
<?php if (is_user_logged_in()){ ?>
(content guts go here)
<?php } else { echo “<h3>Members Only!</h3><p>Sorry. The page you have requested is for registered members only. Please visit our About page for more information on member registration. Thank you for visiting.</p>”;} ?>
</div>
PHP isn’t really my thing, so that’s probably not the best way of doing it, but it worked.
-
AuthorSearch Results