git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@362 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
nanosimbiot 2012-02-08 16:04:11 +00:00
commit bad20c4464
4 changed files with 5 additions and 4 deletions

View file

@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
// Increase number of revision after update // Increase number of revision after update
$bb_cfg['tp_version'] = '2.4 (beta)'; $bb_cfg['tp_version'] = '2.4 (beta)';
$bb_cfg['tp_release_state'] = 'R361'; $bb_cfg['tp_release_state'] = 'R362';
$bb_cfg['tp_release_date'] = '08-02-2012'; $bb_cfg['tp_release_date'] = '08-02-2012';
// Database // Database
@ -411,7 +411,7 @@ $bb_cfg['show_poster_joined'] = true;
$bb_cfg['show_poster_posts'] = true; $bb_cfg['show_poster_posts'] = true;
$bb_cfg['show_poster_from'] = true; $bb_cfg['show_poster_from'] = true;
$bb_cfg['show_bot_nick'] = false; $bb_cfg['show_bot_nick'] = false;
$bb_cfg['text_buttons'] = true; // replace EDIT, QUOTE... images with text links $bb_cfg['text_buttons'] = false; // replace EDIT, QUOTE... images with text links
$bb_cfg['parse_ed2k_links'] = true; // make ed2k links clickable $bb_cfg['parse_ed2k_links'] = true; // make ed2k links clickable
$bb_cfg['post_date_format'] = 'd-M-Y H:i'; $bb_cfg['post_date_format'] = 'd-M-Y H:i';
$bb_cfg['ext_link_new_win'] = true; // open external links in new window $bb_cfg['ext_link_new_win'] = true; // open external links in new window

View file

@ -20,7 +20,7 @@ if (!$f_data['forum_tpl_id'] OR !$tpl_data = DB()->fetch_row($sql))
{ {
if (!$edit_tpl_mode) if (!$edit_tpl_mode)
{ {
redirect(POSTING_URL. "?mode=newtopic&f=$forum_id"); redirect("posting.php?mode=newtopic&f=$forum_id");
} }
} }

View file

@ -287,7 +287,7 @@ class Template {
{ {
$this->cur_tpl = $filename; $this->cur_tpl = $filename;
global $lang, $bb_cfg; global $lang, $bb_cfg, $tr_cfg;
$L =& $lang; $L =& $lang;
$V =& $this->vars; $V =& $this->vars;

View file

@ -0,0 +1 @@
TNbN231svKOpD1UV1PLm