Search Results for 'registration'
-
AuthorSearch Results
-
September 28, 2011 at 3:18 pm #121370
In reply to: Upload of Avatar
bb
MemberThank you for the reply.
I use a theme from Pagelines and it appears they are working on this problem. In the meantime though, I would like to remove the avatar upload completely – then the user would only see the message about checking their email. The avatar upload (or edit) can just be done on the back end once the user is signed into their profile. Can you tell me how to remove it off of the first part of the registration process so the user doesn’t see it at all? Thanks again.
September 28, 2011 at 7:03 am #121336In reply to: Upload of Avatar
Paul Wong-Gibbs
KeymasterYou need to update your theme. The upload during registration option was removed in BuddyPress 1.5’s default theme.
September 27, 2011 at 11:28 am #121252guileshill
MemberWhat I really need, quite obviously, is a personal pluggin, an additional memory module, a couple of logic enhancers and perhaps an oversight widget.
Thank you.September 27, 2011 at 5:29 am #121217In reply to: Registration Approval Plugin
mrsjsmith
MemberWould be great to have a working plugin like this — with classrooms you don’t want just anyone logging in and accessing student information
September 26, 2011 at 9:50 pm #121182@mercime
ParticipantThere’s no captcha and logic human tests in BuddyPress. You must have added a plugin which needs to be updated to be compatible with BP 1.5
September 26, 2011 at 9:22 pm #121172In reply to: User registration activation keys not working
Mariestella
MemberI have the same problem. New users cannot register after the latest bp update. The activation is sent via email and once you click on the link you are redirected to the new activate page where this error shows: ‘There was an error activating your account, please try again.’
I tried using the key # by itself on the text field but it does not go through.September 26, 2011 at 10:20 am #121121In reply to: Buddypress mails
Tammie Lister
ModeratorWhen you say can’t send out emails are you on a server that has been set up to email? I ask this as you may not be.
Also what happens on activation does it just not send out?
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/registration-not-working may also help you.
September 26, 2011 at 8:13 am #121118In reply to: Registration Approval Plugin
moltenpool
Member@acurran – This does not work for me. Please test.
September 25, 2011 at 7:24 pm #121080In reply to: Display age on profile page
echoman
ParticipantNo rush i understand well i was working with the profile search plugin and bp xtras sign up plugin.
But haven’t actually gotten them to display age. just date of birth. the profiles search plugin lets you set an age range but still not show the actual age and there was just an update. Maybe i should try contacting them to see if they can make that an option.Thanks for your help. the bp xtras signup lets you set the age allowed during registration. Bp xtra signup allows you to set the age lets say 13 the youngest etc. But hopefully there is a solution…
So if i make a dropdown age field will it show the users birth date internally?September 25, 2011 at 11:38 am #121023lselwd
MemberPLEASE ANSWER ASAP…
September 25, 2011 at 2:47 am #120989In reply to: [Resolved] Buddy Press Theme Intergration ???
Chi
MemberOk Cheers!! I also had to add Step 1 and 2 to correct the alignment for those pages Delete account, Ok Cheers!! I also had to add Step 1 and 2 to correct the alignment for those pages Delete account, Notifications and general.
/members/single/settings/delete-account.php
/members/single/settings/notifications.php
/members/single/settings/general.phpand
/registration/activate.php
September 25, 2011 at 2:06 am #120986In reply to: [Resolved] Buddy Press Theme Intergration ???
@mercime
ParticipantOops, forgot about that one. For the bottom part of registration/registration.php, replace:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
with
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
September 24, 2011 at 7:46 pm #120952In reply to: Widgets are not working BuddyPress 1.5
Lynn Hill
Participant@fswd
‘bp registration options’ is definitely the culprit. I’ve added the plugin you suggested even though it says it’s not been tested on the Current WP. I’ll see how it goes. Thanks for the link too as it now explains the new pages within BP as I thought it had something to do with my friend who is redesigning my site.
I’m still very reluctant to add any plug-in that have not been tested on the current WP.
Many thanks for your help in the mean time.
@PaulGibbs
Would be interested to know if Firefox is best browser to use when updating.September 24, 2011 at 7:20 pm #120943In reply to: Widgets are not working BuddyPress 1.5
First Stop Design
MemberI had major issues recently and isolated the offending plugin to ‘bp registration options’. See this for more info: https://wordpress.org/support/topic/any-one-using-buddypress-please-help
We use ‘Block Spam by Math’ which seems to have cut down on robot reg’s quite a bit.
Get it here: https://wordpress.org/extend/plugins/block-spam-by-math-reloaded/Hope that helps?
September 24, 2011 at 5:05 pm #120904In reply to: Widgets are not working BuddyPress 1.5
Lynn Hill
ParticipantI have a similar problem. Since the upgrade my system crashed. A friend deleted the BP registration option Plugin for me which seemed to bring the dashboard back for me to use. But crashed the site when I reinstalled it. I know it wasn’t fully compatible with WP in the first place but it did a half decent job.
I’m getting robots joining as members and I’m having to delete them one at a time. The ‘User pending’ never worked, all captchas don’t work either or are not compatible with latest WP.
My theme (BP columns 1.2) has also changed from 3 columns to 2.
My friend is working on changing the look of the site, but if I cannot get any of the important widgets to work I shall be spending most of my time dodging the robots.
Any suggested help is appreciated. Even if it’s possible to go back to the previous BP until it’s sorted out.
Thanks in advance.September 23, 2011 at 12:50 pm #120758In reply to: Login box Redirect to Registration Page (Resolved)
Asdrubal
Memberbuddypress > bp-themes > bp-default > sidebar.php
September 22, 2011 at 6:18 am #120559In reply to: Does buddypress work with the Janrain WP plugin?
takuya
ParticipantAn old version used to bypass WordPress registration process, so logins via Janrain could create accounts on my wordpress/buddypress. But latest versions fixed this problem (since It’s sort of a security hole). Since then I stopped using it.
If the plugin works for WordPress, so does BuddyPress.
September 21, 2011 at 7:45 am #120389In reply to: user role in members slug
landwire
Participant@Paul
Not sure what you mean by create profile field dropdown?
I will let the users choose their role on registration (with a dropdown). Then I would like to have a prettier slug in the browser, rather then:
members/anthony
members/higgins
members/millerhave the setup from my first post in this thread.
I would like already in the slug to see that that user is an academic or whatever. It’s not crucial, but it would be a nicer way of browsing (in my eyes at least).
Also when I use the who’s online widget I would like to use it more than once in the sidebar and each instance showing different user roles. Have you got any hints on how to achieve that? Have not played with the widget yet….
SSeptember 20, 2011 at 3:20 pm #120352In reply to: Profile rating system
christophg
MemberA thought for you @embergermedia, Remember my ratings code that i gave you earlier in this conversation? You said it couldn’t work for you unless you could make it apply to existing members too. I think i can make this happen. First you could change the code so it doesn’t create the new page at registration but rather upon joining a curtain group. Then, using the “auto join” plugin, simply cause all members to join the group. It would have to be done in that order but should get the job done and the changes in the ratings plugin should be simple enough. That being said you could probably get specific and have only a curtain group that gets rated and invite all of your “brand” customers to that group. I MIGHT use this functionality as well so let me know what you think.
September 18, 2011 at 9:42 pm #120265christinawiler
MemberNevermind….guess I needed to speak it outloud. ugh…I deactivated a plugin and all is well.
September 17, 2011 at 12:05 am #120203r-a-y
Keymaster@walid3 – This is a valid concern. Please post a ticket – https://buddypress.trac.wordpress.org/newticket/
BuddyPress currently checks if alphanumeric characters are inputted for the username during registration validation.
Unless there’s a valid reason for the alphanumeric check, it might be wise to just piggyback off of WP’s username validation functions.
September 16, 2011 at 7:57 pm #120198In reply to: Avatar Upload Problem During Registration
rbbp22
MemberHi folks sorry, coming back to this after a while.
I submitted my findings/questions to bp trac. They say that avatar upload during registration is going to be discontinued in bp 1.5 default theme. So, it may be a good idea to think about doing avatars after registration.
Personally, I can see their thinking.
1) Why let people who aren’t yet committed users get access to your file system?
2) registration is really complicated by the fact that you don’t yet know the user’s user id.Still, I may be looking at this some more …
September 15, 2011 at 10:04 pm #120152In reply to: My buddypress site: yeah! Hackney
Apposl
ParticipantThank you, looks like I got a modification of your social sharing links working on my side, using Twitter, Facebook, and LinkedIn. Great look – thank you!
Now if I could get FB Auto Connect plugin working on registration, haha.
September 15, 2011 at 2:59 pm #120123In reply to: Sidebar is under content on Buddypress pages.
@mercime
ParticipantNo, you should not be editing files at plugins/bp-template-pack/. During the BP Compatibility process, 6 folders with BP template files were transferred to your active WP theme folder in server – activity, blogs, forums, groups, members, and registration folders.
– Download above-mentioned folders from your WP theme folder in server into your computer.
– Make the revisions in the files specified in Step Three https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
– Upload revised files to server.
– Done.September 14, 2011 at 5:34 am #120028ewebber
ParticipantI think the file you need it registration > activate.php
You can edit that file as you like -
AuthorSearch Results