diff --git a/library/config.php b/library/config.php index 170100086..24a8af843 100644 --- a/library/config.php +++ b/library/config.php @@ -473,7 +473,7 @@ $bb_cfg['show_rank_image'] = true; // Show user rank image in topics $bb_cfg['show_poster_joined'] = true; // Show user's registration date in topics $bb_cfg['show_poster_posts'] = true; // Show user's post count in topics $bb_cfg['show_poster_from'] = true; // Show user's country in topics -$bb_cfg['show_bot_nick'] = false; // Show bot's nickname +$bb_cfg['show_bot_nick'] = true; // Show bot's nickname $bb_cfg['text_buttons'] = false; // replace EDIT, QUOTE... images with text links $bb_cfg['post_date_format'] = 'd-M-Y H:i'; // Date format for topics $bb_cfg['ext_link_new_win'] = true; // open external links in new window diff --git a/styles/templates/default/viewtopic.tpl b/styles/templates/default/viewtopic.tpl index 10e6305c4..fd52271cd 100644 --- a/styles/templates/default/viewtopic.tpl +++ b/styles/templates/default/viewtopic.tpl @@ -218,7 +218,7 @@ function build_poll_add_form (src_el)