Hi,
just installed latest cvs version of og and og_roles.
When no custom roles are defined og_roles_settings displays a message refering to admin/access/roles.
It seems that the % placeholder causes the url to contain em-tags. Switching to @ placeholder fixes this problem.
Patch attached.

Comments

knseibert’s picture

StatusFileSize
new959 bytes

Doh. Just noticed that it is the wrong url after all. Roles are now to be found under /admin/user/roles.
I have kept the placeholder name @access although it has not much to do with "access" anymore.
Anyway... patch attached.

knseibert’s picture

StatusFileSize
new1.39 KB

Now i have added some custom roles. The fieldset title html reads:

<legend><em>&lt;em&gt;Group&lt;/em&gt;</em> role options</legend>

Which looks like this:

<em>Group</em> role options

This is due to:
1) % placeholder iso @
2) theme('placeholder') function, which IMHO is not necessary here.
Again, patch attached.