Results 1 to 9 of 9
Like Tree4Likes
  • 1 Post By demonlee
  • 2 Post By metuza
  • 1 Post By philipm

Thread: customize emails

  1. #1
    Thread Starter
    brunof137's Avatar
    Join Date
    May 2014
    Location
    Brasil
    Posts
    28
    Thanks
    12
    Thanked 0 Times in 0 Posts

    customize emails

    Hi there,

    I'd like to hide the excess infos from emails as below:
    SideBar.png

    I tried removing the codes from pluggable.php folder, but my site got blank. Luckily, I did a backup and put back the original pluggable.php.
    I am using Classipress 3.3.3 / WP 4.0 and the Better email

    This is how my pluggable is:

    PHP Code:
    default: // Comments
                
    $notify_message  sprintf__'New comment on your post "%s"' ), $post->post_title ) . "\r\n";
                
    /* translators: 1: comment author, 2: author IP, 3: author domain */
                
    $notify_message .= sprintf__('Author : %1$s (IP: %2$s , %3$s)'), $comment->comment_author$comment->comment_author_IP$comment_author_domain ) . "\r\n";
                
    $notify_message .= sprintf__('E-mail : %s'), $comment->comment_author_email ) . "\r\n";
                
    $notify_message .= sprintf__('URL    : %s'), $comment->comment_author_url ) . "\r\n";
                
    $notify_message .= sprintf__('Whois  : http://whois.arin.net/rest/ip/%s'), $comment->comment_author_IP ) . "\r\n";
                
    $notify_message .= __('Comment: ') . "\r\n" $comment->comment_content "\r\n\r\n";
                
    $notify_message .= __('You can see all comments on this post here: ') . "\r\n";
                
    /* translators: 1: blog name, 2: post title */
                
    $subject sprintf__('[%1$s] Comment: "%2$s"'), $blogname$post->post_title );
                break;
        } 
    how can I do these changes properly?

    best regards.

  2. #2
    Veteran demonlee's Avatar
    Join Date
    Mar 2011
    Location
    Antas, Spain
    Posts
    574
    Thanks
    6
    Thanked 51 Times in 46 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    brunof137 likes this.
    Demon- I shoot People
    www.demonlee.com Photography Website
    www.seemeadvert.co.uk Classipress Website
    www.imdb.me.com/demonlee Film

  3. The Following User Says Thank You to demonlee For This Useful Post:

    brunof137 (October 21st, 2014)

  4. #3
    metuza's Avatar
    Join Date
    May 2012
    Location
    Norway
    Posts
    173
    Thanks
    7
    Thanked 17 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    samcy and brunof137 like this.

  5. The Following User Says Thank You to metuza For This Useful Post:

    brunof137 (October 21st, 2014)

  6. #4
    Thread Starter
    brunof137's Avatar
    Join Date
    May 2014
    Location
    Brasil
    Posts
    28
    Thanks
    12
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #5
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  8. #6
    philipm's Avatar
    Join Date
    Feb 2014
    Location
    United Kingdom
    Posts
    38
    Thanks
    10
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    brunof137 likes this.

  9. #7
    Thread Starter
    brunof137's Avatar
    Join Date
    May 2014
    Location
    Brasil
    Posts
    28
    Thanks
    12
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #8
    Thread Starter
    brunof137's Avatar
    Join Date
    May 2014
    Location
    Brasil
    Posts
    28
    Thanks
    12
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  11. #9
    philipm's Avatar
    Join Date
    Feb 2014
    Location
    United Kingdom
    Posts
    38
    Thanks
    10
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Jomark Not getting Admin emails neither users getting emails
    By jobxolution in forum Report JobRoller Bugs
    Replies: 8
    Last Post: April 23rd, 2014, 11:18 AM
  2. Customize emails sent to posters
    By kingsult in forum ClassiPress General Discussion
    Replies: 0
    Last Post: December 27th, 2013, 10:43 AM
  3. Customize Renewal Notice Emails
    By christian_x in forum Vantage General Discussion (Legacy)
    Replies: 1
    Last Post: January 7th, 2013, 12:36 PM