"Your profile" on main page

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
power
Posts: 31
Joined: Fri Feb 16, 2007 3:05 am

"Your profile" on main page

Post 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.
power
Posts: 31
Joined: Fri Feb 16, 2007 3:05 am

Post by power »

i spent the whole day trying to figure it out but nooo luck...>:
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
power
Posts: 31
Joined: Fri Feb 16, 2007 3:05 am

Post by power »

thanks for answer.....<:
Post Reply