Closed (fixed)
Project:
Block Assign
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2008 at 09:07 UTC
Updated:
19 Feb 2008 at 13:12 UTC
Hi you all.
Thanks for that nice module, it solves part of the block editing on sites with lots of blocks. The only point is that it places its configuration page on a rather extrange place, wouldn't be more logical to have it just with the rest of block admins?. I've added the next menu entry which places it as a new tab right on the block admin page.
<?php
$items[] = array(
'path' => 'admin/build/block/visibility',
'title' => t('Page Visibility'),
'callback' => 'block_assign_admin',
'access' => user_access('access administration pages'),
'type' => MENU_LOCAL_TASK,
);
?>
I hope you find it useful. Feedback would be great :-)
Comments
Comment #1
dllh commentedGreat idea! I've incorporated this addition. Thanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.