mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r132
Вырезка виртуальной клавиатуры. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@132 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
fd0a216a89
commit
08828c59fb
3 changed files with 1 additions and 7 deletions
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.0.2';
|
$bb_cfg['tp_version'] = '2.0.2';
|
||||||
$bb_cfg['tp_release_state'] = 'TP II r131';
|
$bb_cfg['tp_release_state'] = 'TP II r132';
|
||||||
$bb_cfg['tp_release_date'] = '24-07-2011';
|
$bb_cfg['tp_release_date'] = '24-07-2011';
|
||||||
|
|
||||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||||
|
@ -427,7 +427,6 @@ $bb_cfg['tidy_post'] = true;
|
||||||
$bb_cfg['spam_filter_file_path'] = ''; //BB_PATH .'/misc/spam_filter_words.txt';
|
$bb_cfg['spam_filter_file_path'] = ''; //BB_PATH .'/misc/spam_filter_words.txt';
|
||||||
|
|
||||||
// Posting
|
// Posting
|
||||||
$bb_cfg['show_virtual_keyboard'] = true;
|
|
||||||
$bb_cfg['prevent_multiposting'] = true; // replace "reply" with "edit last msg" if user (not admin or mod) is last topic poster
|
$bb_cfg['prevent_multiposting'] = true; // replace "reply" with "edit last msg" if user (not admin or mod) is last topic poster
|
||||||
$bb_cfg['max_smilies'] = 10; // Максимальное число смайлов в посте (0 - без ограничения)
|
$bb_cfg['max_smilies'] = 10; // Максимальное число смайлов в посте (0 - без ограничения)
|
||||||
|
|
||||||
|
|
|
@ -786,9 +786,6 @@ $template->assign_vars(array(
|
||||||
'POSTING_TYPE_TITLE' => $page_title,
|
'POSTING_TYPE_TITLE' => $page_title,
|
||||||
'POSTING_TOPIC_ID' => ($mode != 'newtopic') ? $topic_id : '',
|
'POSTING_TOPIC_ID' => ($mode != 'newtopic') ? $topic_id : '',
|
||||||
'POSTING_TOPIC_TITLE' => ($mode != 'newtopic') ? wbr($post_info['topic_title']) : '',
|
'POSTING_TOPIC_TITLE' => ($mode != 'newtopic') ? wbr($post_info['topic_title']) : '',
|
||||||
|
|
||||||
'SHOW_VIRTUAL_KEYBOARD' => $bb_cfg['show_virtual_keyboard'],
|
|
||||||
|
|
||||||
'U_VIEW_FORUM' => append_sid("viewforum.php?" . POST_FORUM_URL . "=$forum_id"))
|
'U_VIEW_FORUM' => append_sid("viewforum.php?" . POST_FORUM_URL . "=$forum_id"))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -113,8 +113,6 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="vTop pad_0 w100"><!-- INCLUDE posting_editor.tpl --></td>
|
<td class="vTop pad_0 w100"><!-- INCLUDE posting_editor.tpl --></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- IF SHOW_VIRTUAL_KEYBOARD --><!-- INCLUDE kb.tpl --><!-- ENDIF -->
|
|
||||||
<!-- IF IN_PM -->
|
<!-- IF IN_PM -->
|
||||||
<!-- ELSEIF LOGGED_IN -->
|
<!-- ELSEIF LOGGED_IN -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue