DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:contact

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:contact [2009-12-13 17:26] 90.129.203.13plugin:contact [2013-05-29 20:15] 111.240.74.61
Line 1: Line 1:
-====== Plugin - Contact Form ======+====== Contact Form Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 9: Line 9:
 compatible :  compatible : 
 depends    :  depends    : 
-conflicts  :  +conflicts contactmodern 
-similar    : +similar    : contactmodern
 tags       : form, email tags       : form, email
 +
 +downloadurl: http://bobbaddeley.com/lib/exe/fetch.php/projects/programming/wiki/contact.zip
 ---- ----
  
Line 38: Line 40:
   - support multi-language defined for JavaScript messages   - support multi-language defined for JavaScript messages
  
-  * download here : [[http://svn.ichiayi.com/opensvn/opentrysoft/dokuwiki/plugin/contact.zip]]+  * download here : [[https://svn.ichiayi.com/opensvn/opentrysoft/dokuwiki/plugin/contact.zip]]
   * real demo : (zh-tw version) [[http://www.ichiayi.com/wiki/start/contact]]   * real demo : (zh-tw version) [[http://www.ichiayi.com/wiki/start/contact]]
  
Line 170: Line 172:
 ---- ----
  
-This plugin is outdated and won't work out of the box with the newer versions of dokuwiki. My version is 2009-02-14. This reason is the way of getting the settings from the conf/default.php has changed. To make it work you should edit syntax.php and change+This plugin is outdated and won't work out of the box with the newer versions of DokuWiki. My version is 2009-02-14. This reason is the way of getting the settings from the conf/default.php has changed. To make it work you should edit syntax.php and change
 <code> <code>
 if (isset($_REQUEST['to'])){ if (isset($_REQUEST['to'])){
Line 198: Line 200:
 > I've updated my dokuwiki to the 2009-02-14 version (because of the security hole) and my contact plugin doesn't word anymore (same with the Nathalie Casati hack). :( --- //[[apef@no-log.org|Arnaud Fouquaut]] 2009/06/01 23:28// > I've updated my dokuwiki to the 2009-02-14 version (because of the security hole) and my contact plugin doesn't word anymore (same with the Nathalie Casati hack). :( --- //[[apef@no-log.org|Arnaud Fouquaut]] 2009/06/01 23:28//
 >> ~ ~ NOCACHE ~ ~ does the magic. //(klem @ dokuwiki-2009-02-14b)// >> ~ ~ NOCACHE ~ ~ does the magic. //(klem @ dokuwiki-2009-02-14b)//
 +>>> Yes! It perfectly works with %%~~nocache~~%% and 2009-02-14 version ! Thanks ! ---
 +
 ---- ----
 +
 **Help:** I do not need the safety-line "ENTER HUMAN"!Which lines from the syntax i have to delete? **Help:** I do not need the safety-line "ENTER HUMAN"!Which lines from the syntax i have to delete?
 +> Go to plugins/contact/syntax.php and a) comment out ( /* .. */ ) or delete the if..verify clause (4 lines) around line 92 and b) the form field (<tr>...verify..;) around line 183. (Bernd 21.01.10)
  
 ---- ----
 \\ \\
 **HINT**: \\ **HINT**: \\
-To get the contact-plugin working with dokuwiki-rc2009-12-02, it is necessary to use the 2 hints from Nathalie and klem. So, change the code in syntax.php and use the ~~NOCACHE~~ Option at the page where you use the contact plugin (where you insert your contact form).\\+To get the contact-plugin working with DokuWiki-rc2009-12-02, it is necessary to use the 2 hints from Nathalie and klem. So, change the code in syntax.php and use the ~~NOCACHE~~ Option at the page where you use the contact plugin (where you insert your contact form).\\
 Thank you all \\ Thank you all \\
 // Ronny// // Ronny//
  
  
 +Nope, it's enough just to add <nowiki>~~NOCACHE~~</nowiki> on top of the contact page source. Works without any further hacks.\\
 +cheers, \\
 +//flo//
 +
 +
 + yes that works, wish I read this comment first, spent ages testing all the options\\
 +//Art//
 +
 +----
  
 +Anyone been able to get 2 contact forms on the same page working? (With me, it sends 2 mails each time a user tries to use the forms)
 +//Arno//
  
 +Can't download this now it has a broken link
plugin/contact.txt · Last modified: 2023-12-17 21:26 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki