Closed (fixed)
Project:
Voting API
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
31 Dec 2006 at 11:40 UTC
Updated:
19 Aug 2015 at 15:54 UTC
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
Comment #1
KMNL commentedI'd like to see these changes made as well!
Modules page needs less categories, put all the voting items under the same header
Comment #2
eaton commentedFixed. thanks!
Comment #3
(not verified) commented