XOOPS & DataLife Engine için CMS modül yayın sistemi
Ortak CSS + 2 sayfa + 10 widget
Geri bildirim sayfasından mesaj gönderirken, telefon numarası gibi giriş için kendi alanımı nasıl eklediğimi gösterdiğim küçük bir iyileştirme,basit ve kullanışlı.
1: Engine / modules / feedback.php dosyasını açın ve şu satırı arayın:
$row['template'] = str_replace( "{%text%}", $message, $row['template'] ); $row['template'] = str_replace( "{%phone%}", preg_replace("#[^0-9+-]#i","",$_POST['phone']), $row['template'] ); $row['template'] = str_replace( "{%text%}", $message, $row['template'] ); $row['template'] = str_replace( "{%phone%}", preg_replace("#[^0-9+-]#i","",$_POST['phone']), $row['template'] ); <input type="text" name="phone" placeholder="+XXX" /> {%phone%}