Search:

Search: Search took 1.00 seconds.

  1. Replies
    1
    Views
    496

    Hi allrok, There is no option in tracking ad...

    Hi allrok,

    There is no option in tracking ad inquiries yet however you can enable email cc or bcc by changing the email processing codes. In this way, when someone inquires for a listing the site...
  2. You can try to remove this line from your...

    You can try to remove this line from your /includes/theme-emails.php around line 290:


    $message .= __( 'Sent from IP Address: ', APP_TD ) . appthemes_get_ip() . "\r\n\r\n";


    Just have in...
  3. add this to includes/theme-emails.php after line...

    add this to includes/theme-emails.php after line 266
    $from_tel = strip_tags($_POST['from_tel']);

    and add this after line 286

    $message .= sprintf( __( 'Phone: %s', APP_TD ), $from_tel ) ....
Results 1 to 3 of 3