This repository was archived by the owner on Jul 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.xml
More file actions
63 lines (59 loc) · 3.6 KB
/
install.xml
File metadata and controls
63 lines (59 loc) · 3.6 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<!-- $Id: install.xml 181 2009-09-12 06:29:32Z daroPL $ -->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.3.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="pl">Polski pakiet językowy dla phpBB Gallery</title>
<description lang="pl"><![CDATA[To jest polski pakiet językowy dla moda phpBB Gallery dodającego do Twojej witryny phpBB3 galerię. Ten pakiet należy zainstalować po wgraniu moda phpBB Gallery do katalogu witryny, ale przed uruchomieniem jego instalacji.]]></description>
<!-- <author-notes lang="pl"><![CDATA[Lokalizacja wykonana przez Zespół Olympus.pl – najlepszy zespół lokalizacyjny phpBB3.]]></author-notes> -->
<author-notes lang="pl"><![CDATA[Ten MOD wspiera modyfikację "MOD Version Check": http://www.phpbb.com/community/viewtopic.php?f=69&t=691155]]></author-notes>
<author-group>
<author>
<realname>daroPL</realname>
<email>edaroo@gmail.com</email>
<username>daroPL</username>
<homepage>http://www.phpbb.pl</homepage>
<contributions />
</author>
</author-group>
<mod-version>1.0.5</mod-version>
<installation>
<level>easy</level>
<time>900</time>
<target-version>3.0.7</target-version>
</installation>
<meta name="generator" content="Phpbb.ModTeam.Tools (c#)" />
</header>
<action-group>
<copy>
<file from="root/language/pl/email/*.txt" to="language/pl/email/*.txt" />
<file from="root/language/pl/mods/*.php" to="language/pl/mods/*.php" />
<file from="root/styles/prosilver/imageset/pl/button_upload_image.gif" to="styles/prosilver/imageset/pl/button_upload_image.gif" />
<file from="root/styles/subsilver2/imageset/pl/*.gif" to="styles/subsilver2/imageset/pl/*.gif" />
</copy>
<open src="styles/prosilver/imageset/pl/imageset.cfg">
<edit>
<find><![CDATA[img_button_topic_reply = button_topic_reply.gif*25*96]]></find>
<action type="after-add"><![CDATA[img_button_upload_image = button_upload_image.gif*25*122]]></action>
</edit>
</open>
<open src="styles/subsilver2/imageset/pl/imageset.cfg">
<edit>
<find><![CDATA[img_button_topic_reply = button_topic_reply.gif]]></find>
<action type="after-add"><![CDATA[img_button_upload_image = button_upload_image.gif]]></action>
</edit>
</open>
<diy-instructions lang="pl"><![CDATA[Uruchom instalator phpBB Gallery wpisując w pasku adresu przeglądarki adres swojego forum zakończony „/install”.
Postępuj zgodnie ze wskazówkami instalatora.
Po zakończeniu instalacji przejdź do panelu administracji.
Wyczyść bufor:
Panel administracji (PA) -> Ogólne -> Wyczyść bufor (w niektórych tłumaczeniach „Wyczyść cache”)
Odśwież swoje style:
Panel administracji (PA) -> Style -> Szablony -> przy każdym -> Odśwież
Panel administracji (PA) -> Style -> Motywy -> przy każdym -> Odśwież
Panel administracji (PA) -> Style -> Zestawy obrazków -> przy każdym -> Odśwież
]]></diy-instructions>
</action-group>
</mod>