Add add and fix lots of minor staff: topic watching, a:target thingie, etc

This commit is contained in:
Aleksei Miheev
2012-12-18 01:27:36 +04:00
parent eb5c3e7480
commit 52fc76145e
7 changed files with 65 additions and 21 deletions

View File

@@ -526,7 +526,7 @@ function loadMemberContext($user)
// Set things up to be used before hand.
$gendertxt = $profile['gender'] == 2 ? $txt[239] : ($profile['gender'] == 1 ? $txt[238] : '');
$profile['signature'] = str_replace(array("\n", "\r"), array('<br />', ''), $profile['signature']);
$profile['signature'] = doUBBC($profile['signature']);
$profile['signature'] = doUBBC($profile['signature'], true, 'size,color');
if ($profile['warning'] == 1)
$warn = 'warn';
elseif ($profile['warning'] == 2)