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

alexpott’s picture

Status: Active » Closed (fixed)
sjdesigner’s picture

I 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?

alexpott’s picture

Status: Closed (fixed) » Active

Hi 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.

reg’s picture

Re: #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).

alexpott’s picture

Status: Active » Fixed

This change is in the latest 7.x dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.