From 9403bc16d111d3eab635d187f807e988d1bc797b Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 22 Nov 2024 00:29:19 +0700 Subject: [PATCH] Updated --- library/config.php | 2 +- library/language/source/main.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/config.php b/library/config.php index 395139ba1..68629249e 100644 --- a/library/config.php +++ b/library/config.php @@ -508,7 +508,7 @@ $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'] = true; // Show bot's nickname -$bb_cfg['text_buttons'] = false; // replace EDIT, QUOTE... images with text links +$bb_cfg['text_buttons'] = true; // 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/library/language/source/main.php b/library/language/source/main.php index 1bc4b74e0..2695b8822 100644 --- a/library/language/source/main.php +++ b/library/language/source/main.php @@ -1663,6 +1663,7 @@ $lang['READ_PROFILE_TXTB'] = '[Profile]'; $lang['SEND_EMAIL_TXTB'] = '[E-mail]'; $lang['VISIT_WEBSITE_TXTB'] = '[www]'; $lang['EDIT_DELETE_POST_TXTB'] = '[Edit]'; +$lang['PIN_POST_TXTB'] = '[Pin]'; $lang['CODE_TOPIC_TXTB'] = '[Code]'; $lang['SEARCH_USER_POSTS_TXTB'] = '[Search]'; $lang['VIEW_IP_TXTB'] = '[ip]';