mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge branch 'rhymix:master' into master
This commit is contained in:
commit
e5b729f8e9
152 changed files with 2348 additions and 792 deletions
|
|
@ -290,8 +290,9 @@ class CommunicationView extends communication
|
|||
$option->editor_skin = $this->config->editor_skin;
|
||||
$option->sel_editor_colorset = $this->config->editor_colorset;
|
||||
$option->editor_focus = Context::get('source_message') ? 'Y' : 'N';
|
||||
if(Context::get('m'))
|
||||
if(Context::get('m') || stripos($_SERVER['HTTP_USER_AGENT'] ?? '', 'mobile') !== false)
|
||||
{
|
||||
$option->editor_toolbar = 'simple';
|
||||
$option->editor_toolbar_hide = 'Y';
|
||||
}
|
||||
if ($option->allow_fileupload)
|
||||
|
|
|
|||
|
|
@ -50,3 +50,7 @@ $lang->enable_communication_friend = 'Friend Enable';
|
|||
$lang->enable_communication_message = 'Message Enable';
|
||||
$lang->enable_attachment = 'Allow Attachment';
|
||||
$lang->attachment_size_limit = 'Attachment Size Limit';
|
||||
$lang->warning = 'Caution!';
|
||||
$lang->msg_allow_message_friend = 'You can only receive direct messages from your friends.';
|
||||
$lang->msg_allow_meesage_Block = 'Your direct message box is turned off.';
|
||||
$lang->msg_allow_message_please = 'You should allow direct messages from everyone in order to receive the replies for this message.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue