Login     Sign up
members roles
dpahellas (@dpahellas)
Join date: Sep 15th 2010
Community posts: 41
View Profile
Send Message

following link is not working give different permissions to different members.
Any idea?

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

old bug

goto user permissions, but click on the image, not the link

174 months ago
dpahellas (@dpahellas)
Join date: Sep 15th 2010
Community posts: 41
View Profile
Send Message

[quote=falcone]old bug

goto user permissions, but click on the image, not the link [/quote]

This is know to me.
The problem is user roles.I can add a user role name but cant edit.
Also cannot change permission to the exist roles.

Thanks

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

the link "give different permissions to different members"

goes to user permissions. it is not working because there is a '/' missing in the link.

you can edit the file includes/libs/admin.module.php.

function userroles.

edited line:

[code]
section_content('<p>"User Roles" is mainly used for grouping your members so that you can '.url('admin/permissions','give different permissions to different members').'.</p>');
[/code]
i added a '/' between admin and permissions.

now the link will work.

174 months ago
dpahellas (@dpahellas)
Join date: Sep 15th 2010
Community posts: 41
View Profile
Send Message

[quote=falcone]the link "give different permissions to different members"

goes to user permissions. it is not working because there is a '/' missing in the link.

you can edit the file includes/libs/admin.module.php.

function userroles.

edited line:

[code]
section_content('<p>"User Roles" is mainly used for grouping your members so that you can '.url('admin/permissions','give different permissions to different members').'.</p>');
[/code]
i added a '/' between admin and permissions.

now the link will work. [/quote]

Thanks for your help.now is working.
What is not working is when i add new role cannot edit

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

it is working. only edit you can do is, change the name of the role.

174 months ago