Модуль Ajax contactpro j17

rassvet85

Постоялец
Регистрация
3 Сен 2011
Сообщения
65
Реакции
31
This is an elegant Joomla Contact/Feedback module for your users, which shows on the browser window sidebar and is based on AJAX Submit, making it look sexy and uber functional. All you have to do is, publish this module on the DEBUG Module position and configure the parameters given in the module. All the options are customizable.

Features includes,

* AJAX Contact Form

* Recapctha Integration for Anti-Spam

* Formatted Email Delivery

* Backend Module paramters to setup email, subject, mail from, mail from name, etc.

* Editable Labels

* Thank you Text

* Custom Error Messages

* Custom HTML Above the form.

* Custom HTML Below the form.
 

Вложения

  • mod_ajax_contactpro_17.zip
    50,6 KB · Просмотры: 17
  • mod_ajax_contactpro_16.zip
    50,6 KB · Просмотры: 6
Эта версия не поддерживает SMTP почтовые сервера, толкьо php
 
Версия для J15
 

Вложения

  • mod_ajax_contactpro_15.zip
    50,6 KB · Просмотры: 9
Чтобы письма отправлялись в windows-1251 кодировке
После установки открываете файл actionajax.php и для значений типа ($_POST["Name"]) меняем кодировку с помощью iconv:
$message = 'Имя: '.iconv('utf-8','windows-1251//TRANSLIT',($_POST["name"]))."\n\n".'EMAIL: '. $_POST["email"] ."\n\n".'сообщение: '. iconv('utf-8','windows-1251//TRANSLIT',($_POST["comment"]));
$headers = 'От: '.iconv('utf-8','windows-1251//TRANSLIT',($_POST["name"])).' '.$_POST["email"];
 
Назад
Сверху