Forum OpenACS Development: Best practice: XoWIKI template_files

We have a new package intranet-xowiki which is a Wrapper for XoWIKI bridging the gap between ]project-open[ and XoWIKI. One of the challenges we face is that we need to have a custom template-file which allows us to just display the content of a page without all the administration links etc.

What is the best practice to create such a new template-file, as it seems I can't put it outside the xowiki package and I don't want to store a file in the xowiki package if it is only needed by the intranet-xowiki package.

Collapse
Posted by Alvaro Rodriguez on
You can specify the path for the new template file in the template_file parameter, using the full path (/packages/my-package/...). If your new package extends xowiki you can define the template_file parameter and set your new template file as the default value.