- ModX 1.2.0 should be done.

- The modx.prosilver.en in /xml and /contrib have to be added, as Firefox 3.x does not support directory changes. possibly fixed in future - the guidelines will be changed then (as phpBB team members said).
- Added "Additional MODX Files" links to all files.

We hope you had a pleasant flight...
This commit is contained in:
Kevin
2008-08-10 16:31:17 +00:00
parent 355f7794c4
commit 8d16df2254
10 changed files with 4310 additions and 143 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="../modx.prosilver.en.xsl"?>
<?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/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.1.xsd">
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.0.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="en-gb">board3 Portal</title>
@@ -11,13 +11,9 @@ It has several boxes wich can be turned on an off in the ACP and certain setting
Included language files:
» English (en)
» Czech (cs)
» Dutch (nl)
» German (de)
» Norwegian (nb)
» Turkish (tr)
This portal is based on the phpBB3 Portal a.k.a canverPortal ( www.phpbb3portal.com )
More langages can be found in our International forums: http://www.board3.de/viewforum.php?f=13
</description>
<description lang="de">Fügt ein Portal deinem Forum hinzu.
Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werden können.
@@ -63,25 +59,39 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
<contributions />
</author>
</author-group>
<mod-version>
<major>1</major>
<minor>0</minor>
<revision>0 RC1</revision>
</mod-version>
<mod-version>1.0.0RC2</mod-version>
<installation>
<level>easy</level>
<time>60</time>
<target-version>
<target-primary>3.0.1</target-primary>
<target-major allow="exact">3</target-major>
<target-minor allow="exact">0</target-minor>
</target-version>
<time>600</time>
<target-version>3.0.2</target-version>
</installation>
<link-group>
<link type="dependency" lang="en-gb" href="http://www.phpbb.com/community/viewtopic.php?f=69&amp;t=691155">Board3 Portal supports MOD Version Check. To use this feature, this mod has to be installed.</link>
<link type="dependency" lang="de" href="http://www.phpbb.com/community/viewtopic.php?f=69&amp;t=691155">Board3 Portal unterstützt MOD Version Check. Um dieses Feature zu nutzen, muss dieser Mod installiert sein.</link>
<link type="template" lang="de" href="subsilver2.xml">subsilver2</link>
<link type="template" lang="en-gb" href="subsilver2.xml">subsilver2</link>
<link type="language" lang="de" href="de.xml">Deutsch</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_100rc1.xml">Update instructions for Board3 Portal Version 1.0.0RC1</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_100rc1.xml">Updateanleitung für Board3 Portal Version 1.0.0RC1</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_021.xml">Update instructions for Board3 Portal Version 0.2.1</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_021.xml">Updateanleitung für Board3 Portal Version 0.2.1</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_020.xml">Update instructions for Board3 Portal Version 0.2.0</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_020.xml">Updateanleitung für Board3 Portal Version 0.2.0</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_010.xml">Update instructions for Board3 Portal Version 0.1.0</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_010.xml">Updateanleitung für Board3 Portal Version 0.1.0</link>
<link type="contrib" lang="en" href="../contrib/update_phpbb3portal_122.xml">Update instructions for phpBB3 Portal Version 1.2.2</link>
<link type="contrib" lang="de" href="../contrib/update_phpbb3portal_122.xml">Updateanleitung für Board3 Portal Version 1.2.2</link>
<link type="contrib" lang="en" href="../contrib/update_phpbb3portal_110b.xml">Update instructions for phpBB3 Portal Version 1.1.0b</link>
<link type="contrib" lang="de" href="../contrib/update_phpbb3portal_110b.xml">Updateanleitung für Board3 Portal Version 1.1.0b</link>
<link type="language" lang="en" href="de.xml">German</link>
<link type="parent" lang="de" href="../install.xml">Installations-Anleitung</link>
<link type="parent" lang="en" href="../install.xml">Install instructions</link>
</link-group>
<meta name="generator" content="Phpbb.ModTeam.Tools (c#)" />
</header>
<action-group>
<copy>
<file from="languages/de/mods/*.*" to="language/de/mods/*.*" />
<file from="root/language/de/mods/*.*" to="language/de/mods/*.*" />
</copy>
<diy-instructions lang="en-gb">See general install.xml file</diy-instructions>
<diy-instructions lang="de">Siehe install.xml</diy-instructions>

2016
xml/modx.prosilver.en.xsl Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="../modx.prosilver.en.xsl"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!-- $Id$ -->
<!--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/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.1.xsd">
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.0.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="en-gb">board3 Portal</title>
@@ -12,13 +12,9 @@ It has several boxes wich can be turned on an off in the ACP and certain setting
Included language files:
» English (en)
» Czech (cs)
» Dutch (nl)
» German (de)
» Norwegian (nb)
» Turkish (tr)
This portal is based on the phpBB3 Portal a.k.a canverPortal ( www.phpbb3portal.com )
More langages can be found in our International forums: http://www.board3.de/viewforum.php?f=13
</description>
<description lang="de">Fügt ein Portal deinem Forum hinzu.
Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werden können.
@@ -64,25 +60,39 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
<contributions />
</author>
</author-group>
<mod-version>
<major>1</major>
<minor>0</minor>
<revision>0 RC1</revision>
</mod-version>
<mod-version>1.0.0RC2</mod-version>
<installation>
<level>easy</level>
<time>240</time>
<target-version>
<target-primary>3.0.1</target-primary>
<target-major allow="exact">3</target-major>
<target-minor allow="exact">0</target-minor>
</target-version>
<time>600</time>
<target-version>3.0.2</target-version>
</installation>
<link-group>
<link type="dependency" lang="en-gb" href="http://www.phpbb.com/community/viewtopic.php?f=69&amp;t=691155">Board3 Portal supports MOD Version Check. To use this feature, this mod has to be installed.</link>
<link type="dependency" lang="de" href="http://www.phpbb.com/community/viewtopic.php?f=69&amp;t=691155">Board3 Portal unterstützt MOD Version Check. Um dieses Feature zu nutzen, muss dieser Mod installiert sein.</link>
<link type="template" lang="de" href="subsilver2.xml">subsilver2</link>
<link type="template" lang="en-gb" href="subsilver2.xml">subsilver2</link>
<link type="language" lang="de" href="de.xml">Deutsch</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_100rc1.xml">Update instructions for Board3 Portal Version 1.0.0RC1</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_100rc1.xml">Updateanleitung für Board3 Portal Version 1.0.0RC1</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_021.xml">Update instructions for Board3 Portal Version 0.2.1</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_021.xml">Updateanleitung für Board3 Portal Version 0.2.1</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_020.xml">Update instructions for Board3 Portal Version 0.2.0</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_020.xml">Updateanleitung für Board3 Portal Version 0.2.0</link>
<link type="contrib" lang="en" href="../contrib/update_board3portal_010.xml">Update instructions for Board3 Portal Version 0.1.0</link>
<link type="contrib" lang="de" href="../contrib/update_board3portal_010.xml">Updateanleitung für Board3 Portal Version 0.1.0</link>
<link type="contrib" lang="en" href="../contrib/update_phpbb3portal_122.xml">Update instructions for phpBB3 Portal Version 1.2.2</link>
<link type="contrib" lang="de" href="../contrib/update_phpbb3portal_122.xml">Updateanleitung für Board3 Portal Version 1.2.2</link>
<link type="contrib" lang="en" href="../contrib/update_phpbb3portal_110b.xml">Update instructions for phpBB3 Portal Version 1.1.0b</link>
<link type="contrib" lang="de" href="../contrib/update_phpbb3portal_110b.xml">Updateanleitung für Board3 Portal Version 1.1.0b</link>
<link type="language" lang="en" href="de.xml">German</link>
<link type="parent" lang="de" href="../install.xml">Installations-Anleitung</link>
<link type="parent" lang="en" href="../install.xml">Install instructions</link>
</link-group>
<meta name="generator" content="Phpbb.ModTeam.Tools (c#)" />
</header>
<action-group>
<copy>
<file from="templates/subsilver2/template/portal/*.*" to="styles/subsilver2/template/portal/*.*" />
<file from="root/styles/subsilver2/template/portal/*.*" to="styles/subsilver2/template/portal/*.*" />
</copy>
<open src="styles/subsilver2/template/breadcrumbs.html">
<edit>