Closed (fixed)
Project:
Cobalt
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2009 at 13:49 UTC
Updated:
1 Jun 2012 at 14:20 UTC
In Drupal 7, it would be nice to have the "Cobalt configuration" menu item under Configuration and modules > System (or maybe Configuration and modules > Development). Currently it takes up space in the menu items at the first level, while the average user will seldomly want to change anything to Cobalt's configuration.
In cobalt_menu():
$items['admin/config/system/cobalt'] = array(
'title' => 'Cobalt',
'description' => 'Settings for cobalt appearance and behaviour',
'page callback' => 'drupal_get_form',
'page arguments' => array('cobalt_settings'),
'access arguments' => array('administer site configuration'),
'file' => 'cobalt_admin.inc.php',
'type' => MENU_NORMAL_ITEM,
'weight' => 0,
);
Comments
Comment #1
capellicAgreed. In fact, I didn't see the configuration link because it's placement wasn't obviously placed in a category of some sort.
BTW, I am a huge fan of this module - it's the first thing I install on Drupal 6 and this is the first time I'm using Drupal 7 and ... yes .. it's the first thing I installed.
Comment #2
anders.fajerson commentedThis has been fixed a while ago.