IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   vB 3.8.x Eklentileri (https://www.ircforumlari.net/vb-38x-eklentileri/)
-   -   Admincp den üyelere html mail gönderme (https://www.ircforumlari.net/vb-38x-eklentileri/404995-admincp-den-uyelere-html-mail-gonderme.html)

yoSun 21 Ağustos 2011 23:19

Admincp den üyelere html mail gönderme
 
1)
admincp/email.php'de
Bulunuz:
PHP- Kodu:

print_textarea_row($vbphrase['message_email'], 'message'''1050); 

Altına ekleyiniz:
PHP- Kodu:

print_yes_no_row('Send HTML Email?''sendhtml'0); 

2)

admincp/email.php

Burayı Bulunuz:
PHP- Kodu:

construct_hidden_code('test'$vbulletin->GPC['test']); 

Altına Ekleyiniz:
PHP- Kodu:

construct_hidden_code('sendhtml'$_POST['sendhtml']); 

3)
includes/class_mail.php

Bulunuz:
PHP- Kodu:

$headers .= 'Content-Type: text/plain' iif($encoding"; charset=\"$encoding\"") . $delimiter


Değiştiriniz:

PHP- Kodu:

if($_POST['sendhtml'])  { 
  
$headers .= 'Content-Type: text/html' iif($encoding"; charset=\"$encoding\"") . $delimiter
}else{ 
  
$headers .= 'Content-Type: text/plain' iif($encoding"; charset=\"$encoding\"") . $delimiter




Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 06:14.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net