Results 1 to 4 of 4

Thread: Editing theme_emails.php

  1. #1
    Thread Starter
    Newbie
    Not a Verified Customer
    g_esteves's Avatar
    Join Date
    May 2010
    Location
    Talca, Chile
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Editing theme_emails.php

    How can i add an image in the theme-email.php?

    i've tried this:

    $message = sprintf(__('Someone is interested in your ad: %s', 'cp'), $permalink) . "\r\n\r\n";
    // $message = sprintf(__('From: %s - %s', 'cp'), $from_name, $from_email) . "\r\n\r\n";
    $message .= wordwrap(strip_tags($_POST['message']), 70) . "\r\n\r\n\r\n\r\n";
    $message .= '-----------------------------------------' . "\r\n";
    [img]image_link.png[/img]
    $message .= sprintf(__('This message was sent from %s', 'cp'), $sitename) . "\r\n";
    $message .= $siteurl . "\r\n\r\n";

    But it not works... any idea?

  2. #2
    Thread Starter
    Newbie
    Not a Verified Customer
    g_esteves's Avatar
    Join Date
    May 2010
    Location
    Talca, Chile
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Editing theme_emails.php

    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts

    Re: Editing theme_emails.php

    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.

  4. #4
    Thread Starter
    Newbie
    Not a Verified Customer
    g_esteves's Avatar
    Join Date
    May 2010
    Location
    Talca, Chile
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Editing theme_emails.php

    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. Editing a post in 2.9
    By sarge in forum ClassiPress General Discussion
    Replies: 1
    Last Post: June 23rd, 2009, 05:25 PM