Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getsimple 3.1 Contactable Feedback/Contact Form
#34
Thank you for this plugin !

I have a small bug will writing a disclaimer :

It's adding \ before ', and adding one more for each "save settings"

You can look it there : www.artisan-online.fr

And : French language !

edit : Problem is fixed !

replace in DM_contactable.php :
Code:
$xml->addChild('message', $ct_message);
            $xml->addChild('recievedmsg', $ct_recievedMsg);
            $xml->addChild('notrecievedmsg', $ct_notRecievedMsg);
            $xml->addChild('disclaimer', $ct_disclaimer);

by :
Code:
$xml->addChild('message', stripcslashes($ct_message));
            $xml->addChild('recievedmsg', stripcslashes($ct_recievedMsg));
            $xml->addChild('notrecievedmsg', stripcslashes($ct_notRecievedMsg));
            $xml->addChild('disclaimer', stripcslashes($ct_disclaimer));
Reply


Messages In This Thread
Getsimple 3.1 Contactable Feedback/Contact Form - by didou038 - 2012-04-07, 19:15:20



Users browsing this thread: 1 Guest(s)