Closed (fixed)
Project:
Floating block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Mar 2011 at 18:24 UTC
Updated:
22 Jul 2012 at 18:01 UTC
After attending a session on Drupal's new information architecture at Drupalcon Chicago I've realised that this module's configuration screen should be in the user interface section.
Comments
Comment #1
alexpottFixed in commit http://drupalcode.org/project/floating_block.git/commit/bced647
Comment #2
sjdesigner commentedI have installed the module but am confused as to where it is configured. Is this a change that will be made in an upcoming release?
Comment #3
alexpottHi sjdesigner,
If you've installed the 7.x-1.x-dev version of the module - now available on the project page - it will be at /admin/config/floating_block
If you've installed the 7.x-1.0 version of the module - it will be at /admin/settings/floating_block
This change was to bring the module in line with Drupal 7's new information architecture.
Comment #4
reg commentedRe: #3, In version 7.x-1.0 I just changed line 26 of floating_block.module
from:
$items['admin/config/floating_block']...to:
$items['admin/config/user-interface/floating_block']...for it to show up in the User Interface section. A simple enough change just about anyone could do it who wants a quick fix... you'll need to clear the cache for the change to show (and maybe re-save the module page).
Comment #5
alexpottThis change is in the latest 7.x dev version.