Search Results for 'registration'
-
AuthorSearch Results
-
September 25, 2014 at 2:55 pm #201081
In reply to: Problems after upgrading to 2.1
Kakkanapa
ParticipantJust in case someone finds this and runs into same problem:
Do not use Buddypress “manage signups” when you use Gravity Forms user registration.
Registering + Buddypress (also in 2.1) sync works flawlessly when you activate users via GF user registration and not via Buddypress.-Code is not broken, user is. ๐
September 25, 2014 at 9:10 am #201059In reply to: Buddypress and WPMUDev Membership
iburnthings
ParticipantWhen I use the buddypress registration form there are two places for an email address. Is this for validation or a duplicate entry? Is it for two different databases?
September 22, 2014 at 12:18 pm #199585In reply to: Field name not displayed in Registration form
1a-spielwiese
ParticipantI can create a new group and also add fields to it(I canโt see how to display the new group in the rigistration form)
Only the ‘base’-group is currently displayed on the registration page. The other profile fields the user should fill in later (after registration). –
However, I would also prefer to place all field groups already within the registration page:
https://buddypress.org/support/topic/reshaping-the-registration-page/, section 4th.
September 22, 2014 at 2:37 am #199331In reply to: Members List
tmc5005
ParticipantHello,
All of my past registrations were through bbpress. In that case would what you are telling me still work, would I need to change the registration to buddypress?
Thank you.September 21, 2014 at 1:22 am #198745In reply to: [Resolved] Registration Page Redirects to WP Login
1a-spielwiese
ParticipantWhenever I click on a link to go to the BP register page (separate browser โ not logged in at all), I am redirected to the WP-Login page.
On sanchezbook.com the link for the register button is:
http://www.sanchezbook.com/register
On http://sanchezbook.com/wp-login.php the registration link is:
http://sanchezbook.com/wp-login.php?action=register
Therefore I guess, you should substitute in the first mentioned place the link address by the that address, which is used in the second place.
September 20, 2014 at 3:34 pm #198068In reply to: Problems after upgrading to 2.1
shanebp
ModeratorUsers of BP need to realize that each update, especially major ones like BP 2.1, can create problems because other plugins have not yet been updated to take the BP changes into account. Which is why the use of a dev site is such a good idea.
But your issue existed prior to your updates.
It was very optimistic of you to think updates would solve it. ๐I suggest you roll-back the updates and solve the GF Registration issues.
Gravity Forms has good user support, especially for paid addons.
I’d use that support to help solve the issues.September 20, 2014 at 7:15 am #198033In reply to: Confirm Email Address – Registration Form – HELP
WisdmLabs
Participant@monicajay:
You can easily add one more profile field as “confirm email” from dashboard->users->Profile Fields.
You don’t need to mess with bp files.
For validation, you just need to add few lines of code to match email ID using javascript(for client side validation). It doesn’t need high level of coding skill.
@dhyana:
Don’t add fields directly in the core file, Buddypress provides you option page to add fields here. dashboard->users->Profile Fields
FYI registration file is located at –
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/register.phpSeptember 20, 2014 at 2:43 am #198027Topic: Comment out words with CSS
in forum How-to & TroubleshootingTekkie2k
ParticipantCould you please tell me how to remove the words “This field can be seen by: Everyone” from Buddypress’ registration page? I thank you in advance for your assistance.
WordPress version: 4.0
BuddyPress version: 2.1
Theme: Twenty Fourteen
Site Link: http://www.gayfriendschat.com/socialblog/sign-up/
September 19, 2014 at 10:16 pm #198015In reply to: Confirm Email Address – Registration Form – HELP
monicajay
ParticipantWhat @arielmeadow is suggesting is exactly what I’m looking for. People insert the wrong email address and then email us on why didn’t they receive an activation key. One time or another it’s fine, but we get a lot of registrations and it’s just a really useful feature.
johnhutchy2014
Participanthmmmm!! Ive deleted the additional fields I added and change first name to full name, I then ran a bogus registration, and its given them a username as it should and then gave them a full name as inserted during the registration process, so fingers crossed it appears to have worked!
Now my next big dilemma is can I change those have already registered, so that their profiles read correctly ?? is there a way that you know of??
Thanks
September 17, 2014 at 4:24 pm #197266In reply to: Relocate member pages
danbp
ParticipantThe username as subdomain ?
If you’re on a multisite install, you can probably do that by allowing each user a blog.
But are you sure you want to do this ?September 17, 2014 at 3:50 pm #197252In reply to: [Resolved] No button for finishing registration
1a-spielwiese
Participant1st:
It works now:
The startpage:
The subdomains:
http://balletttaenzerinnenkrzbg36.1a-spielwiese.de/
http://kampfsportlerinnenneuwied.1a-spielwiese.de/The finishing-button (“Registierung abschlieรen”) for the registration page:
http://1a-spielwiese.de/registrieren/
2nd:
However, it is still not very clear, what precisely was the specific reason for each problem at issue.
a) But it seems, that the my provider did the deleting of the http://www.-prefix from server setting in fact not or not the correct way.
b) An in-detail error analysis (unfortunately only in German) you find there:
http://forum.wpde.org/blog-netzwerk/133384-kein-zugang-zum-netzwerk-dashboard.html#post576525
johnhutchy2014
Participanthmmmmm I like to keep buddy press up to date ๐ and my scripting skills are rather poor! I would have thought that there should be some validation already built in, why have the field as required otherwise?
During registration they enter their account details which consists of a username,email addy, password and confirm password, then they create their profile details on the right of the page, which Ive added fields for first name , last name, gender, DOB etc, and Ive selected that the first name and last name are required fields, so surely if they fail to enter data the form shouldn’t submit??
or am I missing something here ๐
WisdmLabs
ParticipantIt is because “required fields” except “Username” accepts blank spaces/tabs. So, in registration process, you should make validations before submitting form.
September 13, 2014 at 5:32 pm #193912In reply to: [Resolved] Register page
danbp
Participanthere some explanation about the name field
For theme customization, read first the codex.
Create a child theme, and add a copy of bp-legacy/buddypress/members/register.php to the child,
/your_cild_theme/buddypress/members/register.php.Then you can give your beautiful registration page a chance to live ! ๐
If other questions around this, give your theme name.
September 13, 2014 at 3:54 pm #193476In reply to: [Resolved] Customise register page
danbp
ParticipantThe field NAME in the field group BASE is required. This group is used for the registration page to work. As you already know, it’s also this group who allows you to show custom fields on the registration page.
The NAME field in BuddyPress is intended to receive first and last name and replace the two original fields (first name, last name) coming with WordPress.That said, you can hide this field to users, but you can’t give them the choice to show/hide it.
The above snippet will hide the field NAME to all visitors/members, but not to site admin and the concerned profile.
function bpfr_make_name_members_only( $retval ) { //hold all of our info global $bp; // is xprofile component active ? if ( bp_is_active( 'xprofile' ) ) // The user ID of the currently logged in user $current_user_id = (int) trim($bp->loggedin_user->id); // The author that we are currently viewing $author_id = (int) trim($bp->displayed_user->id); // user can see only his name && admin can see everyone if ($current_user_id !== $author_id && !current_user_can('delete_others_pages') ) { $retval['exclude_fields'] = '1'; } return $retval; } add_filter( 'bp_after_has_profile_parse_args', 'bpfr_make_name_members_only' );
Add this to your child-theme functions.php or to bp-custom.php
September 13, 2014 at 3:52 pm #193475In reply to: [Resolved] Customise register page
jessicana
ParticipantI would like to see more improvements regarding the registration page where users can show/hide their real names. Is this possible out of the box without plugins?
September 12, 2014 at 8:12 pm #192883In reply to: [Resolved] Need a plugin to require xprofile fields
samdobrow
ParticipantYes, that is exactly what I needed! thanks @bphelp!
It works with WP 4.0 and BP 2.0.2
Requires a small tweak of the CSS to position the warning message over an area of the screen not needed for data entry or navigation. I added this to the theme CSS:
#bp_fp_notice {
height:450px; /* height of header graphics area in theme */
overflow: auto; /* Allows scrolling of message in header */
}I also use this with social login which makes login and registration easy but requires users to complete any required field including those created with xprofile plugin.
September 9, 2014 at 9:40 pm #191046adamt19
Participant@ircsome will try it – but seems like that would eval TRUE on every registration page load (including initial visit)
September 8, 2014 at 3:25 pm #190946Cartographer
ParticipantThank you for your response.
Like @jetlej here I find horrible the idea that in a community the private messages can be read by the admin of the community.
I don’t believe that a community would have a lot of registrations if the users knew that the admin has the option to read their private messages, even if he is not forced to do it.
Anyway I see that there is no option to avoid this.
P.S. Please, allow me to ask something: You said that it is also possible by reading the message table in the db. Does this mean that event the users passwords can be read from a table in the db?
Thank you again for the conversation.
September 8, 2014 at 11:59 am #190926In reply to: Managing group creation
xprt007
ParticipantHi
Thank you for all the responses.
Well, the issue of spam registrations & comments with the above mentioned plugins in addition to SI CAPTCHA Anti-Spam, Wordfence Security (?), etc had worked for months & was manageable, occasionally getting something in sometimes after weeks. I also blocked all IPs of spammers who would tried to login, etc.
A few days ago, though I started getting a barrage of bot-registrations + groups with bogus content created. New registrations would come in as soon as I deleted some.
Since it was late in the night in the middle of a very busy period, I thought someone probably getting similar issues could mention some quick solution I could find the following day.
It was not my first time in the forum. Some of the above solutions were found through searching the forum, which i agree should be the first step.
So far – in addition to the above plugins I first added JP User Registration Blacklist, WP-SpamShield and also reluctantly disabled user group creation. (Is there a plugin that enables moderation of user created groups, allowing the moderator to approve user created groups?)
That stopped the group creation, but spam registrations continued coming. So like recommended above, installed Wanguard, though this being a small site which currently gets in very little income, it is not yet worth paying for it. I hope the free wanguard account can work for a while.
That since yesterday only let in one or 2 registrations by some criminals, this being one of them – details shown by some plugin:Benutzername: clairmcconnan
E-Mail: synfhongegizi@mail.ru
Angezeigter Name: Claire McConnan
Vorname: Claire
Nachname: McConnan
….
IP Address : 107.181.70.207
Reverse DNS : 107.181.70.207
Reverse DNS IP : 107.181.70.207
Reverse DNS Authenticity : [Possibly Forged]
Proxy Info : No Proxy
Proxy Data : 107.181.70.207
Proxy Status : FALSE
HTTP_ACCEPT_LANGUAGE : enNames & emails suggest they mostly originate from Russia.
danbp suggested using .htaccess to block Ru-based submissions. I will look into BUT – on an unrelated Drupal-based site, I ever had a much more serious attack, with as many 25,000 attempted login/post attempts a day(!), which were blocked by the Drupal mollom plugin BUT that constantly filled some DB table, probably logging visits/attempts, to several 100MBs a day, causing me problems with the webhost. Source of attacks was Russia, ukraine, China & Poland.
The only solution that worked was adding literally several 10,000 lines of complete IP(blocks(?)s from those countries I got from some site to the .htaccess that blocked them out. Only that helped.
Later on, though – months on, the web host removed that .htaccess file, because my site account was supposedly overusing server resources. I am not sure that had anything to do with the IP address lines in the .htaccess file, but the good thing is that a similar attack has not happened again.
An .htaccess solution that only involves naming a country ( … ^(.*).ru/(.*) …) & not its thousands of IPs would of course be great & preferable, but I will do a search & see. My site does not need a single Russian & so can do without the country.
Ultimately, for the time being – what I would need is a functioning free solution until the currently small site can pay for itself, later on. This particular site had not had anything similar in over a year, assuming Wanguard cannot be used …
Anyway, thank you all.
September 7, 2014 at 10:34 am #190697In reply to: [Resolved] Re-install Buddypress Tables
christicehurst
ParticipantShare Paid Hosting
Plugins: Advanced Categories Widget, bbpress, Imsanity, Jetpack, Registration Honeypot, Team Showcase, UberMenu 2
No automated install for WordPress and I use phpmyadmin
If things continue to stay weird in terms of solving this, I am happy to PM log in details to you guys to see what’s going on under the hood.
September 7, 2014 at 9:02 am #190694In reply to: Managing group creation
Hugo Ashmore
Participant@xprt007 What else have you tried before asking this question here?
#1 would have been searching the forum archives for possible solutions from past threads (one of great benefits of forums are ever increasing db of information and help derived from questions & replies)
#2 would be to check the WP plugin repo searching one something like ‘spam’
In addition to danbp’s advice try installing Wanguard which seems to do a fairly good job along with perhaps a simple registration submission question – believe something called ‘BP-humanity’ might work.
btw I edited your topic title to remove ‘urgent help’ that’s not considered an appropriate phrase to enter on subject titles ๐
September 6, 2014 at 10:41 pm #190340In reply to: Registration system
danbp
Participanthave you only one site for both languages ?
It seems that the nl one use the classic wp register process and the second use bp registering.You use apparently the same registration page (in english), but if one version use an admin approval and the second want the activation key, there is something wrong or not correctly dispatched…
Did you activate profile syncing in bp settings ?
Please give more details about your install.
September 6, 2014 at 6:04 pm #190325In reply to: [Resolved] Change text in "Create an Account"
danbp
Participantit’s the third old topic i found where you jumped in, please don’t do that and open your, and describe your problem.
I answered you about the pot file on this topic (closed now)
https://buddypress.org/support/topic/registration-form-error-message/#post-190323 -
AuthorSearch Results