I just did a fresh install of a wordpress template made with artisteer. And I am unable to receive an email activation.
I just loaded buddypress 2.0 why is this site fluffey.com not sending out a email activation.
Hi
The plugin is working fine but the user is not being assigned any site role. The backend admin shows no role for this site. Its not picking up the default user role.
How do i fix this?
Thanks in advance.
Vishal
]]>just installed it and broke the whole website
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>Hello Andy,
Thanks for this plugin. It works great.
What would the syntax be to change line the 161 page redirect to a specific WordPress page? ($redirect_url_cc = $bp->root_domain;)
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>The plugin is great! Thanks to the developers for making sign up such an easy process.
Does the plugin send a welcome email? I just ran a test and didn’t get one. Be great if the plugin was able to send a “hello and welcome” email message to new site members.
Perhaps the next version?
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>Hello,
I have installed Bp Disable Activation plugin (https://www.ads-software.com/extend/plugins/bp-disable-activation/).
But what I want to do is, after registration the new member will redirect to change their avatar.
I am assuming, I have to change this line (bp-disable-activation.php line 321):
$redirect_url_cc = $bp->root_domain;
I have tried $redirect_url_cc = $bp->root_domain . ‘/change-avatar’;
But it does not work.
Anyone please help.
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>I still had an activation email send out. My activation emails aren’t working, thus why I didn’t want it.
Using Buddypress 1.5.4
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>Plugin works great! I love it! I’m trying to use Wangguard to block spammers as an additional measure, but it was blocking legit people so I had to disable it.
I’m wondering if there is a way to trigger a notification upon successful registration so that users know they have been successfully logged in. Most people aren’t use to such an easy registration process, so it takes a second to realize that you are in fact logged in and registration was, in fact, successful. Could I embed a <div> with display=none in the header, and then have the plugin trigger it to display for X seconds on successful registration? Or something… Thanks!
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>To fix the bug with multisite not logging in on registration, add this line after the password gets reset and before the auto-login code:
clean_user_cache( $signup['user_id'] );
It took me a while to track this down; the issue, for the curious, is that while the password does get changed after user creation, the cache of it isn’t getting invalidated, therefore the password fragment (which is used in cookie creation) is different, and therefore the hashes for the cookie don’t match what is expected, hence, no login.
Hope this helps someone else; cheers.
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>When activating this plugin i am having this warning. Note that i have WP_DEBUG
turned off.
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of do_action(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/.............../huntsville/wp-content/plugins/bp-disable-activation/bp-disable-activation.php on line 130
You can see the site here https://citystirhuntsville.com/ . Its a live site. Currently disabled the plugin. Let me know when you checking this thread i will active if you need to see the warning.
Thanks!
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>When registration & login is complete, I need to redirect to the last page the user viewed before going to the registration page. Can someone help me with the code?
I’ve tried the following & in all cases, it sends me to the home page which is incorrect.
$_SERVER[HTTP_REFERER];
$_SERVER[‘REQUEST_URI’];
$_SERVER[‘REDIRECT_URL’];
been searching far and wide for the solution to this and at long last a plugin that finally fits the bill.
As a predominantly ‘mobile orientated’ community site I was losing around a 50% ratio of new sign-ups as my users were trying to register through their blackberry handsets, and many of them did not have their email accounts synced.
Problem over, installed the plugin, registered a test account on-line, then crunch time, would it stand up by trying to login from a smart-phone, hell yeah it does, I’m one happy bunny !!
p.s. it even logs me in straight to where I need my new members directed to..the activity wall ??
highly recommended to similar project owners.
]]>Greetings,
How can I change this piece of code, line 321:
$redirect_url_cc = $bp->root_domain;
in the bp-disable-activation.php file so that it redirects a new member to our activity page? (e.g., https://www.domain.com/activity)?
Thanks!
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>Thank you so much for this plugin, it seems to be the only found for disabling the activation email. One concern is the auto-login overrides my ‘confirm user registration’ plugin. Is there a code I could put in somewhere that just disables the email?
https://www.ads-software.com/extend/plugins/bp-disable-activation/
]]>