serendipity_event_staticpage always puts 'contactform' string in the link for the contact form that is shown in the sidebar. Par example http://www.your_site.com/s9y/index.php?serendipity[subpage]=contactform. This is at line 490 of serendipity_event_staticpage.php file.
But when some other string is entered in PLUGIN_CONTACTFORM_PAGETITLE (pagetitle) -- this is in serendipity_event_contactform configuration -- the link ended with 'contactform' does not work (obviously). If, par example, 'backfeed' is entered, then the working link is http://www.your_site.com/s9y/index.php?serendipity[subpage]=backfeed.
So serendipity_event_staticpage.php, line 490, should be changed to get the actual value of 'pagetitle' property from serendipity_event_contactform.
serendipity_event_contactform only:
1) serendipity_event_contactform.php, line 19:
Code: Select all
$propbag->add('configuration', array('permalink', 'pagetitle', 'email', 'intro', 'articleformat'));Code: Select all
$propbag->add('configuration', array('permalink', 'pagetitle', 'email', 'intro', 'sent', 'articleformat'));3) When tested contactform with UTF-8 enabled for the blog, after a message was sent successfully or not sent by some reason this warning appears:
Code: Select all
Warning: mb_send_mail() [function.mb-send-mail]: Unsupported charset ""UTF-8"" - will be regarded as ascii in D:\biz\apps\s9y\include\functions.inc.php on line 310