1
tzvook
enable html in the formulaire 3.24 for xoops 2.2.x series
  • 2006/11/7 7:52

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hello all
I started using formulaire 3.24 as my forms generator and couldn't send HTML massages.
Since I saw it uses

$xoopsMailer->multimailer->isHTML(true);


and still don't send HTML, I thought/realized, it might be a 2.2.x specific issue ...

I added to formulaire/index.php ...
right after
$xoopsMailer->assign("SENDMAIL"$send_mail);


This new line:
$xoopsMailer->setContentType("text/html");


And now it sends HTML mails ...

Enjoy

2
tzvook
Re: enable html in the formulaire 3.24 for xoops 2.2.x series
  • 2006/11/7 13:11

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


One more code isue (cosmetic one) at admin/modform.php
Fixing forms table from breaking ...

look for this lines ( round 157)
}
            echo 
'';
        }
    }
}



Should be:
}
            echo 
'';
        }
            echo 
'';
    }
}

Login

Who's Online

331 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 331


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits