Monday, May 14, 2012

Tagged under: , , ,

How to increase number of shortcuts on shortcut bar in Drupal 7


















The default limit is 7. If you want more, do this.


Open settings.php and add this line:

$conf['shortcut_max_slots'] = 10;

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Very nice solution. But I think there is one pitfall. When configuring a site with multiple users/roles the extra shortcuts (number > 7) remain hidden. By enabling 'Use the administration pages and help' under permissions/roles this problem is fixed, but then you probably give the user/role a little bit too much access...

    ReplyDelete
    Replies
    1. Thank you! I saw your comment on https://drupal.org/node/682000. I've only used this fix one time for testing. I will notice from now on.

      Delete