From 0985cc625302b1ffaf4cd4c723462933944bab31 Mon Sep 17 00:00:00 2001 From: gnantic Date: Thu, 15 Jan 2009 19:58:25 +0000 Subject: git-svn-id: http://piwigo.org/svn/branches/2.0@3080 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/hr_HR/help/extend_for_templates.html | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 language/hr_HR/help/extend_for_templates.html (limited to 'language/hr_HR/help/extend_for_templates.html') diff --git a/language/hr_HR/help/extend_for_templates.html b/language/hr_HR/help/extend_for_templates.html new file mode 100644 index 000000000..dfe124615 --- /dev/null +++ b/language/hr_HR/help/extend_for_templates.html @@ -0,0 +1,100 @@ +

Extend for templates configuration

+ +

Goal

+

Define replacement conditions for each template from template-extension +(template called "replacer").

+ +

"original template" from ./template/yoga (or any other than yoga) + will be replaced by a "replacer" if the replacer is linked to this "original template" + (and optionally, when the requested URL contains an "optional URL keyword").

+ +

"Optional URL keywords" are those you can find after the module name in URLs.

+ +

Therefore "Optional URL keywords" can be an active "permalink" +(see permalinks in our documentation for further explanation).

+ +

Read: `Warning` usage conditions.

+ +

What are template extensions?

+ +

This configuration tool is powerfull for beginners and advanced users. +By FTP, in the template-extension folder, the Webmaster can duplicate a lot of + the distributed .tpl files ("original template") with a different name + ("replacer"). + + "Original templates", current original supported templates are:

+ + +

Where can I find "original templates"?

+ +

Distributed original templates are in template/yoga/ +(don't edit them in place for upgrade perspectives). So with "original templates", +any webmaster can create his "replacers (customized templates)".

+ +

Where should I save "replacers"?

+ +

Replacers (customized templates) must be placed in the +template-extension folder (or its subfolders). +Replacers can have any filename with the .tpl extension. For example: template-extension/my-extension/video.tpl.

+ + +

How can I activate my "replacers"?

+

An original template should be assigned to each + replacer (customized templates) to activate the related replacements. + This is the goal of "Extend for templates" in the Configuration Administration menu.

+ +

If you select an optional URL keyword then replacements +will be operate only on pages with this keyword. For example: index.php?/most_visited

+ +

Advanced users will use permalinks as optional URL keyword.

+ +

If you select a Bound template then replacements will be operate only on this template.

+ +

How can I deactivate my "replacers"?

+ + +

Warnings

+ \ No newline at end of file -- cgit v1.2.3