Re-list email questions
Hi,
Could anyone please give me the answers to any of these questions. I am not a coder so please go easy if the solution is really simple.
1. How can I add a larger explanation of the re-list process to people who receive an expired ads email. I have tried just adding some extra text to the line in the theme-emails.php file but it crashes the site. Here is a copy of what I typed:
if (get_option('cp_allow_relist') == 'yes') {
$message .= __('If you would like to relist your ad, please visit your dashboard area and click the "relist" link. (Your ads status will change to 'OFFLINE' - Next change / update your ads details if necessary and then click the "play" button to the right of your ad to make your ad live again on the site.', 'appthemes') . "\r\n";
$message .= $dashurl . "\r\n\r\n\r\n\r\n";
}
and here is a copy of the error I get:
Parse error: syntax error, unexpected T_STRING in /home/horshcla/public_html/wp-content/themes/classipress/includes/theme-emails.php on line 171
2. I am receiving emails to tell me the CRON? has run and certain ads have been removed but when someone re-lists their ad I never get an email to tell me the ad has been re-listed. Could someone please tell me how to get this notification please.
Thanks
EOL