mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r362
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@362 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
0cd162611a
commit
bad20c4464
4 changed files with 5 additions and 4 deletions
|
@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
|||
|
||||
// Increase number of revision after update
|
||||
$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';
|
||||
|
||||
// Database
|
||||
|
@ -411,7 +411,7 @@ $bb_cfg['show_poster_joined'] = true;
|
|||
$bb_cfg['show_poster_posts'] = true;
|
||||
$bb_cfg['show_poster_from'] = true;
|
||||
$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['post_date_format'] = 'd-M-Y H:i';
|
||||
$bb_cfg['ext_link_new_win'] = true; // open external links in new window
|
||||
|
|
|
@ -20,7 +20,7 @@ if (!$f_data['forum_tpl_id'] OR !$tpl_data = DB()->fetch_row($sql))
|
|||
{
|
||||
if (!$edit_tpl_mode)
|
||||
{
|
||||
redirect(POSTING_URL. "?mode=newtopic&f=$forum_id");
|
||||
redirect("posting.php?mode=newtopic&f=$forum_id");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -287,7 +287,7 @@ class Template {
|
|||
{
|
||||
$this->cur_tpl = $filename;
|
||||
|
||||
global $lang, $bb_cfg;
|
||||
global $lang, $bb_cfg, $tr_cfg;
|
||||
|
||||
$L =& $lang;
|
||||
$V =& $this->vars;
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
TNbN231svKOpD1UV1PLm
|
Loading…
Add table
Add a link
Reference in a new issue