Quote:
Originally Posted by OGT
Those 4 groups ported fine, but The other 15 groups I have in Vbull didn't get ported. I have to setup 4images groups independently of the vbulletin groups?
My site uses more than just admin, registered users, unregistered users. It looks like I'd have to set up an array similar tot he user array in sessions.php for groups for it to integrate properly.
does 4images support users being members of several groups?
is there a way to get 4images to use some sortof is_member_of functionality to assign permissions or will it always be limited to primary groups?
|
hehe, I see what you mean now.
For my album, I use another field for album level, so I dont think I'm going to write a fix for this.
However, if you wanna make another field for album_level, create this element in user table, with the default value = 2, and change the value for admins to 6 (or whatever admin value should be)
in this case, all members (including waiting for moderation ...) in any group are treated as user, except for those who are set to be admin.
for those who have some field in userfield table for "name", then you can use "userfield" instead of "user" table. In this case, you only need to creat another field for album level (using add user field) in user profile. => you can control the levels easier.
Quote:
HEY KT, is the Cookie STILL holding? Did MTA's fix work for the logging out issue? What about logging into the ADMIN of 4images and staying logged in?
|
heheh, my album work just fine, including login-logout-log in to adminCP ...
been using it for months without trouble.
good luck.