mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r126
чуть поправил подпись. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@126 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
451fa8e50b
commit
a4746871db
2 changed files with 7 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 r125';
|
$bb_cfg['tp_release_state'] = 'TP II r126';
|
||||||
$bb_cfg['tp_release_date'] = '23-07-2011';
|
$bb_cfg['tp_release_date'] = '23-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
|
||||||
|
@ -65,9 +65,9 @@ $bb_cfg['srv_overloaded_msg'] = "Извините, в данный момент
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$dbhost = 'localhost';
|
$dbhost = 'localhost';
|
||||||
$dbname = 'dbase';
|
$dbname = 'dbname';
|
||||||
$dbuser = 'user';
|
$dbuser = 'dbuser';
|
||||||
$dbpasswd = 'pass';
|
$dbpasswd = 'dbpasswd';
|
||||||
$dbcharset = 'utf8';
|
$dbcharset = 'utf8';
|
||||||
$pconnect = false;
|
$pconnect = false;
|
||||||
|
|
||||||
|
@ -390,8 +390,8 @@ $bb_cfg['ext_link_new_win'] = true; // open external links in new
|
||||||
$bb_cfg['topic_moved_days_keep'] = 7; // remove topic moved links after xx days (or FALSE to disable)
|
$bb_cfg['topic_moved_days_keep'] = 7; // remove topic moved links after xx days (or FALSE to disable)
|
||||||
|
|
||||||
$bb_cfg['allowed_posts_per_page'] = array(15, 30, 50, 100);
|
$bb_cfg['allowed_posts_per_page'] = array(15, 30, 50, 100);
|
||||||
$bb_cfg['user_signature_start'] = "<br />_________________<br />";
|
$bb_cfg['user_signature_start'] = "<br />__________<br /><span class='signature'>";
|
||||||
$bb_cfg['user_signature_end'] = ""; //Это позволит использовать html теги, которые требуют закрытия. Например <table> или <font color>
|
$bb_cfg['user_signature_end'] = "</span>"; //Это позволит использовать html теги, которые требуют закрытия. Например <table> или <font color>
|
||||||
|
|
||||||
// Posts
|
// Posts
|
||||||
$bb_cfg['use_posts_cache'] = true; // if you switch from ON to OFF, you need to TRUNCATE `bb_posts_html` table
|
$bb_cfg['use_posts_cache'] = true; // if you switch from ON to OFF, you need to TRUNCATE `bb_posts_html` table
|
||||||
|
|
|
@ -217,7 +217,7 @@ function set_hid_chbox (id)
|
||||||
|
|
||||||
<div class="post_wrap">
|
<div class="post_wrap">
|
||||||
<div class="post_body">{postrow.MESSAGE}{postrow.ATTACHMENTS}</div><!--/post_body-->
|
<div class="post_body">{postrow.MESSAGE}{postrow.ATTACHMENTS}</div><!--/post_body-->
|
||||||
<!-- IF postrow.SIGNATURE --><span class="signature">{postrow.SIGNATURE}</span><!-- ENDIF -->
|
<!-- IF postrow.SIGNATURE -->{postrow.SIGNATURE}<!-- ENDIF -->
|
||||||
<!-- IF postrow.EDITED_MESSAGE --><div class="last_edited">{postrow.EDITED_MESSAGE}</div><!-- ENDIF -->
|
<!-- IF postrow.EDITED_MESSAGE --><div class="last_edited">{postrow.EDITED_MESSAGE}</div><!-- ENDIF -->
|
||||||
</div><!--/post_wrap-->
|
</div><!--/post_wrap-->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue