tzvook wrote:
This was discussed before:
Making Yogurt Social Network work with the 2.2.x series
Works flawlessly with 2.2. branch
That's a pretty glowing recommendation. Do you consider it, then, stable enough for a production site?
Jere
tzvook wrote:
This was discussed before:
Making Yogurt Social Network work with the 2.2.x series
Works flawlessly with 2.2. branch
jlm69 wrote:
Do you mean XOOPS Notifications or are you talking about listing contact, listing expires, listing expired?
jlm69 wrote:
I think the correct way to do this is:
$mail->multimailer->isHTML(true);
That should do it. No hacking involved.
John
tzvook wrote:
Hello John
Since the module uses html (if you enable it of course) HTML ads, it requires you to enable HTML email, otherwise it sends all confirmations and ads-responses with the HTML code in it ... looks very bad !!!
Very easy to solve:
you need to look for all the places (4) with the line:$mail->useMail();
and turn it into:$mail->useMail();
$mail->setContentType("text/html");
Then of course it would be nice to also design your templates with html code to look nicer ... your site logo or whatever looks nice to you.
Fatal error: Call to undefined method XoopsMailerLocal::setContentType() in /home/avenue41/public_html/impress01/modules/classifieds/admin/index.php on line 575
catzwolf_ wrote:
If that is not enough then I think the next version of XOOPS should be easy enough for anyone to create a module ;)
Catz