Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Show message to the original poster the contact info

  1. #1
    Thread Starter
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,784
    Thanks
    186
    Thanked 742 Times in 623 Posts

    Red face Show message to the original poster the contact info

    ClassiPress 3.0.5

    To display message to the author's contact information follow the steps below.

    Edit Themes - WordPress - Panel - Appearance - Editor

    The right selicionar file "theme-emails.php" and find "poster ad sidebar email contact form"

    Lines: 220 to 221 (Adobe CS DW)
    PHP Code:
        $message  .= wordwrap(strip_tags($fixPostMessage), 70) . "\r\n\r\n\r\n\r\n";
        
    $message  .= '-----------------------------------------' "\r\n"
    Insert the following line between the two lines:
    PHP Code:
        $message .= sprintf(__('E-mail Contact: %s''appthemes'), $from_email) . "\r\n"
    The code will look like this:
    PHP Code:
        $message  .= wordwrap(strip_tags($fixPostMessage), 70) . "\r\n\r\n\r\n\r\n";
        
    $message .= sprintf(__('E-mail Contact: %s''appthemes'), $from_email) . "\r\n";
        
    $message  .= '-----------------------------------------' "\r\n"
    Make a backup of the file back to the original in case something goes wrong.

    This is the result:
    Attached Images Attached Images
    Last edited by pepsi; February 16th, 2011 at 02:05 PM.

  2. The Following 4 Users Say Thank You to barukar For This Useful Post:

    homme143 (February 20th, 2011), mignonkm (February 16th, 2011), pepsi (February 16th, 2011), quim (February 17th, 2011)

  3. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    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.

  4. The Following User Says Thank You to jomarkosabel For This Useful Post:

    homme143 (February 20th, 2011)

  5. #3
    Thread Starter
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,784
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. The Following 2 Users Say Thank You to barukar For This Useful Post:

    bestusads (June 18th, 2011), homme143 (February 20th, 2011)

  7. #4
    Junior Member reboot's Avatar
    Join Date
    Nov 2010
    Posts
    47
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #5
    Thread Starter
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,784
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  9. #6
    Thread Starter
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,784
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  10. The Following 2 Users Say Thank You to barukar For This Useful Post:

    bestusads (June 18th, 2011), mignonkm (February 16th, 2011)

  11. #7
    Veteran pinocchio's Avatar
    Join Date
    Sep 2010
    Location
    United Kingdom
    Posts
    633
    Thanks
    83
    Thanked 21 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  12. #8
    quim's Avatar
    Join Date
    Jan 2011
    Location
    Spain
    Posts
    463
    Thanks
    29
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  13. #9
    mignonkm's Avatar
    Join Date
    Oct 2010
    Location
    United States
    Posts
    37
    Thanks
    22
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  14. #10
    Newbie taylor9404's Avatar
    Join Date
    Sep 2010
    Location
    Crescent City, California
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. message to the original poster doesn't show the contact info
    By yuynkng in forum Help Using ClassiPress
    Replies: 22
    Last Post: March 8th, 2011, 02:04 PM
  2. Confusing message in 'new form layout' info button
    By nickgarnett in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 22nd, 2010, 05:09 PM
  3. [SOLVED] Error message when clicking: Poster>Listed by:>User Name
    By superduper in forum Help Using ClassiPress
    Replies: 9
    Last Post: August 21st, 2010, 11:58 AM
  4. Contact info blank :(
    By xiberdine in forum Help Using ClassiPress
    Replies: 3
    Last Post: June 18th, 2010, 12:46 AM