Closed (fixed)
Project:
Location Map
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Dec 2011 at 12:57 UTC
Updated:
6 Aug 2012 at 12:21 UTC
Don't know if this is by design, but there is no link to administer this module's settings on the admin/config page. Admittedly I'm not sure which section I'd add it to, possibly 'content'.
Comments
Comment #1
ti2m commentedI was wondering about that as well. For my site I added it to the content section with changing the menu code in locationmap.module in line 22 from
$items['admin/config/locationmap'] = arrayto
$items['admin/config/content/locationmap'] = arrayJust in case someone wants to change that as well and doesn't know how
Comment #2
babbage commentedThanks for noting this, and to ti2m for the easy fix, which was attributed to you in Commit ee90043. Minor further implementation in the following commit and this is now in the 7.x-2.x-dev branch.