_________________
';
+$bb_cfg['user_signature_start'] = '
_________________
';
$bb_cfg['user_signature_end'] = '
'; // It allows user signatures to have closings "<>"
// Posts
diff --git a/library/includes/functions.php b/library/includes/functions.php
index b34cca375..b29b2a8d2 100644
--- a/library/includes/functions.php
+++ b/library/includes/functions.php
@@ -1379,7 +1379,7 @@ function bb_simple_die($txt, $status_code = null)
}
if (!empty($_COOKIE['explain'])) {
- bb_die("bb_simple_die:
$txt");
+ bb_die("bb_simple_die:
$txt");
}
die($txt);
@@ -1853,9 +1853,9 @@ function set_pr_die_append_msg($pr_uid)
$template->assign_var('BB_DIE_APPEND_MSG', '
' . $lang['PROFILE_RETURN'] . '
-
+
' . $lang['PROFILE_EDIT_RETURN'] . '
-
+
' . $lang['INDEX_RETURN'] . '
');
}
diff --git a/library/includes/torrent_show_dl_list.php b/library/includes/torrent_show_dl_list.php
index 55ebaf448..2c1eaa513 100644
--- a/library/includes/torrent_show_dl_list.php
+++ b/library/includes/torrent_show_dl_list.php
@@ -31,7 +31,7 @@ $show_dl_buttons = (!IS_GUEST && $dl_topic && $bb_cfg['bt_show_dl_list_buttons']
// link to clear DL-List
$template->assign_vars(['S_DL_DELETE' => false]);
if (($is_auth['auth_mod']) && ($t_data['topic_dl_type'] == TOPIC_DL_TYPE_DL)) {
- $s_dl_delete = "
' . $lang['DL_LIST_DEL'] . '';
+ $s_dl_delete = "
' . $lang['DL_LIST_DEL'] . '';
$template->assign_vars(['S_DL_DELETE' => $s_dl_delete]);
}
diff --git a/library/includes/ucp/bonus.php b/library/includes/ucp/bonus.php
index 04a3b374d..337b3e9e5 100644
--- a/library/includes/ucp/bonus.php
+++ b/library/includes/ucp/bonus.php
@@ -32,7 +32,7 @@ if (isset($_POST['bonus_id'])) {
if ($userdata['user_points'] < $points) {
meta_refresh('index.php', 10);
- $message = $lang['BONUS_NOT_SUCCES'] . '
' . $lang['BONUS_RETURN'] . '' . $lang['RETURN_PROFILE'] . '' . sprintf($lang['CLICK_RETURN_INDEX'], '
', '');
+ $message = $lang['BONUS_NOT_SUCCES'] . '
' . $lang['BONUS_RETURN'] . '' . $lang['RETURN_PROFILE'] . '' . sprintf($lang['CLICK_RETURN_INDEX'], '
', '');
bb_die($message);
}
@@ -50,7 +50,7 @@ if (isset($_POST['bonus_id'])) {
meta_refresh(BONUS_URL, 10);
$message = sprintf($lang['BONUS_SUCCES'], humn_size($upload_row[$id] * 1024 * 1024 * 1024));
- $message .= '
' . $lang['BONUS_RETURN'] . '' . $lang['RETURN_PROFILE'] . '' . sprintf($lang['CLICK_RETURN_INDEX'], '
', '');
+ $message .= '
' . $lang['BONUS_RETURN'] . '' . $lang['RETURN_PROFILE'] . '' . sprintf($lang['CLICK_RETURN_INDEX'], '
', '');
bb_die($message);
} else {
diff --git a/library/includes/ucp/email.php b/library/includes/ucp/email.php
index c50a119e9..406dd6604 100644
--- a/library/includes/ucp/email.php
+++ b/library/includes/ucp/email.php
@@ -75,7 +75,7 @@ if ($row = DB()->fetch_row($sql)) {
'USERNAME' => profile_url($row),
'S_HIDDEN_FIELDS' => '',
'S_POST_ACTION' => "profile.php?mode=email&" . POST_USERS_URL . "=$user_id",
- 'ERROR_MESSAGE' => ($errors) ? implode('
', array_unique($errors)) : ''
+ 'ERROR_MESSAGE' => ($errors) ? implode('
', array_unique($errors)) : ''
]);
print_page('usercp_email.tpl');
diff --git a/library/includes/ucp/register.php b/library/includes/ucp/register.php
index f43f15c49..b88389d24 100644
--- a/library/includes/ucp/register.php
+++ b/library/includes/ucp/register.php
@@ -713,7 +713,7 @@ $template->assign_vars($tp_data);
$template->assign_vars([
'PAGE_TITLE' => ($mode == 'editprofile') ? $lang['EDIT_PROFILE'] . ($adm_edit ? " :: {$pr_data['username']}" : '') : $lang['REGISTER'],
'SHOW_REG_AGREEMENT' => ($mode == 'register' && !IS_ADMIN),
- 'ERROR_MESSAGE' => ($errors) ? implode('
', array_unique($errors)) : '',
+ 'ERROR_MESSAGE' => ($errors) ? implode('
', array_unique($errors)) : '',
'MODE' => $mode,
'EDIT_PROFILE' => ($mode == 'editprofile'),
'ADM_EDIT' => $adm_edit,
diff --git a/library/includes/ucp/topic_watch.php b/library/includes/ucp/topic_watch.php
index c91e06236..a84779ac5 100644
--- a/library/includes/ucp/topic_watch.php
+++ b/library/includes/ucp/topic_watch.php
@@ -90,7 +90,7 @@ if ($watch_count > 0) {
'U_FORUM' => FORUM_URL . $watch[$i]['forum_id'],
'REPLIES' => $watch[$i]['topic_replies'],
'AUTHOR' => profile_url($watch[$i]),
- 'LAST_POST' => bb_date($watch[$i]['topic_last_post_time']) . '
' . profile_url(['user_id' => $watch[$i]['last_user_id'], 'username' => $watch[$i]['last_username'], 'user_rank' => $watch[$i]['last_user_rank']]),
+ 'LAST_POST' => bb_date($watch[$i]['topic_last_post_time']) . '
' . profile_url(['user_id' => $watch[$i]['last_user_id'], 'username' => $watch[$i]['last_username'], 'user_rank' => $watch[$i]['last_user_rank']]),
'LAST_POST_RAW' => $watch[$i]['topic_last_post_time'],
'LAST_POST_ID' => $watch[$i]['topic_last_post_id'],
'IS_UNREAD' => $is_unread,
diff --git a/library/language/source/html/sidebar1.html b/library/language/source/html/sidebar1.html
index 154ada2eb..a8e304132 100644
--- a/library/language/source/html/sidebar1.html
+++ b/library/language/source/html/sidebar1.html
@@ -17,6 +17,6 @@
-