Was trying to get both field_permissions
and content_access
modules to work, and discovered this node_access
business for the first time. I've realised that most modules dealing with this have used Drupal's role rid
as the gid
when writing access rules, which is logical because it maps roles to grants simply, but the gid
column is INT. Backdrop no longer has a rid
, so to get his to work, I've had to write a doubtful function which maps each role to an INT, stored in config. Not fun.
Can that column be changed to simply accept the role's name
rather than a rid
? What would be the implications of this?
Recent comments
It looks like the minify module is not properly processing your JS and HTML files. Have you checked the file paths and permissions to ensure they are accessible? I remember, that once I faced...
Minify
This looks like a great initiative. Keep rocking mate!
New website: FirstTimeWatching.com
I figured the space part of it out, but caption length is still limited to about 125 characters. - #CboxContent: margin-bottom expands it just enough and doesn't disrupt the counter or arrows...
Longer Captions with Colorbox?