불필요한 익명 닉네임 설정 옵션을 제거

This commit is contained in:
BJRambo 2016-04-30 18:27:24 +09:00
parent 82e9b4c781
commit 209c54507c
3 changed files with 0 additions and 13 deletions

View file

@ -41,10 +41,6 @@ class ncenterliteAdminController extends ncenterlite
{
$config->use = array();
}
if (!$config->anonymous_name)
{
$config->anonymous_name = null;
}
if (!$config->mention_suffixes)
{
$config->mention_suffixes = array();

View file

@ -34,7 +34,6 @@ class ncenterliteModel extends ncenterlite
if(!$config->skin) $config->skin = 'default';
if(!$config->colorset) $config->colorset = 'black';
if(!$config->zindex) $config->zindex = '9999';
if(!$config->anonymous_name) $config->anonymous_name = 'Anonymous';
self::$config = $config;
}

View file

@ -39,14 +39,6 @@
<p class="x_help-block">{$lang->about_mention_suffix_always_cut}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->anonymous_nick_name_setting}</label>
<div class="x_controls">
<input type="text" name="anonymous_name" value="{escape($config->anonymous_name, false)}" />
<p class="x_help-block">{$lang->about_anonymous_nick_name}</p>
</div>
</div>
</section>
<div class="x_clearfix btnArea">
<div class="x_pull-right">