Page 1 of 1

"Your profile" on main page

Posted: Sun May 20, 2007 8:14 am
by power
Script URL:
Version of script: 94
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I dont want users to login to thier "Your profile" on main page

cause they can change thier password, sig, name, email add, Notify me of new tickets.

i dont want them to have a contol over that stuff, i want only the admin to be able change that stuff.

Posted: Sun May 20, 2007 8:21 am
by power
i spent the whole day trying to figure it out but nooo luck...>:

Posted: Sun May 20, 2007 10:39 am
by Klemen
I think you'll be surprised how easy it is:
- open profile.php in notepad
- in line 40, after

Code: Select all

hesk_isLoggedIn();
, paste this code:

Code: Select all

hesk_isAdmin();
- save, upload, close all browser windows and test

Posted: Sun May 20, 2007 6:12 pm
by power
thanks for answer.....<: