i have set all the group based permissions, when a user is registered it is added to the group automatically( should do it), but the problem is that the registered user becomes default user for the user...when ever i manually remove user from registered user group the permissions works fine as i want...mtrs wrote:You should set permission based on groups. Permissions is nothing to do with this mod.
I have this same issue. The value I set in "Field name/title presented to the user" and the value from "Entries" shows on viewtopic and in profile. No rank images.nims wrote:I also have a similar query. Depending on custom profile fields value I am putting users into "Buyers" and "sellers" group. I have assigned different rank images to Buyers, Sellers and Registered group. But the board only shows the rank image of registered usersgroup. Maybe bcos it automatically is the default usergroup![]()
How do I show the Buyers and Sellers rank images ?
This looks like a big drawback of this MOD. The whole purpose of putting users in different groups is to clearly distinguish them by providing separate rank images, color etc. But nothing such happens using this MOD.mtrs wrote:Rank images come from default groups, if applicable, you should set the new group as default.
In this mod, custom profile fields based groups cannot be set default.
+1nims wrote:This looks like a big drawback of this MOD. The whole purpose of putting users in different groups is to clearly distinguish them by providing separate rank images, color etc. But nothing such happens using this MOD.mtrs wrote:Rank images come from default groups, if applicable, you should set the new group as default.
In this mod, custom profile fields based groups cannot be set default.
Pls do something to make these groups as their default. Or give them a choice on registration to choose their default group.
Code: Select all
$group_default = false;
Code: Select all
$group_default = true;
This mod may be helpful.nims wrote:Is there any possibility of using switches like IF_GROUP_SELLER etc. in the templates to restrict viewing of custom profile fields to specific group only.