Search Results for 'registration'
-
AuthorSearch Results
-
January 3, 2011 at 4:33 pm #101770
In reply to: Buddy Press Registration Disable
Xevo
ParticipantWpmu? There’s WordPress with multisite now a days?
And no you can’t use the native register page with BuddyPress.
January 3, 2011 at 2:42 am #101728Mouchoirs
MemberI like the widget you recommended above. I’m wondering if you know anything about pagelines plaform. I was thinking, if it offers full buddypress functionality, I could utilize the registration widget along with the “hide primary bar” feature in pagelines. This would make the widget available on only the pages I desire.
If I did this, do you know if there’s a way I can make every page of buddypress invisible to non-logged-in users? I could then simply have the registration and log in page visible to non-users. I’m currently using a privacy widget to hide all pages except login from non-logged-in users. However, I don’t see any way to select specific buddypress pages to choose to make private.
Thanks again so much for your time.
January 3, 2011 at 1:35 am #101722Mouchoirs
MemberThanks to both of your for your prompt replies! I’m going to work with the widget and idea you suggested above. I hope you won’t mind if I post back here with my results and further feedback.
January 2, 2011 at 9:43 pm #101710Paul Wong-Gibbs
KeymasterThanks for the heads-up, @gunju2221
If by “BuddyPress profile”, you mean the fields and groups you have configured in the xprofile settings screen, then yes it’s certainly technically possible because site admins can create new user accounts without having to complete BuddyPress profiles. I’m not sure how to practically do this, however. Would need to try and find out.
Try to see if there’s a user registration widget (i.e. https://wordpress.org/extend/plugins/registration-form-widget/ — not tested) and see if it works and does what you want it to do.
(To clarify, there’s no difference between a “WordPress user” and a “BuddyPress”, both are the same.)
January 2, 2011 at 7:51 pm #101699Virtuali
ParticipantThis is an excellent question that I can’t answer, I’ll get the core developer @djpaul
January 2, 2011 at 3:04 pm #101676januszjasinski
MemberNo luck?
December 30, 2010 at 10:15 pm #101570In reply to: Require Avatar for approving users?
victor_moura
ParticipantReally? Is this still the case with the new versions of buddypress?
I thought that allowing avatar uploads in open registration installs was the default.
If that is still risky, which solutions would you recomment, @mercime ?
December 30, 2010 at 5:13 pm #101538In reply to: Adding Register Notice to Admin Bar?
@mercime
ParticipantWhat I posted was an example of adding a link to the adminbar, in this case, the Dashboard link for a Super Admin only, not for your specific scenario. Assuming you didn’t change the registration slug, it would be something like this
function register_link_adminbar() { if (!is_user_logged_in()) { echo '<li><a href="/register/">Use this link to register</a></li>'; } } add_action('bp_adminbar_menus', 'register_link_adminbar', 2);
Adjust as needed.
December 29, 2010 at 9:38 pm #101500In reply to: Move registration form to home page
r-a-y
KeymasterThey have an abbreviated registration form on the homepage that only shows the username field, then it redirects to the registration page.
December 29, 2010 at 5:38 pm #101485Hugo Ashmore
ParticipantOne approach might be to configure php.ini to use the smpt localhost and port lines (i.e uncomment) and set an explicit sendmail_from address or simply configure sendmail,
I’ve never had an issue with sending email reg confirmations from a test environment but then I scrabbled around and worked out how to configure ‘fake sendmail’ which essentially amounted to stating a true smtp server to use e.g my main email account.
This is one of those issues that is not really application based necessarilly but more server OS oriented and finding a solution may be quicker focusing on these aspects rather than WP/BP and perhaps trying in a WAMP forum? or XAMPP? for a solution?
December 29, 2010 at 5:17 pm #101484johnsamwallace
MemberNice of you to congratulate yourself for solving the problem. However, these posts show up on search results so it would be good protocol for you to explain your solution. Cheers!
December 29, 2010 at 7:44 am #101470In reply to: Move registration form to home page
loveme
ParticipantThere is no effort on my homepage after following your procedure. The form did display on homepage after coping the codes
http://bettercodes.org has no registration form on homepage
December 29, 2010 at 6:49 am #101468In reply to: Move registration form to home page
r-a-y
KeymasterAre you looking for something like this?
http://bettercodes.orgIf so, navigate to your BP registration page, view the HTML source and copy everything in the `
December 29, 2010 at 6:39 am #101465In reply to: Move registration form to home page
loveme
ParticipantPlease, i don’t understand
December 29, 2010 at 3:10 am #101453In reply to: Move registration form to home page
Virtuali
Participantdon’t put the code from register.php to home page.
All you have to do is edit the slugs
December 28, 2010 at 5:34 pm #101418In reply to: Possible to Block IPs from Signing Up?
thealchemist
MemberJust for anyone’s edification I realized I can block IPs from accessing the site at the server level. My server uses cpanel and there’s a function called IP Deny Manager. Since the plugin “User Activation Keys” lists the IPs of everyone attempting* to join I can easily see the most offending IP addresses – and so far I have blocked 6 – the amount of spambot signups is waaaay down. Yes. The risk is that there are REAL people who are on this server who would probably like to use my site but are now blocked from even seeing it.
* I am also using the plugin “Registration Options”
December 23, 2010 at 4:45 pm #101203thealchemist
MemberHere’s my problem right now. I have WP+BP-based site. I soft-launched to a select 100 or so friends. 75 started the process. Of those, a large-ish number did not get the activation email and did not complete the sign-up process.
The ONLY way I know this is from the few that reported they did not receive the activation email and have asked me to resend – which there is no way of accomplishing this simple task. AND counting the number of users in the admin panel USERS and comparing it to the BP Site Stats plugin that counts the active users.
Should not the Admin–>User area include some indication whether a user has been “activated” or not? AND give us the opportunity to “Re-Send Activation”? Seems like a logical management tool.
December 23, 2010 at 9:51 am #101188imjscn
ParticipantI’m not sure if I’m doing things correctly but it’s working for me this way– I make a copy of register.php, remove the div that I don’t need (eg. “content” ) , also remove the line that calls sidebar, then, save the file as “something.php”. In the page I want to use the register form, inside a div where I want to show the form, use the “locate_template” to call this “something.php”.
If I’ve done things wrong, please correct me.December 23, 2010 at 7:14 am #101175In reply to: Adding Register Notice to Admin Bar?
Twig
MemberI know how to enable registrations. That’s not my question. I want to put my own message on the bar.
December 23, 2010 at 3:39 am #101173Ehegwer
ParticipantI’ve been searching all night for this, too.
December 22, 2010 at 6:44 pm #101150thealchemist
MemberI have a similar issue. I know activation emails are being sent. However, some of these emails get sent ot junk and the member doesn’t know to check. When I go to the “Users” section in the admin I see nothing that indicates non-replies as spam and certain no way to “activate” a member.
Is there a way to resend activation?
December 22, 2010 at 6:30 pm #101147In reply to: Adding Register Notice to Admin Bar?
@mercime
ParticipantThere’s a “Sign Up” link notice in adminbar if you allow registration, beside the “Login” link see http://testbp.org/
Registration is disabled by default, so if you’re not seeing the Sign Up link, you should go to admin dashboard > Super Admin > Options – Registration Settings – Allow New Registrations – check any other than default “Registration is disabled”
Edit- for single WP install, go to dashboard > Settings > General Settings – Membership – Anyone can register and below that, you can choose Suscriber role.
December 22, 2010 at 12:24 am #101104In reply to: not showing registration link on homepage
@mercime
Participant=== There is no Super Admin panel, not to mention no choice either in the drop down menu at the top of the buddypress toolbar, or in the wordpress dashboard called ‘options.’ ===
Super Admin and special Options panel only show up for WordPress multisite installations – so if you want those but more importantly, you want to allow your members to create blogs in your site then read this https://codex.wordpress.org/Create_A_Network
=== buddypress not posting the link for the codex anywhere on this site ====
Sure there is a link. Click on “Support” tab in main navigation then click on “Documentation” link that appears in line below main navigation.
December 21, 2010 at 11:28 pm #101099In reply to: not showing registration link on homepage
meganano
MemberAlso, what’s with buddypress not posting the link for the codex anywhere on this site! Or anywhere that’s noticeable. I had to download buddypress and dig out the readme file to find out that one exists!
December 21, 2010 at 11:14 pm #101098In reply to: not showing registration link on homepage
meganano
MemberI’m running the latest version of wordpress, 3.0.3 and a brand new installation of Buddypress. There is no Super Admin panel, not to mention no choice either in the drop down menu at the top of the buddypress toolbar, or in the wordpress dashboard called ‘options.’
so… how do we allow folks to register?
-
AuthorSearch Results