Search:

Type: Posts; User: Rudi

Search: Search took 0.01 seconds.

  1. Try this code then: $ref_number =...

    Try this code then:



    $ref_number = $GLOBALS['rlDb']->getOne('ref_number', "`ID` = {$this->listingID}", 'listings');

    $mail_tpl['body'] = str_replace(
    ...
  2. Go to ftp > includes > classes > AddListing.php >...

    Go to ftp > includes > classes > AddListing.php > public function notifyOwner()

    find:


    $mail_tpl['body'] = str_replace(
    array('{username}', '{link}'),
    array(...
  3. Hello, It depends on what email template you...

    Hello,

    It depends on what email template you use

    because all variables (placeholders) are replaced with values in the code

    so it will require to add a new replacement into relevant code...
Results 1 to 3 of 3