mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
message notify option delete
This commit is contained in:
parent
dd055e497b
commit
b4a1331f07
4 changed files with 0 additions and 14 deletions
|
|
@ -14,7 +14,6 @@ class ncenterliteAdminController extends ncenterlite
|
||||||
$config->mention_format = $obj->mention_format;
|
$config->mention_format = $obj->mention_format;
|
||||||
$config->mention_names = $obj->mention_names;
|
$config->mention_names = $obj->mention_names;
|
||||||
$config->document_notify = $obj->document_notify;
|
$config->document_notify = $obj->document_notify;
|
||||||
$config->message_notify = $obj->message_notify;
|
|
||||||
$config->hide_module_srls = $obj->hide_module_srls;
|
$config->hide_module_srls = $obj->hide_module_srls;
|
||||||
if(!$config->mention_format && !is_array($config->mention_format))
|
if(!$config->mention_format && !is_array($config->mention_format))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -288,10 +288,6 @@ class ncenterliteController extends ncenterlite
|
||||||
{
|
{
|
||||||
return new Object();
|
return new Object();
|
||||||
}
|
}
|
||||||
if($config->message_notify == 'N')
|
|
||||||
{
|
|
||||||
return new Object();
|
|
||||||
}
|
|
||||||
$messages_member_config = $oNcenterliteModel->getMemberConfig($trigger_obj->receiver_srl);
|
$messages_member_config = $oNcenterliteModel->getMemberConfig($trigger_obj->receiver_srl);
|
||||||
$message_member_config = $messages_member_config->data;
|
$message_member_config = $messages_member_config->data;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ class ncenterliteModel extends ncenterlite
|
||||||
if(!$config->display_use) $config->display_use = 'Y';
|
if(!$config->display_use) $config->display_use = 'Y';
|
||||||
|
|
||||||
if(!$config->mention_names) $config->mention_names = 'nick_name';
|
if(!$config->mention_names) $config->mention_names = 'nick_name';
|
||||||
if(!$config->message_notify) $config->message_notify = 'Y';
|
|
||||||
if(!$config->mention_format && !is_array($config->mention_format)) $config->mention_format = array('respect');
|
if(!$config->mention_format && !is_array($config->mention_format)) $config->mention_format = array('respect');
|
||||||
if(!is_array($config->mention_format)) $config->mention_format = explode('|@|', $config->mention_format);
|
if(!is_array($config->mention_format)) $config->mention_format = explode('|@|', $config->mention_format);
|
||||||
if(!$config->document_notify) $config->document_notify = 'direct-comment';
|
if(!$config->document_notify) $config->document_notify = 'direct-comment';
|
||||||
|
|
|
||||||
|
|
@ -98,14 +98,6 @@
|
||||||
<p class="x_help-block">회원정보보기에서 메뉴 목록에 회원알림센터 설정 및 회원알림목록을 접근할 수잇는 페이지를 노출하거나 노출 시키지 않을 수 있습니다.</p>
|
<p class="x_help-block">회원정보보기에서 메뉴 목록에 회원알림센터 설정 및 회원알림목록을 접근할 수잇는 페이지를 노출하거나 노출 시키지 않을 수 있습니다.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="x_control-group">
|
|
||||||
<label class="x_control-label">{$lang->ncenterlite_message_event}</label>
|
|
||||||
<div class="x_controls">
|
|
||||||
<label><input type="checkbox" name="message_notify" value="N" checked="checked"|cond="$config->message_notify == 'N'" /> {$lang->ncenterlite_message_event_about}</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="x_control-group">
|
<div class="x_control-group">
|
||||||
<label class="x_control-label">알림센터 사용여부</label>
|
<label class="x_control-label">알림센터 사용여부</label>
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue