Search Results for 'registration'
-
AuthorSearch Results
-
December 30, 2015 at 7:34 pm #248207
In reply to: Can no longer manually edit register.php
GreyWyvern
ParticipantThank you for the reply. Just so you know, I am an experienced PHP coder, but I’m quite unfamiliar with the WP and Buddypress plugin API, which is why I was adding the challenge question manually right in the PHP files before. So I’m not sure where I would put the bp_signup_validate code you linked. Some specific file?
I copied my edited register.php (with the challenge question) to the following folder of the theme we’re using:
/wp-content/themes/blackfyre/buddypress/members/
There was no file named register.php in this directory previously.
After clearing any caching plugins, the signup form still only displays the default questions. You can see it here: http://realmsunchained.com/user-registration/
There should be an additional field under the “Confirm Password” field. Before Buddypress 2.4.x just editing the files I mentioned in the OP caused instant changes to this page. Now the registration form seems to be drawing its code from somewhere completely different.
Am I going wrong somewhere?
December 25, 2015 at 2:21 pm #248102In reply to: landing page for site visitors
debabratsharma
Participanti am using this BP Registration Options plugin which does the same work like your plugin i guess….although i m looking now for removing the toolbar and menu for all users except admin…..can you help me on that??
December 24, 2015 at 1:39 am #248066In reply to: center buddypress register page
@mercime
Participant@mrunal2989 Then there’s something awry with your configuration or with the theme’s Full Width template. When I looked at the source code of the registration page, there’s a (left-column) div and a sidebar (aside) … so that’s not a full-width layout at all. I suggest you contact the premium theme author why the Full Width page template is showing up with sidebar and how to fix it as we have no access to the theme.
December 23, 2015 at 7:04 am #248037In reply to: center buddypress register page
@mercime
Participant@mrunal2989 the easiest way to center the registration page to select the full-width page template (instead of the Default Template) of your theme from the “Register” page Page Attribute box and then use CSS on the #buddypress wrapper to center the registration page. e.g. add
#buddypress { width: 90%; margin-left: auto; margin-right: auto; }
to your theme’s stylesheet.
December 21, 2015 at 8:10 pm #247951In reply to: Spammers let in/Real people kept out.
Henry Wright
ModeratorYou could activate some kind of registration honeypot to keep the spam bots out. This technique has worked well for me in the past.
Example: https://en-gb.wordpress.org/plugins/registration-honeypot/
Regarding the confirmation email problem, this seems to be a common problem and one that isn’t easily solved. Many things can result in email going into spam, most are usually related to your mail server setup or the user’s own spam filter settings.
December 17, 2015 at 2:40 pm #247839In reply to: 404 on profile for bodypress on my site
ecarmona
ParticipantI can’t even access to the registration form…
December 13, 2015 at 4:39 pm #247716OsamaNuman
ParticipantI saw that there was a very similar problem on this link, but no final solution to it:
https://buddypress.org/support/topic/use-standard-wordpress-registration/when I remove the second snippet I still end up with an empty page with /register ending URL
December 11, 2015 at 10:41 pm #247679In reply to: Add profile fields groups to registration
happymunkee
ParticipantThis thread may have the solution to your answer. I used information here to display all Groups to my registration page and have them populate my DB.
https://buddypress.org/support/topic/how-to-show-multiple-profile-field-groups-on-register-php/
shweikiart
Participantthanks alot for replay 🙂
i have another issue, in registration page there’s 2 field for name, i tried to deactivate all plugins, and the other field disappear, i started to activate plugins one by one, i think w# total cache is the responsible, what can i doDecember 8, 2015 at 2:40 pm #247522In reply to: Change password strength requirement
FliP0x
ParticipantBefore I installed buddypress, users could register just fine. I also disabled the default generated password and let users choose their own passwords at registration.
However, I cannot find that option anymore. If users can only create insanely strong passwords, I’d rather have it back to the automatically generated passwords, but I can’t find that option anymore.EDIT: When I deactivate BuddyPress, I get my old registration back, that works.
I would like the option to keep buddypress, but also keep my old registration.December 7, 2015 at 6:41 pm #247497In reply to: Custom Avatar Upload Page
operapreneur
ParticipantStill looking for any direction or examples where I can create a separate page (outside of the BP member registration or member profile) where members can upload and crop there avatar using the new BP_Attachment_Avatar introduced in 2.3.
The most help/up-to-date info seems to stem from this post.
@imath Would you be able to point me in the right direction? What is restricting the avatar from being uploaded on a page outside of the member profile?Thanks!
December 7, 2015 at 11:30 am #247488Topic: Buddypress ignoring smtp mailing
in forum How-to & Troubleshootingdavbot
Participantbuddypress registration emails are ignoring my smtp mail plugin
wordpress emails go out fine using php and smtp
test emails from the plugin go out fine using smtp
buddypress emails do nothing, they dont even hit the track delivery function in my hosts cpanel where the smtp test emails and wordpress emails do.
from the actions/results here, this is a buddypress issue, I am curious if anyone has ever encountered buddypress being “stuck” with registration emails and if there is a possible fix out there?
December 5, 2015 at 1:03 pm #247441In reply to: Save Button Not Showing?
@mercime
ParticipantI have published blank Register and Activate page on my site but I keep getting the error message?
@beginner3 If you have enabled registration again, then go wp-admin menu Settings > BuddyPress and click on the “Pages” tab, and in the Registration and Activate section, choose the blank pages you created and associate each with respective functions per
December 4, 2015 at 11:56 am #247407In reply to: Save Button Not Showing?
beginner3
Participant>> keep getting the above error message
That happens when you enabled registration in your site but haven’t published blank Register or Activate pages in your site.I have published blank Register and Activate page on my site but I keep getting the error message?
December 4, 2015 at 12:02 am #247398In reply to: please review my new website onlijn.com
thelaw
ParticipantFigured I would take a look but the demo login doesn’t work. For social networks that require registration and no preview, it’s a major stopping point for most people I know.
December 3, 2015 at 11:54 pm #247395In reply to: Save Button Not Showing?
@mercime
Participant> I meant how do I disable registration?
Go back to where you enabled it in Settings > General for single site or in Network Admin > Settings if you’re on multisite.December 3, 2015 at 11:21 pm #247394In reply to: Save Button Not Showing?
beginner3
ParticipantSorry I meant how do I disable registration?
December 3, 2015 at 8:30 pm #247380In reply to: registeration page on multisite
@mercime
Participant@keram- You need to enable registration in your Network Admin > Settings, creaate the pages, then associate those pages with BP https://codex.buddypress.org/getting-started/register-and-activation-pages/
December 3, 2015 at 7:46 pm #247379In reply to: Save Button Not Showing?
@mercime
Participant@beginner3 I’ve updated the screenshot in the link you posted. There’s only one “Save Settings” button on that page now. Sorry for your confusion.
>> keep getting the above error message
That happens when you enabled registration in your site but haven’t published blank Register or Activate pages in your site.December 1, 2015 at 1:14 pm #247321In reply to: Add profile fields groups to registration
ShMk
ParticipantThanks @mercime for the link, I’ll follow the progress of the issue.
In the meantime do you know if there are any plugins that permit to edit the BuddyPress registration page?
Thanks again.
December 1, 2015 at 2:29 am #247314In reply to: Add profile fields groups to registration
@mercime
Participant>> I know that Base group are shown in the Registration Form
@shmk thanks for confirming, just had to make sure you did. There’s a trac ticket which needs some more work done to get the feature you want at https://buddypress.trac.wordpress.org/ticket/6347November 27, 2015 at 8:38 am #247218In reply to: Add profile fields groups to registration
ShMk
ParticipantI know that Base group are shown in the Registration Form, but I have to add over 30 fields during registration so if they could be logically separated from the base group during registration and inside the user profile would be of great help for the customer.
November 27, 2015 at 12:13 am #247213In reply to: Add profile fields groups to registration
@mercime
Participant@shmk profile fields you add in the Base Field Group shows up in the Registration Form https://codex.buddypress.org/administrator-guide/extended-profiles/
November 25, 2015 at 3:41 pm #247181Henry Wright
ModeratorBut where is the text “Vendor registration is currently closed. If you have an existing account, you may login and apply to become a vendor” coming from? I did’t find that anywhere in BuddyPress code when I just ran a search.
November 25, 2015 at 2:26 pm #247177Henry Wright
ModeratorVendor registration is currently closed. if you have an existing account, you may log in and apply to become a vendor
Are you sure this line of text is associated with BuddyPress? What plugins do you have activated? And also what theme? It could be coming from one of those?
-
AuthorSearch Results