Just did a fresh install on 5 (fresh cvs checkout of votingapi 5--1-2) and I'm confused as to why the module added the menu items where it did.

also,

$items[] = array('path' => 'admin/voting', 
      'title' => t('voting'),

should be

$items[] = array('path' => 'admin/voting', 
      'title' => t('Voting'),

and same goes for the other menu item.

on top of that, i don't see the point of admin/voting? for the votingapi menu item, it should be under admin/settings/voting shouldn't it?

Comments

KMNL’s picture

I'd like to see these changes made as well!

Modules page needs less categories, put all the voting items under the same header

eaton’s picture

Status: Active » Fixed

Fixed. thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)