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
If desired, you can insert <iframe> in CKEditor field by switching to the HTML editing mode using Source button. Using jQuery, make a wrapper for alignment and changing the size of <...
Best way to embed media with CKEditor
Is there a new solution to this problem? https://ckeditor.com/ Sprunki 1996 docs/ckeditor5/latest/features/media-embed.html
Best way to embed media with CKEditor
I think some discussion of https://github.com/backdrop/backdrop-issues/issues/6900 would be useful
May 15th 2025 Weekly Meetings