Tuesday 01 November 2005 2:11:12 am
Hi Clemens, I think you misunderstood some of the INI settings. Those you've mentioned are related to extensions, not to modules. So you'll need to specify your extension name and not the module names. For <i>design.ini.append</i>: [ExtensionSettings]
DesignExtensions[]=yourextensionname
So in your case, it will be "Extension v2". The same for <i>module.ini.append</i>: [ModuleSettings]
ExtensionRepositories[]=yourextensionname
If you want to fetch a template, you don't need to specify an extension name. You will only need to specify the location of the template inside the site design's templates directory. So if your template is located at <i>extension/extension v2/design/standard/templates/oldExtensionOne/list.tpl</i>, then indeed you will need the code: ...design:oldExtensionOne/list.tpl...
I'm not sure, but I think <i>ModuleList[]</i> in <i>module.ini.append</i> is only used to avoid URL alias overriding. Your custom modules will already be available without those settings, but ofcourse it's a good idea to list them there.
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
|