Quote:
Originally Posted by tnguy3n
okie, i found this intereting....
in file includes/functions.php
If I replace:
Code:
$user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $username . $usergroupcache["$displaygroupid"]['closetag'];
With:
Code:
// ## <ucs>
$user['musername'] = $username;
($user['uttstore_italicsusername'] != '0' && $user['uttstore_italicsusername'] != '' ? $user['musername'] = "<i>" . $user['musername'] . "</i>" : "");
($user['uttstore_boldusername'] != '0' && $user['uttstore_boldusername'] != '' ? $user['musername'] = "<b>" . $user['musername'] . "</b>" : "");
($user['uttstore_usernamecolor'] != '0' && $user['uttstore_usernamecolor'] != '' ? $user['musername'] = "<font color=\"$user[uttstore_usernamecolor]\">" . $user['musername'] . "</font>" : "");
$user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $user['musername'] . $usergroupcache["$displaygroupid"]['closetag'];
// ## </ucs>
I got an error message as mentioned in previous post. However, if i leave dis includes/functions.php file unchanged (or un-editted), the point/money/bank system works. but i guess the bold/italic title won't work in dis case.
anyway to fix this problem?
|
What are you using to edit the files?
EDIT:
Read this post. It's an issue with what you are using to edit the file.