Quote:
Originally Posted by Dynex?
i have a error in functions.php
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/jeremy/public_html/board/includes/functions.php on line 1893
Find: $user['musername'] = $usergroupcache["$displaygroupid"]['opentag'] . $username . $usergroupcache["$displaygroupid"]['closetag'];
Replace With:// ## <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 have done
|
We understood the first time you posted dynex, we have lives outside of vBulletin

generaly you should wait about 24 hours.
As i said in your nother thread, start with a fresh copy of functions.php and try again, do not use dreamweaver to edit.