Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am looking to disable user configurable "block configuration" on the user edit page.
This is the end result I want: maintain the "custom" level of blocks, but I want the visible blocks to be different for all different user roles, and for those block configurations to be only made by the admin account.
Each user role(anonymous, authorized user, admin, etc.) will have a different blocks viewed, but authenticated users will not determine this for their own accounts. Only the admin will control visible blocks based on "role".
Vocab #2-This is term 6
Of course putting the real title in.
taxonomy_dhtml does this but, I do not want it in a block. Can anyone point out what function does this, so I can remove that function and use it as a page?
As I work on the various drupal sites I'm building, the pages become cluttered with a section that appears in the center/content colum filled with drupal's resonses to the actions I take.
I.e.
The configuration options have been saved.
The configuration options have been saved.
The configuration options have been saved.
The changes have been saved.
The configuration options have been saved.
The changes have been saved.
The category has been updated.
The feed has been updated.
The configuration options have been saved.
Is there any way to do advanced search in flexinodes? My application has a flexinode called "presentation" with a flexinode-field "year-of-publication", Now I want to search for all presentations which where publicated between 1997-1999. Is there any possibility?