diff --git a/upload/config.php b/upload/config.php index 3ce7a204b..dd48cd59d 100644 --- a/upload/config.php +++ b/upload/config.php @@ -163,6 +163,7 @@ $tr_cfg = array( 'limit_seed_ips' => 0, 'limit_leech_ips' => 0, 'tor_topic_up' => true, + 'gold_silver_enabled' => true, ); $bb_cfg['show_dl_status_in_search'] = true; @@ -410,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