Quote:
Originally Posted by kh99
The fix above was only tested (by me, anyway) on the problems reported in this thread. It might actually be a better solution to just use the function fetch_phrase() from vb 4.1.10, I'm not sure. In any case you might try this (in addition to the above changes): In includes/functions.php around line 3530, add the lines in red:
Code:
function fetch_email_phrases($email_phrase, $languageid = -1, $emailsub_phrase = '', $varprefix = '')
{
if ($languageid == -1)
{
$languageid = LANGUAGEID;
}
if (empty($emailsub_phrase))
let us know if it works.
|
Is there any way that you can provide a video on how exactly to make these changes? There is so much confusion on these pages that I don't know where to start.
Thanks,
Deborah