View Single Post
  #11  
Old 04-08-2011, 09:48 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,906
fadillzzz is an unknown quantity at this point
Default

The URL still like that? Don't forget to revert the changes on line 85 of functions.php then...

To remove the star
open your profile.php, on line 93
PHP Code:
    $userdisp "<img src='templates/icons/star.gif'> ".$usersname.""
go ahead and comment that out
PHP Code:
//    $userdisp = "<img src='templates/icons/star.gif'> ".$usersname.""; 
Reply With Quote