Search Results for 'registration'
-
AuthorSearch Results
-
February 27, 2010 at 10:29 am #65824
In reply to: Location Profile Field
xspringe
ParticipantThere used to be the possibility to use pre-built fields to the registration form (as described here: https://buddypress.org/forums/topic/what-happened-to-add-prebuilt-field), which would take care of at least part of this problem. But it appears this is no longer supported for 1.2.
So I definitely support the request for the ability to add pre-built registration fields.
February 27, 2010 at 8:10 am #65811In reply to: Better user management capabilities
snark
ParticipantYes, that makes sense, until there are hundreds of IP addresses to try to ban. Also, WP isn’t logging the IP addresses, though I suppose I could install a plugin to do that.
Philosophically, it goes back to the debate over sending new users a confirmation email or not. I’m in the yes camp, because many forum spambots will sign up for memberships with a bogus email address, so if they have to confirm via email, their memberships will never get confirmed. But I suppose there’s a performance trade-off to sending out a high percentage of emails that end up bouncing.
Ideally I can figure out a set of methods to stop most spam registrations from happening in the first place, greatly reducing the amount of user editing I would otherwise have to do after the fact.
February 26, 2010 at 10:26 pm #65773r-a-y
KeymasterAhh sorry about that!
I thought you were talking about the registration page!
Move /bp-themes/bp-default/members/single/profile/profile-loop.php to your child theme and adjust.
February 26, 2010 at 8:51 pm #65757r-a-y
KeymasterMove the /bp-themes/registration/register.php to your child theme.
Edit as needed.
February 26, 2010 at 2:05 pm #65705rich! @ etiviti
Participantcheck out:
https://buddypress.org/forums/topic/removing-blog-posts-form-the-swa-widget#post-36775
but instead of component == ‘blogs’ change it to type == ‘new_member’
then change your theme activity/index.php to remove the select option ‘show new members’
I would also like to see this filter turned off if logged in as admin, so we could administer the the spammers better –
using the above example – add before the loop
if ( is_site_admin() )
return $activities;February 26, 2010 at 1:44 pm #65699In reply to: Spam, Spam and more spam
Andrea Rennick
Participant“would it not be possible to have certain customizable elements which each and every installation of WPMU/BP had to create whilst doing an install, e.g. the name of the pages and hooks that the sploggers exploit?”
They look for the default registration slug. You already have the ability to change it.
February 26, 2010 at 3:14 am #65648In reply to: Spam, Spam and more spam
still giving
ParticipantWhat recommendations are there for a captcha or a custom field creation that fits into the BP 1.2 registration process?
I have tried a few plugins but they don’t work in BP 1.2 and dont appear in the registration.
Yes, logging on and custom profiles etc are OK … but this open door approach DOES pass on a lot of janitorial work to site admins
It seems strange that there is no default to offer some basic kind of obstacle to registration in the blog registration process … it is like building a house with wide open doors.
Buddypress only adds layers on top of WPMU liabilities what with the attraction of Activity Directory and so on. It looks embarrassing to have it all advertised their by default.
February 25, 2010 at 9:48 pm #65595PJ
Participanthttps://wordpress.org/extend/plugins/buddypress-real-names/
I tried that but the registration form doesn’t change and all and when I click the Buddypress button in the site admin it redirects me to my homepage. The title of the plugin sounds good, but if it worked that would be better.
February 25, 2010 at 6:03 pm #65568In reply to: Multiple Profile Group Fields in Registration
Fabiano Arruda
ParticipantI have the same question
February 25, 2010 at 1:36 pm #65517andrew_s1
ParticipantWell, yes, that would prevent the loop: the loop happens on wp-login.php, but not on /register/
Enabling registration doesn’t affect the problem. The problem’s cause is that in bp-core/bp-core-catchuri.php , function bp_core_set_uri_globals , when viewing wp-login.php, $component_index = 1 , but $bp_uri =array([0] => ‘wp-login’)
February 25, 2010 at 1:31 pm #65515Windhamdavid
ParticipantCorrection on my part!! No Fail for bp_lockdown(). It Works perfectly fine in 3.0 alpha and MU 2.9.1.1 @Andrew_s1 ~ make sure you have registration enabled as that’s what’s causing your loop.
February 25, 2010 at 1:15 pm #65510andrew_s1
ParticipantI stuck this line into function bp-lockdown, just after the global statement:
error_log(“bp->current_component='{$bp->current_component}'”);
and then viewed my /var/log/apache2/error.log
It’s fine on the registration page, “/{blog}/register/” . Here, bp->current_component contains ‘register’, as expected, so no loop
But at “/{blog}/wp-login.php” , bp->current_component is empty.
This is the same, whether I’m actually logged in, or not.
February 25, 2010 at 8:20 am #65456In reply to: Registration link redirects to home page
Meerblickzimmer
ParticipantWell, i get the same trouble and it looks like i get it after update to the last buddypress-version.
/register/ redirect to the homepage. I use wpmu – latest version. Anyone how knows a solution? Thanks for help! M
February 25, 2010 at 7:04 am #65444In reply to: How to enable registration on single WP?
Thomas Opp
ParticipantIs there any way to enable the activations mails in a Single WP like in MU?
It seems to me BuddyPress supports activation only in WordPress MU.
February 25, 2010 at 6:51 am #65442In reply to: SPAM Domains to add to your block list
zageek
ParticipantThanks Andrea I didnt even realise that other users could add new users, because I was also wondering how they were spamming me even after I disabled registrations.
I feel kind of sorry for the spammers, because if we all put our heads together they won’t have anymore sites left to spam. I still wonder why they are attacking buddypress, is it to drive users to other platforms? Enemys of Buddypress?
So far I have built a list of domains, most of them are .info or .co.cc in otherwords free domains and of course some .com domains. They get clever and get a user to sign up with gmail every now and then to trick me. So i just ban the Gmail users and send them an email from my personal account asking them who they are if they look legitamate. Luckily for me I am in South Africa and its easy to spot non South African “culture” in terms of the types of names and usernames of members.
I have also checked where the IP addresses come from and most are coming from the United States ( do they use proxy servers and could the be from elsewhere in the world) Some IP addresses are also from Sweden.
Btw, I was also angry and blamed the devs for this problem but the more I devote time to looking at the more I am starting to realise that no matter what BP devs do the spammers always try new things and if the devs had to devote lots of time to fighting spam all the time they would never have a chance to improve buddypress and sort out bugs that come along. And if they didnt sort out the issues we would be even more upset.
So I think the fight against spam is in our hands the users, it will also help us learn more about being better webmasters. Its also the least we could do to help give back something in exchange for a product that we are getting for free and that could quite easily be charged for. We need to stop expecting things for free and in our laps and learn to be greatful for what the developers of open source software are putting in and giving away for free.
February 25, 2010 at 3:16 am #65430In reply to: Adding custom usermeta to Registration
peterverkooijen
ParticipantAs far as I know wpmu_activate_user is a plugin action hook. Also mentioned here. It works for my function. Not sure what you need exactly.
February 25, 2010 at 2:55 am #65425In reply to: Adding custom usermeta to Registration
carrotcreative
ParticipantI’m not sure that I follow this. I can’t find this action “wpmu_activate_user” . Are you referring to “wpmu_activate_signup?”
February 25, 2010 at 2:32 am #65423In reply to: Adding custom usermeta to Registration
peterverkooijen
ParticipantI use a function with something like this:
function example_wp_usermeta($user_id, $password, $meta) {
global $bp, $wpdb;
$uid = get_userdata($user_id);
$email = $uid->user_email;
$fullname = $meta[field_1];
...
update_usermeta( $user_id, 'nickname', $fullname );
...
}
add_action( 'wpmu_activate_user', 'synchro_wp_usermeta', 10, 3);February 25, 2010 at 1:48 am #65417In reply to: How to enable registration on single WP?
vincedepalma
MemberFrom the main wordpress admin you need to go to “settings” then check the box “anyone can register”
February 24, 2010 at 8:23 pm #65358In reply to: How to enable registration on single WP?
geoffm33
ParticipantIt’s on the WordPress Settings page, the option called “Membership”.
February 24, 2010 at 3:10 pm #65306In reply to: SPAM Domains to add to your block list
bbrian017
ParticipantSo now what?
I sit here with a website that doesn’t allow registrations?
Something official from buddy press or WPMU needs to be written…
what do I do?
February 24, 2010 at 2:15 pm #65292In reply to: SPAM Domains to add to your block list
bbrian017
ParticipantI simply did the easy things. I added yes or no questions. I put in default profile fields they would have to answer and I added a date of birth field.
What I don’t understand is right now I have registrations closed and they are still signing up.
Registration has been closed for almost an hour and I still got 8 or 9 spam accounts over the last 40 minutes.
How is that possible?
February 24, 2010 at 2:00 pm #65289In reply to: What are you doing for Spam
bbrian017
ParticipantI had to close registration the spam is so bad. I’m assuming the person that is spamming our websites is someone within the community here at buddy press.
As soon as I made a rude comment about the developers ignoring spam issues I got hit by spam like never before.
February 24, 2010 at 1:06 pm #65279In reply to: SPAM Domains to add to your block list
bbrian017
ParticipantI had 110 e-mails this morning and over 60 spam accounts.
Where am I supposed to find time for this?
I looked at the bp demo site registration I don’t see much different besides the date of birth…
February 24, 2010 at 12:13 pm #65277In reply to: Registration link redirects to home page
zageek
ParticipantThanks Windhamdavid! I was having a similar problem on my test site and this has shed some insight into whats going on
-
AuthorSearch Results