Add add and fix lots of minor staff: topic watching, a:target thingie, etc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user