aboutsummaryrefslogtreecommitdiffstats
path: root/language/uk_UA/help/extend_for_templates.html
blob: 418edb4edefe8a3ee47c4435119d968b177306d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<h2>Розширення конфігурації шаблону</h2>

<h3>Про</h3>
<p>Piwigo галерея може бути налаштована шляхом заміни існуючих файлів шаблону з індивідуальних версій.  Наприклад, за замовчуванням заголовок шаблон (header.tpl) можна замінити шаблон індивідуальний заголовок (my-header.tpl).  Після подання зміни до бази даних галерея буде відображати індивідуальний заголовку замість вихідного заголовка.<br>
Шаблон розширень ефективний спосіб створювати власні теми для нових, так і старих користувачів. Використовується разом з редактором LocalFiles ви можете створювати свої власні під-теми.</p>

<h3>Оригінальний шаблон</h3>
<p>Тема містить безліч файлів шаблонів, які складають галерею сторінок. Це оригінальні шаблони.</p>

<h3>Необов'язкові ключові слова URL</h3>
<p>Це слова, знайдені в галереї URL після ім'я модуля.  Вони також можуть бути активними постійна (див. документацію постійне посилання для отримання додаткової інформації).  <a href="#warnings">ПОПЕРЕДЖЕННЯ:</a> якщо той же оригінальний шаблон і таке ж ключове слово використаний більш ніж на одному налагодженому шаблоні тільки один є активним.</p>

<h3>Зв'яжіть тему</h3>
<p>Пов'язаних темою є тема, з якої файли шаблонів замінюються.</p>

<h3>Де знаходяться оригінальні шаблони?</h3>
<p>Оригінальні шаблони файлів шаблонів поставляється з кожною темою окремо.  Вони зберігаються в <em>/themes/default/template</em> (або <em>themes/<theme name>/template</em>).  Ці файли шаблонів не повинні бути змінені на місці, оскільки зміни будуть втрачені з оновленням теми.<br>
Підтримка оригінальних шаблонів включають:</p>
<ul>
  <li><span class="filename">index.tpl</span></li>
  <li><span class="filename">mainpage_categories.tpl</span> and/or <span class="filename">thumbnails.tpl</span></li>
  <li><span class="filename">menubar.tpl</span></li>
  <li><span class="filename">header.tpl</span> and/or <span class="filename">footer.tpl</span></li>
  <li><span class="filename">picture_content.tpl</span> and/or <span class="filename">picture.tpl</span></li>
  <!-- <li><span class="filename">slideshow.tpl</span></li> -->
  <li><span class="filename">profile.tpl</span> and/or <span class="filename">profile_content.tpl</span></li>
  <li><span class="filename">tags.tpl</span></li>
  <li><span class="filename">upload.tpl</span></li>
  <li><span class="filename">about.tpl</span></li>
  <li><span class="filename">popuphelp.tpl</span></li>
  <li><span class="filename">search.tpl</span> and/or <span class="filename">search_rules.tpl</span></li>
  <li><span class="filename">nbm.tpl</span> and/or <span class="filename">notification.tpl</span></li>
  <li><span class="filename">identification.tpl</span> and/or <span class="filename">register.tpl</span></li>
  <li><span class="filename">redirect.tpl</span></li>
</ul>
<h3>Saving customised templates</h3>
<p>Customised templates should be saved in the template-extension folder or subfolders.  For example, <em>/template-extension/my-default/header.tpl</em> (or <em>/template-extension/<my-theme-name>/header.tpl</em>)  Template files can have any name with a .tpl extension.  The template files in subfolders appear in the Template configuration screen as available custom templates.</p>
<h3>Activating customised templates</h3>
<p>Select the original template to replace.  Optionally choose a URL keyword to ensure that the customised template is only shown on pages with that keyword.  Select a bound theme and the changes will be effective on that theme.  Submit the changes to the database.</p>
<h3>Deactivating customised templates</h3>
<p>Unselect the original template and submit the changes to the database.<br>
Delete the customised template files from the template-extension folder.</p>

<a name="warnings"></a>
<h3>Warnings</h3>
<ul>
  <li><strong>The original template</strong> must be the original template otherwise you may have unpredictable results.</li>
  <li>If the same original template and same URL keyword is used on more than one customised template only the last one is active.</li>
  <li>Distributed sample template files are for test purposes only.  Do not edit them.  Create your own ones or copy existing theme template files into <em>/template-extension/<my-theme>/</em></li>
  <li>When the customised template is deleted the original template file is immediately reactivated.</li>
</ul>