Forum Replies Created
-
AuthorPosts
-
April 29, 2010 at 10:14 pm in reply to: Change senders name, email and the body in "lost password" email #19049HardyArtMember
Resolved! I finally got a code to work using;
$someVariable = “.”
And $html
Now I can layout and include as much goodies as I want to the response email.
Thanks for your help along the way!
April 29, 2010 at 2:32 pm in reply to: Change senders name, email and the body in "lost password" email #19048HardyArtMemberMaybe the solution would be to create a text file and call it up to replace
“n”.EMEMBER_NEW_PASSWORD_MESSAGE.”: “.
I wouldn’t know how to do this really but maybe that would be a great solution.
April 29, 2010 at 1:12 pm in reply to: Change senders name, email and the body in "lost password" email #19047HardyArtMemberThanks for your help = I got the sender’s part resolved. I am now working at the email content part of things with some difficulties. I am either creating an error situation or a freeze at the form box display time when I try to work things out with inserting a string or a print kind of thing within the bloc of code. Here is what I finally came up with = it works but it is not really how it should be I think.
$email_body = “n”.EMEMBER_USERNAME.”: “. $user->user_name .
“n”.EMEMBER_PASSWORD.”: “.$reset_pass.
“n”.EMEMBER_NEW_PASSWORD_MESSAGE.”: “.
You see the last line of code is what I added in order to have an info message display in the response email, but really what I would like to achieve is to have a formatted typical info message (This is your new bla bla, please login to your bla bla) which would include an active link to the site’s connection/login page…
April 28, 2010 at 1:32 am in reply to: Change senders name, email and the body in "lost password" email #19045HardyArtMemberThanks for looking things up for a response email message inclusion (forgot password email)
As for my sender’s |name <@address>| request mentioned above = I was referring to the (forgot password email) one, not the ones related or shown in the email settings found in the eMember admin panel = so it’s probably something to change in the “emember_password_sender_box.php” file wouldn’t be? The new password email currently shows |Wordpress <wordpress@mysite.com>| it doesn’t grab anything from my email settings admin panel. It is not a complete your registration email, nor a registration complete email = it”s a here’s your new password email.
Thanks for your guidance
April 27, 2010 at 3:33 pm in reply to: Change senders name, email and the body in "lost password" email #19043HardyArtMemberHi, I have a similar request in eMember = maybe you or someone at TnT could help me out with this one. “Currently when someone requires a new password he gets very short email. Where can I change the “From” and the Body text of the email? “
-Have the sender’s email changed from current WordPress@ to info@
-In addition to the user name: and new password: listing = Have an info message displayed = this message could be;
Here’s your new temporary password. Please login to your account using this password and create a new password from your profile page if you wish.
Do not reply to this email. It was generated automatically by whateverwebsite.com
Thanks for your step by step help!
HardyArtMemberI’ve been translating as much as I could to french using mainly the fr.php. When I got to translate the member edit profile in the admin panel (the admin itself), …woosh! that turned out to be too much for me. You wouldn’t happen to have a .pot file of your plugin I could use to create my .po and .mo ones?
So for the wish list, there are 4 features in there = yes I’d like to know which files to modify and at the same time I do appreciate your consideration for future dev of your plugin in the name of all. But if anything, the feature I would be working on right now is the (close account)button feature = probably would almost be a copy and paste of the (update your account)button = I can wait if you want or I can take your step by step guidance to go ahead and build this.
HardyArtMemberAnd one more thing please;
-I’d like to have the member’s profile picture displayed in the member admin page.
Thanks for your guidance
HardyArtMemberI didn’t go there yet but I will = I guess I can tweak existing set ups listed in the …functions.php file and rename them to whatever so that some existing text fields in the admin are changed from lets say; “Company” to “Skype ID” which is pretty straight forward I think.
But here is my wish list;
-I’d like the user to be able to (close) their account if they want from their profile page = a (close your account)button located by the (update your account) button to which would be attached a warning text or prompt alert to let the user know that this is; “Are you sure?!!!!” = all this followed by an email confirmation to admin and user.
-I’d like the user to be able to insert a listing of active links in their profile page; in the form of an unordered list type of thing “ACTIVE” links is the idea here not just a static text and pre-set to “_blank” target.
-I’d like to have two textarea fields with a title/description line above each, available in the member profile/admin page
Quite the wish list isn’t?
Thanks for your guidance
-
AuthorPosts