By jrstmartin on
I'm trying to use $group->path in a function in og_forum.module. $group->path works just fine for roles with "administer url aliases" (path.module) permission but is not available for roles without this permission.
How do I make $group->path available to all roles without giving all roles that permission? Modify permissions in path.module somehow?
Obviously I don't want all roles being able to change my url aliases but I want to call this "simple" request ($group->path) into a URL I'm trying to make. $group->path is simply a piece of a URL, for the group that you are currently in (/group-name).
My original post on the subject is here.
Any help would be greatly appreciated :)