From 08828c59fb999aa9b42b727f5596043b1045422c Mon Sep 17 00:00:00 2001 From: dimka3210 Date: Sun, 24 Jul 2011 10:49:36 +0000 Subject: [PATCH] r132 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Вырезка виртуальной клавиатуры. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@132 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 3 +-- upload/posting.php | 3 --- upload/templates/default/posting.tpl | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/upload/config.php b/upload/config.php index 003f6e3b6..c85aff3ae 100644 --- a/upload/config.php +++ b/upload/config.php @@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1; // Increase number of revision after update $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['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'; // 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['max_smilies'] = 10; // Максимальное число смайлов в посте (0 - без ограничения) diff --git a/upload/posting.php b/upload/posting.php index 76334ab09..ddf40a818 100644 --- a/upload/posting.php +++ b/upload/posting.php @@ -786,9 +786,6 @@ $template->assign_vars(array( 'POSTING_TYPE_TITLE' => $page_title, 'POSTING_TOPIC_ID' => ($mode != 'newtopic') ? $topic_id : '', '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")) ); diff --git a/upload/templates/default/posting.tpl b/upload/templates/default/posting.tpl index 636dc3c41..1984c754f 100644 --- a/upload/templates/default/posting.tpl +++ b/upload/templates/default/posting.tpl @@ -113,8 +113,6 @@ - -