Hi monroe ,
Thanks a lot for ur reply
... it really did help
...
What I am doing currently now is created different categories in the forum and I want provide permissions according to the categories.
The suggestion what u given means that i need to create groups for each categories and assign permissions to groups. Currently I am having only two groups. We are using SSO ( with cookies ) for authentication which enables to insert data into
jforum_users table and also inserts into
jforum_user_groups table. Now I want know that since we had any two groups and
defaultUserGroup key is set to 1 in
SystemGlobals.properties file. So it insert value as 1 for each user.
I want to insert different group id for each user and one user can belong to different groups. I want to know which class i need to extend to do this stuff.
Yashoo
[originally posted on jforum.net by yashoonath]