By kxerc on
I'm looking for a way to let users with very limited access permissions select which menu items they want and/or blocks. I don't want to send them to the Drupal administrative section. Is there a good module for this, or am I looking at a custom job. The menu select / de-select would be really simple. A page with available menus listed / organized by outline. Say each subject and then the sub-links / topics. I'd want them to simply use check boxes and such. No reordering or custom placement on the page. It's more like what they want visible or not.
Comments
maybe you can use views2 and
maybe you can use views2 and expose some filters. Make a block that's a view. then as user filters, it'll change whats in the block. that's the only out of the box think I can think of.