Quote:
Originally Posted by traderx
I would like to change how the html email looks completely.... how do I do this?
|
Hi traderx,
Look in the commbull.php file around line 339 down to line 357. You shound see this at line 339:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>. This is the start of the html part of the email. From that point on look down the file for html tags like <table>, <tr>, <td>, etc. Those are not all in the same place in the file as in between there are sql guerys, conditional statements, and php sript, etc.
What I did was to copy the original email html script from the Admin, place it in my html editor, make changes, and then carefully locate the appropiate place in the commbull.php file and substitute the changes. (make sure you save a backup of the original, just in case!)
Some of the language changes have to be made in the commbull_phrases file and there are a few in the commbull file itself.
Good luck,
John