Search Results for 'registration'
-
AuthorSearch Results
-
January 15, 2011 at 11:53 am #102894
Paul Wong-Gibbs
KeymasterYes; as I said up, have a look in /buddypress/bp-xprofile.php. There is a xprofile_set_field_data().
January 15, 2011 at 8:23 am #102889In reply to: Not receiving PM notifications via email.
gvdsleen
Memberhave a similar problem, have set SMTP plugin and some emails get sent: registration, membership notification etc. but not notifications. Solutions?
January 14, 2011 at 10:46 pm #102866myerman
MemberOkay, then, I have this half working. Is there a safe way to update a wp_bp_xprofile_data table then? I see I can pull out a bit of profile data with xprofile_get_field_data(‘field_name’,$userid)….is there one for update? that way I can keep this info synched from within my own plugin as well.
January 14, 2011 at 10:36 pm #102865myerman
MemberNever mind, I see it now. It’s under bp-themes as the root folder.
January 14, 2011 at 10:16 pm #102862Paul Wong-Gibbs
KeymasterThe theme lives in /buddypress/bp-themes/bp-default.
You *could* move out bp-default and put it into /themes/, for example.
January 14, 2011 at 10:02 pm #102860myerman
MemberOkay, sorry for being so thick, I’ve downloaded BuddyPress and see no registration folder.
January 14, 2011 at 5:38 pm #102845In reply to: registration email adress domain
stefaane
Memberthanks, I will try that
January 14, 2011 at 4:31 pm #102843In reply to: registration email adress domain
techguy
ParticipantThe first part is simple. Make sure you’re using WPMU (even if you don’t use the extra blog features). Then, there’s a configuration option to restrict registration to certain domains.
I haven’t tested the changing the email after the fact, but you’ll probably have to filter something to make it possible for them to change their email since I’m pretty sure it will still require the specified domains if you don’t tell it not to.
January 13, 2011 at 10:41 pm #102796In reply to: Setting up registration with buddypress and s2member
pcwriter
ParticipantIf you’re running a multisite install with s2member, make sure you’ve enabled ‘Allow Open Registration’. You’ll find the setting under ‘s2member’ > ‘Multisite Config’ > ‘Multisite Registration Configuration’.
If you’re running a single site install, I’m not sure where that setting would be located in s2member, but it’s probably in there somewhere. Maybe ‘general Options’?
January 13, 2011 at 10:24 pm #102793In reply to: Setting up registration with buddypress and s2member
ravisahota
MemberDid changing your settings work? I have the same problem, and changing the settings so that anyone can register didn’t fix the problem. I still don’t have a way for new users to sign up.
any advice?
January 13, 2011 at 8:37 pm #102787sevenos
Memberyes? I’m still not quite sure what to do tho, can u explain?
January 13, 2011 at 8:22 pm #102786Hugo Ashmore
ParticipantYou provide next to no information on your setup both WP/BP and more importantly your server/hosting .Email issues nearly always have a root cause at the server level, generally WP sends email without hitch via fakemail programs such as sendmail.
January 13, 2011 at 8:13 pm #102785sevenos
Membersystem is not sending.. I have tried myself with several email addresses and there are no mails, not in the inbox and not in the spam/junk either..
January 13, 2011 at 4:40 pm #102771thealchemist
Member@sevenos … Is the system not sending? or are people not receiving? I had to put a warning message in the registration form to remind folks to check their junk/spam folders because 99% of all “missing” activation emails go there.
January 13, 2011 at 2:58 pm #102759sevenos
MemberI think I’ve found an alternative to that plugin..
And I just tried this.. works great!
Still, If anyone can help me with the system mail block please help
January 13, 2011 at 2:42 pm #102757sevenos
Memberurgh.. I need to pay a full membership fee just for this one plugin
January 13, 2011 at 2:29 pm #102755sevenos
MemberHey thanks, If I can get this plugin to work with the invitation plugin it will be great!
But it would be awesome to fix an error like this since it might be a very big problem in the future,
So If anyone else have any ideas, it’ll b nice to hear.
Thanks again stefaane,January 13, 2011 at 1:43 pm #102752stefaane
Memberi don’t know what’s causing it, and i don’t know the solution
but until you know, you can avoid the problem with this plugin: http://buddydev.com/plugins/bp-auto-activate-auto-login/
with this plugin verification mails are disabledJanuary 13, 2011 at 7:18 am #102725Paul Wong-Gibbs
KeymasterYes. Have a test install of BuddyPress and look at the “Profile Field Setup” menu item underneath the main “BuddyPress” menu in wp-admin to see what you can do with the profile fields.
Per my previous post, the registration form is at /bp-default/registration/register.php. Copy that into your (child?) theme, preserving directory structure.
January 12, 2011 at 11:55 pm #102689myerman
MemberWill this work if two of our questions are lists of countries/states and the other two are lists of categories? In other words, will buddypress allow me to add data sets like these? And can I still set the data in wp_usermeta table and retrieve it in other uses?
Also–is it possible to rework look and feel of the registration form itself? Two of our questions involve choosing images along with form elements, didn’t know if this was possible.
January 12, 2011 at 11:23 pm #102683Paul Wong-Gibbs
KeymasterI would suggest you use the BuddyPress Profile Fields to record this information — you can view the template used on the registration screen at bp-default/registration/register.php. You can then pull the information out of BuddyPress and just feed the variables to your existing “grab content” query.
See xprofile_get_field_data() in /buddypress/bp-xprofile.php how to retrieve/set this information programatically.
January 11, 2011 at 10:59 pm #102608myerman
MemberSorry, we display this information on a MY page that only logged-in users can see.
January 11, 2011 at 10:54 pm #102607myerman
MemberYeah, at the moment we are using the answers to these questions to grab content based on their gender, location, and category preferences — we match what they give us to WP categories and any meta-keys in the content we can match.
January 11, 2011 at 10:14 pm #102605Boone Gorges
KeymasterWhat are you going to use the extra usermeta for? If you just need an easy way to store and retrieve some data about individual users, then using BP xprofile fields is really the easiest way to go – they can be created in the Dashboard, and all the registration markup & save/retrieve functions are all built in. If, on the other hand, you’ve already built a bunch of custom functions to query across usermeta, then it’s probably best to keep what you’ve got (saving in wp_usermeta) and hook some functions into the BP registration process.
January 11, 2011 at 6:21 pm #102592In reply to: Admin not receiving New User Registration emails
David Carson
ParticipantThe next thing I’d do is deactivate BuddyPress to see if you’re still not getting new user notifications. If you can’t do this on your live site maybe create a test install in a subdirectory. This would help isolate whether it’s a BP or WP thing. You might want to check out the WordPress forums, too – https://wordpress.org/search/new+user+notification?forums=1
Did you ever get these new user notifications? Or is it something that just started happening recently? Maybe it’s a plugin or customization issue specific to your setup.
-
AuthorSearch Results