Been trying to create a customised admin template for a ListIt2 instance but cannot get it to work. Folder structure is:
module_custom
- ListIt2
--framework
---templates
then my altered itemtab.tpl
Does LI2 support module_custom and if so, what should I be doing differently?
ListIt2 and module_custom
-
chandra
Re: ListIt2 and module_custom
Think default path is /module_custom/ListIt2/templates. Have you tried that?
Re: ListIt2 and module_custom
Thanks but that's the path to the ListIt2 module itself, not a custom instance.
I need to change the custom ListIt2 instance itemtab.tpl which is in the framework templates directory.
The changes can apply to all ListIt2 instances on the site. The template has to display data from another module for field types FEUDropDown and XLink, instead of simply the associated id when they're specified to show in the Item tab list.
That bit I've figured out how to do but I do not want to change the original itemtab.tpl file.
I need to change the custom ListIt2 instance itemtab.tpl which is in the framework templates directory.
The changes can apply to all ListIt2 instances on the site. The template has to display data from another module for field types FEUDropDown and XLink, instead of simply the associated id when they're specified to show in the Item tab list.
That bit I've figured out how to do but I do not want to change the original itemtab.tpl file.
-
chandra
Re: ListIt2 and module_custom
The path with framework inside is not supported by module_custom.
Have you tried /module_custom/ListIt2Instance_name/templates?
Have you tried /module_custom/ListIt2Instance_name/templates?
-
uniqu3
Re: ListIt2 and module_custom
module_custom is supported, like chandra explained "module_custom/ListIt2Whatever/templates/" or directly in instance module folder "modules/ListIt2Whatever/templates".
Re: ListIt2 and module_custom
Thanks Chandra and Uniq3 

