In D7, the modules-page has a new feature 'configure'.

Attached patch will bring the user irectly from the modules page , after installation of the module to the block settings page.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

manfer’s picture

This is not bad idea but I would need that you do the following:

* Go to admin/structure/block
* Copy the link from the configure button of the Language switcher dropdown block.
* Paste it here.

For me the correct link would be 'admin/structure/block/manage/lang_dropdown/language/configure' but you provide in the patch the link 'admin/structure/block/manage/lang_dropdown/language_content/configure'

johnv’s picture

OK, I have 2 LSD's:
Unfortunately, you can't provide two configure-lines in the info file.

Language switcher dropdown (Content)
admin/structure/block/manage/lang_dropdown/language_content/configure

Language switcher dropdown (User interface text)
admin/structure/block/manage/lang_dropdown/language/configure

manfer’s picture

Is this because of some other module installed? Which language modules you have installed?

Most people will have only Language switcher dropdown (User interface text).

johnv’s picture

I have installed Entity Translation.
I do have Locale, but not I18N.
I did not install Content translation.

manfer’s picture

Status: Active » Fixed

That's it. Entity Translation adds another configurable language type so there are two blocks for the switcher so it is not possible to use the configure link.

johnv’s picture

Status: Fixed » Closed (won't fix)

OK, better no info then half info.

manfer’s picture

Status: Closed (won't fix) » Active

We can just add a link to blocks management. Not as useful as a link to the specific language switcher dropdown block but at least handy to move fast from modules list to blocks management.

configure = 'admin/structure/block'
johnv’s picture

yep, good idea.

manfer’s picture

The two more used package names for modules related to multilanguage handling are "Multilingual" and "Multilingual - Internationalization"

So I have decided to change the package name too from "Multilanguage" to "Multilingual".

manfer’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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