Hi Sergio,

Sergio Catalá Gil wrote:
I'm reorganizing my template files and I would like to put them on a
folder outside "fileadmin". It doesn't seem possible on automaketemplate
extension.

This has nothing to do with automaketemplate. It uses normal TypoScript to define the file which it should use as a template. In TS Ref you can find the details about the FILE object and it's .file property.

plugin.tx_automaketemplate_pi1 {
  content = FILE
  content.file = media/home/templates/page.html

This means that the file is read from the path media/.... which should be relative to the website root (because it doesn't start with a slash '/')
As long as the path and the file are readable it can be used.

but it displays a blank page as if template file wouldn't exist
(permissions and path is right).

Maybe something is missing in the way you set up the PAGE object? automaketemplate "only" puts markers in your HTML template, but you still need to use that for normal template processing.

Regards, Jigal.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to