Closed (fixed)
Project:
Mapbuilder
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2007 at 12:52 UTC
Updated:
29 Jun 2008 at 10:57 UTC
when i install the module in my local module directory, the css files and mapbuilder-src files are not seen.
<link rel="StyleSheet" type="text/css" href="/modules/mapbuilder/mapbuilder-src/lib/skin/default/mapStyle.css">
<link rel="StyleSheet" type="text/css" href="/modules/mapbuilder/mapbuilder-src/lib/skin/default/button.css">
<script>
// URL of Mapbuilder configuration file.
var mbConfigUrl="/en/mapbuilder/config/1597";
var baseDir="/modules/mapbuilder/mapbuilder-src/lib";
var language="en";
// ruler?
</script>
the module seems to be looking for them in /modules, instead of /sites/default/modules
Comments
Comment #1
mlncn commentedLooking for a fix to this, any pointers? The CSS can be loaded by Drupal function, but how hard-wired are the calls to mapbuilder-src?
Comment #2
jpulles commentedFor drupal 4.7.x, this modules expects to be installed under 'modules', while for drupal 5.x it expects 'sites/all/modules'. You can change the community mapbuilder's path in the ?q=admin/settings/mapbuilder page.
Comment #3
jpulles commented