MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completely customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
Differences between Power user, admin , Superadmin
AuthorText
eros23
Junior Member

Posts: 77
Contributes: 68

Gender: _NEUTRAL_
Online: No
Date: 13/01/2009 20:33
Differences between Power user, admin , Superadmin
#post17227
Italian:
Vorrei capire nel dettaglio le differenze tra i vari livelli di utenza:
1.che differenza c'è tra un user ed un super user;
2.che differenza c'è tra un admin ed un super admin;

cosa ti permettono di fare? e dove poterli usare.

English:
Io Vorrei capire nel dettaglio le differenze tra i vari livelli di utenza:
1. che differenza c'è tra un user ed un super user;
2. che differenza c'è tra un admin ed un super admin;

Che cosa ti permettono di fare? dove poterli usare.


Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 6901
Contributes: 4406

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 13/01/2009 22:25
Re: Differences between Power user, admin , Superadmin
#post17231
user = utente normale
power user = utente che può entrare in alcune pagine in amministrazione (impostate alla creazione dell'account power user)
admin = accesso alle pagine in amministrazione + poteri nel front-end
superadmin = admin che non può essere editato o cancellato da admin (in teoria è il webmaster)
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
media_555
Senior Member

Posts: 142
Contributes: 126

Gender: _NEUTRAL_
Online: No

Languages: media_555
Date: 15/01/2009 00:11
Re: Differences between Power user, admin , Superadmin
#post17257
quote
mem:
user = utente normale
power user = utente che può entrare in alcune pagine in amministrazione (impostate alla creazione dell'account power user)
admin = accesso alle pagine in amministrazione + poteri nel front-end
superadmin = admin che non può essere editato o cancellato da admin (in teoria è il webmaster)
]

can someone tralnslate in english pls? i also wanted to know this differenece..

thanx
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 6901
Contributes: 4406

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 15/01/2009 08:47
Re: Differences between Power user, admin , Superadmin
#post17261
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
eros23
Junior Member

Posts: 77
Contributes: 68

Gender: _NEUTRAL_
Online: No
Date: 15/01/2009 14:17
Re: Differences between Power user, admin , Superadmin
#post17265
se ad esempio voglio richiamare un permesso solo per quell'area ad un utente che ho attivato come devo fare?
isAdmin($userid,2) per dare degli accessi oppure si usa isAuth($userid,2) ?? se puoi spiegarmi la differenza in modo da capire velocemente il grado e i livelli di accesso...
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 6901
Contributes: 4406

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 15/01/2009 14:28
Re: Differences between Power user, admin , Superadmin
#post17267
Non puoi dare il permesso ad UN UTENTE SPECIFICO, ma ad un LIVELLO DI UTENTI, cioè OSPITI, UTENTI REGISTRATI, AMMINISTRATORI ecc.

0 = Ospite
1 = User
2 = Power user
3 = Admin
4 = Superadmin

Se vuoi mostrare il contenuto a quelli che hanno un livello >= Power user (cioè Power user, Admin e Superadmin) , utilizza

code
global $userid;
if (isAuth($userid,3)) { ... }
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
eros23
Junior Member

Posts: 77
Contributes: 68

Gender: _NEUTRAL_
Online: No
Date: 20/01/2009 22:22
Re: Differences between Power user, admin , Superadmin
#post17465
Ho sviluppato alcune funzioni di admin dei miei addon che sono nella stessa area user. Se voglio dare un permesso di admin solo per quell'area ad un untente come devo scrivere nel codice?
code

if (isAdmin($userid,2)) {
//codice per super utente
}
 


puoi fare un po di esempi...
Seconda cosa...non ho capito bene dal lato admin come attivo un amministratore solo per quel addon.
Grazie Mem
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 6901
Contributes: 4406

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 21/01/2009 12:12
Re: Differences between Power user, admin , Superadmin
#post17480
1) Non puoi dare permessi admin ad un utente, puoi dare permessi admin AGLI ADMIN (TUTTI, alla categoria INTERA).

2) Se vuoi che un utente abbia permessi da admin, il suo account DEVE essere admin.

3) Se vuoi che un utente possa accedere in admin, ad una specifica (e solo quella) pagina (addon), devi settarlo come Power User (No Admin, no superadmin perchè questi hanno poteri dappertutto), ed impostare alla pagina di configurazione permessi (accanto alle opzioni di modifica e cancellazione admin) la pagina interessata
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
Reply
Tags Cloud
Advertising
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.107.191.109

Username
Password
Language
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo