harmor19
04 Nov 2006, 07:56
I have made some custom usergroup permissions for a hack a few months back and they worked. I recently added one more to the list which is the last one in the php bbcode
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Here is the php conditional I'm using
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I went into phpmyadmin and went to the "usergroup" table. The field the permissions saved to is "hostingpermissions" In the ACP --> Usergroup Manager" I only enabled the "cansearchsites" option. I checked the number in the "hostingpermissions" field and it was 16. Can you tell me why the conditional won't recognize the usergroup permissions?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Here is the php conditional I'm using
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I went into phpmyadmin and went to the "usergroup" table. The field the permissions saved to is "hostingpermissions" In the ACP --> Usergroup Manager" I only enabled the "cansearchsites" option. I checked the number in the "hostingpermissions" field and it was 16. Can you tell me why the conditional won't recognize the usergroup permissions?