TBDev Forum
Programming board
Main Page Forum Rules Privacy Policy Members Contact Us
Welcome Guest (Login | Register)
TBDev Forum TBDev.net - Help General Support how can i edit my own profile

how can i edit my own profile

2006-12-18 18:51:00
Group: Member
Posts: 222
Topics participated: 135
Topics started: 27
First post: 2006-11-21 16:35:00
Last post: 2007-02-21 10:08:00
i am sys op and i would like to be able to edit my own profile but normal users can't. i have seen it been done on other sites.

any help would be great
 
2006-12-19 00:05:00
Group: Member
Posts: 81
Topics participated: 51
Topics started: 9
First post: 2006-09-24 23:14:00
Last post: 2008-03-14 17:40:00
in userdetails.php change

if (get_user_class() >= UC_MODERATOR && $user["class"] < get_user_class())


TO

if (get_user_class() >= UC_MODERATOR && $user["class"] < get_user_class() || get_user_class() == UC_SYSOP)


But you can also go to Phpmyadmin and then Databse-users-YOU and edit it
 
2006-12-24 10:02:00
Group: Member
Posts: 351
Topics participated: 233
Topics started: 17
First post: 2006-06-06 17:18:00
Last post: 2008-12-28 14:00:00
just what i needed....ty
 

Similar threads

Topic Posts Last post
Cant Edit my profile 10 2008-03-01 11:18:00
My profile 2 2007-07-21 00:18:00
Profile mod 3 2008-12-12 15:37:00
New Profile Mod 4 2007-02-22 10:56:00
Hide Profile 16 2009-01-01 03:43:00