Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,001 through 1,025 (of 1,893 total)
  • Author
    Search Results
  • #32067
    Tanya
    Participant

    Once the user has registered, how do I send the user’s username and password in the email that includes the activation link?

    I want to do this because hyphens are being added to where spaces were when the user subscribed. (e.g. Future Diamond changes to Future-Diamond).

    I am using WordPress 3.4.2 and BuddyPress 1.6.1 and my website is at http://netballscoop.com/

    #32035
    james_zedd
    Participant

    I have buddypress installed with the InFocus theme, plus also running s2member on my site (www.bodyweightexerciseblog.com)

    The issue I am having is that when a member registers for my website, they receive an email from my site that gives them an activation link, but upon clicking the link, they are taken to the activation page where they are asked to put in a valid activation key.

    I have tried entering the key from the email sent, but that does not work.

    Any advice on how to fix this?

    #142157
    Paul Wong-Gibbs
    Keymaster

    Geetar, can you share a copy of the email that a new user receives? Can you paste it onto pastebin.com, please?

    erikahrend
    Member

    Hi all. I have correctly set up my Buddypress installation to run in Spanish. everything is working ok after uploading the .po translated files, but for some reason, a few of the notification emails are still being sent in English no matter what. I don´t want to modify the code “by hand” because I intend to have an english version of my site in brief, so I don´t want to give up the localization capability.

    The following notifications are running Ok in SPANISH:

    -Mentions notifications
    -Friendship requests and accepted request notifications.
    -Group Invitation notifications

    The notifications that refuse to translate to spanish and are still sent in english are:

    -The initial account activation email with the activation link.
    -Private message notifications

    I just don´t understand why some elements are wroking ok and some aren´t… I would much appreciate any help regarding this issue.

    Thanks in advance for all the kind replies.

    Best,

    Erik.-

    #31961
    bandtobuy
    Participant

    I tested registering for my site, with no problem. A week later after hosting issues I scrapped the project and started over again. NOW when I test registration, I click the activation link in my email, and it asks for an activation key. I never got one, and I don’t know what it is. Please help

    #141751
    blg002
    Participant

    When you click the activation link in the sent email you get the /activate page (URL defined in Settings > BuddyPress > Pages) that looks like this:

    http://cl.ly/JTys

    #31854
    blg002
    Participant

    It goes like this

    – User submits registration form at example.com/register/
    – Get’s sent an email with an activation link
    – Clicks activation link e.g. example.com/activate/?key=d2373a345c3bbf9a62dd475e61cfbff9
    – Not registered
    – Activate page also has form to submit activation key
    – Submits activation form with key value from URL
    – Not registered

    Seems like this is broken, or am I just missing something.

    BuddyPress v 1.6.1
    WordPress v 3.4.2
    Using site-wide forums only

    Pretty sure it’s not any of my plugins as I disabled most of them and it still didn’t work.

    #141401
    Paul Wong-Gibbs
    Keymaster

    p.s. most of Welcome Pack won’t work if you disable activation emails.

    #141385
    modemlooper
    Moderator

    You could install the welcome pack plugin and customize the email to just a thanks for signing up note.

    Or:

    `function disable_activation_email() {
    return false;
    }
    add_filter( ‘bp_core_signup_send_activation_key’, ‘disable_activation_email’ );`

    #31784
    Guido
    Member

    Hi,

    I would like to have a ‘new user approve’ plugin… So new user can register but admin must approve his/her registration.

    I did find something, but activation emails are still being sent to new users. So I cannot use this one: http://wordpress.org/extend/plugins/new-user-approve/

    Any suggestions?

    Guido

    #140264
    9087877
    Inactive

    For your info, If the emails you used to test with was AOL it probably won’t work. Maybe someone else may know why. AOL used to work with BP registration emails but there was some change they made that filters out BP registration emails from being received even in the spam folder. Even facebook doesn’t like AOL email addresses anymore. Try yahoo, and gmail instead.

    #140242

    Activation e-mails are not sending to my users either. This is very frustrating. Other topics are not helping either.

    danbpfr
    Participant

    Hi,
    try this in bp-custom.php
    remove_filter( 'wpmu_signup_blog_notification', 'bp_core_activation_signup_blog_notification', 1, 7 );

    source infos buddypress /bp-core/bp-core-filters.php

    The concerned filter do this
    /***
    * bp_core_filter_blog_welcome_email()
    *
    * Replace the generated password in the welcome email.
    * This will not filter when the site admin registers a user.
    *
    * @uses locate_template To see if custom registration files exist
    * @param string $welcome_email Complete email passed through WordPress
    * @param integer $blog_id ID of the blog user is joining
    * @param integer $user_id ID of the user joining
    * @param string $password Password of user
    * @return string Filtered $welcome_email with $password replaced by [User Set]
    */

    #139966

    https://buddypress.org/community/groups/welcome-pack/forum/topic/making-links-live-in-html-emails-generated-by-welcome-pack/ – Found this other post related to this topic.

    So is there any possible way to get the activation link to work in the email? Is there some other code we can use to accomplish this purpose? Workaround? I tried the Unconfirmed plugin but it does not fix this issue. Perhaps there is another way (unfortunately without the Welcome Pack) to change the standard Buddypress emails and thus keeping a working activation link?

    I am not much of a programmer but I do know that most everyone needs to change the automatic emails being sent out (activation, friendship request, etc.) for BuddyPress. It should be easy to change this text, add your logo, and even add html. However, I have yet to see a plugin or update which makes this possible. I would love to know if anyone has found a solution for this?

    Paul is very busy so perhaps the other people interested in getting this working can help? Thanks in advance for any and all replies! – Quote: 1+1=3

    #139963

    Buddypress 1.6.1, WordPress 3.4.1. Moved hosting from GoDaddy to rackspace. We have Welcomepack 3.3

    The activation email is still not showing the activation link. Just blank..

    Has anyone been able to get this working? Is %s the best to use?

    I like using this plugin because of the welcome message and this is one of the only plugins that lets you change the default BP messages going out.

    smartmwp
    Participant

    Hi!
    I have had several spam registrations on my site (in spite of SI Captcha Anti Spam plugin) which is OK but earlier versions of Buddypress had an option under “Admin Options” called “Mark as Spammer”. But now I don’t see that in 1.6.1.

    Now in 1.6.x we have “Edit Member” for admins and there’s a link called “User Capabilities” which when clicked takes me to a page saying “Oops! This link appears to be broken.” Now I have to delete the spam accounts and don’t have any option to mark spam or having registrations auto-detected as spam which used to happen earlier. Though many genuine registrations were being detected as spam also in ver 1.5.x.

    One of my members is now not able to login because she is being asked for an activation number and I don’t know how to help her :(. I have changed her password and I am able to login from my computer to her account though but she is still facing the same problem. We just get a link in the email to activate and I don’t know what exactly is the activation number.

    Thanks in advance to all those who reply :) !!

    ryan_m27
    Participant

    My BP registration page username field gives no warning when users register with a username containing spaces. The username spaces are converted to underscores. This is a problem as the standard WP registration email with UN/PW is not delivered after activation, so users who registered with an invalid username don’t know how to sign in.

    Is this the normal function? I am using s2member so I’m not sure if this is part of a conflict or typical behavior.

    I would like there to be a warning on the register page when a user tries to register an invalid username (similar to when they fail to complete a required field). If that is not standard or difficult to implement, is it possible to get the normal registration email sent containing UN/PW after activation?

    BP 1.6
    WP 3.4.1

    Thanks!

    #139058
    ebouine
    Member

    Thanks for your reply Roger Coathup,
    I’m not a developper expert, so if i have to create my own action for sending a email with a new variable in the url activation, I have to read before how the first action is made. And I can’t find it :)

    #31086
    ebouine
    Member

    Hi,
    I’m searching to put a pixel when user is registered and a variable in url is true.
    So I want to put in the activation url a new variable but i’m complety lost in register.php. I can’t find the action who send email about activation and when i’m searching action like “bp_before_registration_confirmed” in all project, I find nothing.
    Can you help me please ?

    #139023
    somosguatemala
    Participant

    I tried editing the file /plugins/welcome-pack/welcome-pack.php
    I edited this strip of code yet nothing happened? http://pastebin.com/nNKC7kty
    Am i editing the wrong code? am i missing something? or is it something in buddypress i have to edit @djpaul ?

    #139008
    @mercime
    Participant
    #138988
    somosguatemala
    Participant

    well not only do i want to translate it but i want to add more text to it i just need to find the location of where that text is its really bugging me lol

    #138964
    Roger Coathup
    Participant

    For translations – you need to work with language files (I assume welcome pack supports these @djpaul).

    See this for further information: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/

    You can also try the ‘codestlying localization’ plugin.

    #138960
    somosguatemala
    Participant

    hmm i see but what file under welcome pack do i have to edit so the activation email is translated?

    #138941
    Roger Coathup
    Participant

    Hola,

    no debes modificar los archivos del ‘BuddyPress Core’. Cuando modernizas tu version, perderás tus modificaciones .

    Claro, con ‘Welcome Pack’, creo que tu modificas los emails por el plugin.

Viewing 25 results - 1,001 through 1,025 (of 1,893 total)
Skip to toolbar