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

mlncn’s picture

Looking 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?

jpulles’s picture

For 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.

jpulles’s picture

Status: Active » Closed (fixed)