Einige durch Komma getrennte Tags werden mit logischem AND zwischen ihnen behandelt. Du kannst auch das Semikolon als logischen OR-Interpreter benutzen. AND hat Priorität über OR und du kannst keine Einklammerungen für logische Gruppierungen nutzen. Stern (*) wird als Maske für "Jede Zeichenkette" genutzt.
Sektionen: Extensions / Forms & Feedback
Contact plugin is a simple yet powerful user feedback solution for a Cotonti-powered website.
Sektionen: Extensions / Forms & Feedback
Plug-in allows to output your contact information and the feedback form. Form fields are checked without page reboot, before form sending with Ajax.
For nonregistered users it is possible to use captcha (Plug-in CAPTCHA Manager and any from captcha plugins should be installed on your site).
Plugin version: 1.5.1
Design is easily customised with .tpl - file. At first it searches for the template file in "skins/vash_skin/plugins/contactus.tpl", if this file not exists, it uses temlate from the...
Sektionen: Extensions / Forms & Feedback
Installation
1. Unpack the plugin into /plugin/contact
2. Add the tags to your TPL's:
<div id='contactForm'>
<input type='button' name='contact' value='Contact' class='contact'/> or <a href='#' class='contact'>Contact</a>
</div>
3. Edit plugins/contact\data\contact.php:
$to = "user@yourdomain.com";
$subject = "SimpleModal Contact Form";
4. Go into the administration panel, then the tab "Plugins", click the name of the new plugin, and at bottom of the...