Dear Jan,
There is still something strange with assiging and restricting permissions.
I copy the table from phpMyAdmin here for clarity:
Database ******* running on localhost
Showing records 0 - 20 (20 total)
SQL-query : [Edit]
SELECT * FROM `4images_groupmatch` LIMIT 0, 30
rows starting from
_________group_id user_id groupmatch_startdate groupmatch_enddate
Edit Delete____2____33____1033513845____________0
Edit Delete____2____21____1033513200____________0
Edit Delete____9____6_____0_____________________0
Edit Delete____10___11____0_____________________0
etc etc etc
So, I tell, I created the group 2, but I did not create these groups 9, 10, etc. There are only two groups wich I wanted to create Members and Restricted - group_id="1" and group_id ="2". That's all.
I don't understand where all these group_id's came from.
On the next step I wanted to assign certain user_id's certain group_id's
(in the table 4images_groupmatch) but I can not do that, because I don't understand what happens with the group_id's. Of course, I can go user by user from 4images Admin interface, and assign each user to appropriate group. However, I was looking for the way to modify bulks of information at once. I hope my explanation is clear, since I am not sure if I use the technical language in a correct way.
Am I doing something extremely weird? Is there a correct way of assigining groupmatch?