Help - Search - Member List - Calendar
Full Version:

Tự động pm mem mới

VnVista Forum > Góc kiến thức > Thiết kế & phát triển website > Invision Power Board modifications + skins > IPB 2.1.x
Tacaza
Down file đính kèm về, up các file lên host theo đúng cấu trúc rồi chạy file install: http://www.yourdomain.com/forums/Install_APNM.php

Mở sources\action_public\register.php

TÌm:

CODE

 $this->ipsclass->DB->do_insert( 'pfields_content', $fields->out_fields );


Thêm dưới:

CODE

 //-----------------------------------------
 // (FSY21) Auto PM New Members v5.2
 //-----------------------------------------
 
 if ($this->ipsclass->vars['auto_pm_on'])
 {
  require ROOT_PATH."sources/components_public/autopm.php";
 
  $this->autopm = new autopm();
  $this->autopm->ipsclass =& $this->ipsclass;
  $this->autopm->send($member);
 }



Vào ACP --> Components -> (FSY21) Auto PM New Members -> Manage Settings.

Enjoy!
123321
file đính kèm đâu vậy anh, sao em ko thấy 7.gif
trungca
hĩ khong tim duoc file dinh kèm
dankinhte
Chả thấy File đính kèm đâu cả, bó tay với admin.
Thank you ^_^
1 thành viên đã cám ơn người lập chủ đề:

tommyrader
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024