mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-23 14:45:43 -07:00
r128
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@128 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
5a7e715752
commit
9e37f8dd09
1 changed files with 2 additions and 2 deletions
|
@ -401,8 +401,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['allowed_posts_per_page'] = array(15, 30, 50, 100);
|
||||
$bb_cfg['user_signature_start'] = "<br />_________________<br />";
|
||||
$bb_cfg['user_signature_end'] = ""; //Это позволит использовать html теги, которые требуют закрытия. Например <table> или <font color>
|
||||
$bb_cfg['user_signature_start'] = '<span class="signature"><br />_________________<br />';
|
||||
$bb_cfg['user_signature_end'] = '</span>'; //Это позволит использовать html теги, которые требуют закрытия. Например <table> или <font color>
|
||||
|
||||
// Posts
|
||||
$bb_cfg['use_posts_cache'] = true; // if you switch from ON to OFF, you need to TRUNCATE `bb_posts_html` table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue