ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,775
- Points
- 823
Reputation:
Hi all currently using PHPBB on my website Gaming On Linux and i am thinking about switching over.
First Question
My main concern is that everything on the main website that is user based uses phpbbs auth system, how easy is it to see/use the authorisation system of xenforo outside of it?
Like a certain user group say admins, super mods or even an admin created group.
Like including certain files then doing say (dirty example)
Code:
Read more
Continue reading...
First Question
My main concern is that everything on the main website that is user based uses phpbbs auth system, how easy is it to see/use the authorisation system of xenforo outside of it?
Like a certain user group say admins, super mods or even an admin created group.
Like including certain files then doing say (dirty example)
Code:
Code:
if ($auth->group['admin'] == 1)
// do...
Read more
Continue reading...