Results 1 to 4 of 4

Thread: Replacing text in new user emails From: "WordPress"

  1. #1
    Thread Starter
    Senior Member gr8job's Avatar
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    108
    Thanks
    16
    Thanked 5 Times in 4 Posts

    Replacing text in new user emails From: "WordPress"

    Quote Originally Posted by laura View Post
    Okay, I found it Go to wp-content/themes/vantage/includes/emails.php line 101 and change where it says "wordpress@$domain" to whatever you want.
    I've been searching through the JobRoller Forums for some time for an answer to the problem of replacing "WordPress" in the From: field of new user emails, so thanks to @laura in the Vantage Forums, I worked out how to replace the From: "Wordpress", for JobRoller new user emails, as follows:

    I found wp-includes/pluggable.php and created a backup called pluggable-original.php (in case things went pear-shaped) and replaced the information section of pluggable.php in lines 1-7 with the following code lines 1-9 (adding 2 extra lines for the additional info, see below) - I do this sort of thing in all edits so that I know what to do next time - then I copy the new information block into a word document for future reference and as a backup:

    Code:
    <?php
    /**
     * These functions can be replaced via plugins. If plugins do not redefine these functions, then these will be used instead.
     * Form: /home/mydomain/public_html/wp-includes/pluggable.php
     * Edit new line 311 on 24/06/12 Changing: $from_name = 'WordPress'; To: $from_name = 'mydomain';
     * Edit new line 327 on 24/06/12 Changing: $from_email = 'wordpress@' . $sitename; To: $from_email = 'admin@' . $sitename;
     * Edit new line 1043 on 24/06/12 Changing: $wp_email = 'wordpress@' To: $wp_email = 'admin@'
     * @package WordPress
     */
    Lines 5,6,7 above explain the three simple edits you will need to make in the newly numbered lines 311, 327 and 1043 in pluggable.php. You can replace the "WordPress" in line 311 with anything you like - it will then appear in the From: line of your new user emails and you can replace the "wordpress@" in lines 327 and 1043 with any suitable email username from your site, eg "fred", so that your email from_address will show as "fred@mydomain.com".

    This seems to work perfectly on creating a new user. However, because the pluggable.php is Wordpress Code, not JobRoller or ClassiPress theme code, there's no way to include it in the themes or any child-themes, so that you will have to make these three edits every time you update WordPress. Creating a plugin to do the same thing might work, but that's beyond my self-taught skills.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    edo081's Avatar
    Join Date
    Jul 2011
    Location
    Netherlands
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 9
    Last Post: February 25th, 2013, 09:29 AM
  2. Replies: 1
    Last Post: June 22nd, 2012, 10:52 AM
  3. How to remove "Wordpress" in the "From" field in emails for new users?
    By tuanma in forum JobRoller General Discussion
    Replies: 6
    Last Post: June 7th, 2011, 12:31 AM
  4. Classipress - wordpress "user messages" autocomplete conflict? Help!
    By reboot in forum ClassiPress General Discussion
    Replies: 3
    Last Post: March 19th, 2011, 12:33 PM
  5. Changing the from "Wordpress" in the new user email..
    By laura in forum Help Using ClassiPress
    Replies: 5
    Last Post: April 25th, 2010, 08:11 PM