Problem/Motivation

Several links and one menu item in MyTube do not currently reflect the elements of menu structure that changed in Drupal 7. As a consequence, these links are broken. This is especially concerning for new users of the module, who are presumably most dependent upon the help text.

Proposed resolution

  • Update the links to reflect the current locations (admin/people/permissions instead of admin/user/permissions, for instance)
  • Update the location of the settings page from admin/config/mytube to admin/config/content/mytube.

Remaining tasks

Review patch.

User interface changes

  • Fixes broken links in help text.
  • Moves settings page to admin/config/content/mytube.

API changes

None.

Original report by grndlvl

d7 changed the structure of configuration menu and now this settings page should exist under "Administration >> Configuration >> Content authoring"

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

grndlvl’s picture

Status: Active » Needs review
FileSize
531 bytes
fureigh’s picture

Title: Move settings page to under admin/config/content to match d7 » Update URLs and move settings page to match D7 menu structure
Issue summary: View changes
fureigh’s picture

The attached patch updates URLs in a few links that were broken and moves the settings page. Grndlvl's patch (hi, grndlvl!) did the latter too, so I've updated the commit info accordingly.

milodesc’s picture

In previous patches for this issue, the configuration page for mytube was moved from 'admin/config/mytube' to 'admin/config/content/mytube'. However the path for the 'Configure' link under the operations column on the modules page was not updated to reflect this change. This patch fixes that issue so that users can get to mytube's configuration page from the site's modules page.

  • mfb committed 5c37240 on 7.x-1.x authored by grndlvl
    Issue #2423509 by grndlvl, fureigh, milodesc: Update URLs and move...
mfb’s picture

Status: Needs review » Fixed

Thanks all!

milodesc’s picture

grndlvl’s picture

Status: Fixed » Closed (fixed)

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