The patch checks the user's roles against the block's roles.
| Comment | File | Size | Author |
|---|---|---|---|
| homebox.module_blockRoles.patch | 1.97 KB | rocnhorse |
The patch checks the user's roles against the block's roles.
| Comment | File | Size | Author |
|---|---|---|---|
| homebox.module_blockRoles.patch | 1.97 KB | rocnhorse |
Comments
Comment #1
benlotter commentedCould you paste the text of the fix? This looks like what I need but I don't how to read or use the patch files.
Comment #2
rocnhorse commentedFind the line ~322
foreach ($page->settings['blocks'] as $key => $block) {replace:
with:
Comment #3
drummI believe this has been fixed in the Drupal 7 version.