Files
phpbb_board3-portal_tlw/install.xml
2008-01-26 00:01:09 +00:00

177 lines
8.7 KiB
XML

<?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/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="en-gb">board3 Portal - based on phpBB3 Portal</title>
<title lang="de">board3 Portal - basierend auf phpBB3 Portal</title>
<description lang="en-gb">Adds a portal to your forum.
It has several boxes wich can be turned on an off in the ACP and certain settings.
Included language files:
» English (en)
» German (de)
This portal is based on the phpBB3 Portal a.k.a canverPortal ( www.phpbb3portal.com )
</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.
Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3portal.com )
</description>
<author-notes lang="en-gb">i hope you get everything working. Further developement, new boxes for the portal or questions are welcome at www.board3.de</author-notes>
<author-notes lang="de">Ich hoffe ihr habt Spaß am Portal. Neuen Code, bzw neue Boxen und Fragen könnt ihr auf www.board3.de posten.</author-notes>
<author-group>
<author>
<realname>Kevin</realname>
<email>nospam@breest.net</email>
<username>saint_hh</username>
<homepage>http://www.board3.de</homepage>
<contributions />
</author>
<author>
<realname>(N/A)</realname>
<email>nickvergessen@gmx.de</email>
<username>nickvergessen</username>
<homepage>http://mods.flying-bits.org/</homepage>
<contributions />
</author>
<author>
<realname>Walter</realname>
<email>w.bobeth@digitalfotografie-foren.de</email>
<username>Redbull254</username>
<homepage>http://www.digitalfotografie-foren.de</homepage>
<contributions />
</author>
<author>
<realname>Sevdin Filiz - original phpBB3 Portal developement</realname>
<email></email>
<username>angelside</username>
<homepage>http://www.phpbb3portal.com</homepage>
<contributions />
</author>
</author-group>
<mod-version>
<major>0</major>
<minor>1</minor>
<revision>0</revision>
</mod-version>
<installation>
<level>easy</level>
<time>600</time>
<target-version>
<target-primary>3.0.0</target-primary>
<target-major allow="exact">3</target-major>
<target-minor allow="exact">0</target-minor>
</target-version>
</installation>
<history>
<entry>
<date>2008-01-15</date>
<rev-version>
<major>0</major>
<minor>1</minor>
<revision>0</revision>
</rev-version>
<changelog lang="en-GB">
<change>Changes from "phpBB3 Portal 1.1.0Beta" to "board3 Portal - based on phpBB3 Portal Version 1.0.0":</change>
<change>completet all missing ACP Control for several boxes</change>
<change>valid XHTML 1.0 Strict template</change>
<change>fixed several bugs</change>
<change>added several language variables</change>
<change>changed the language file path to /en/mods/</change>
<change>updatet the install instructions</change>
<change>updatet the MySQL installer</change>
</changelog>
<changelog lang="de">
<change>Änderungen von "phpBB3 Portal 1.1.0Beta" zu "board3 Portal - based on phpBB3 Portal Version 1.0.0":</change>
<change>Die ACP Verwaltung für diverse Boxen komplettiert</change>
<change>valid XHTML 1.0 Strict Template</change>
<change>Diverse Bugs gefixt</change>
<change>Diverse Sprachvariablen hinzugefügt</change>
<change>Pfad für die Sprachdateien ins Mod System integriert</change>
<change>Die Installationanweisungen komplett überarbeitet</change>
<change>Den MySQL Installer komplett überarbeitet</change>
</changelog>
</entry>
</history>
<meta name="generator" content="Phpbb.ModTeam.Tools (c#)" />
</header>
<action-group>
<copy>
<file from="root/portal.php" to="portal.php" />
<file from="root/includes/acp/acp_portal.php" to="includes/acp/acp_portal.php" />
<file from="root/includes/acp/info/acp_portal.php" to="includes/acp/info/acp_portal.php" />
<file from="root/install_portal/*.*" to="install_portal/*.*" />
<file from="root/install_portal/schemas/*.*" to="install_portal/schemas/*.*" />
<file from="root/language/en/mods/*.*" to="language/en/mods/*.*" />
<file from="root/portal/index.html" to="portal/index.html" />
<file from="root/portal/block/*.*" to="portal/block/*.*" />
<file from="root/portal/images/*.*" to="portal/images/*.*" />
<file from="root/portal/includes/*.*" to="portal/includes/*.*" />
<file from="root/portal/includes/mini_cal/*.*" to="portal/includes/mini_cal/*.*" />
<file from="root/styles/prosilver/template/portal/*.*" to="styles/prosilver/template/portal/*.*" />
<file from="root/styles/prosilver/template/portal/block/*.*" to="styles/prosilver/template/portal/block/*.*" />
<file from="root/styles/prosilver/template/portal/block/donation/*.*" to="styles/prosilver/template/portal/block/donation/*.*" />
</copy>
<open src=".htaccess">
<edit>
<find><![CDATA[<Files "common.php">
Order Allow,Deny
Deny from All
</Files>]]></find>
<action type="after-add"><![CDATA[DirectoryIndex portal.php index.php index.html index.htm]]></action>
</edit>
</open>
<open src="includes/constants.php">
<edit>
<find><![CDATA[// Additional tables]]></find>
<action type="after-add"><![CDATA[define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');]]></action>
</edit>
</open>
<open src="includes/functions.php">
<edit>
<find><![CDATA[// The following assigns all _common_ variables that may be used at any point in a template.]]></find>
<action type="before-add"><![CDATA[ $user->add_lang('mods/lang_portal');]]></action>
</edit>
<edit>
<find><![CDATA['U_PRIVATEMSGS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;folder=inbox'),]]></find>
<action type="before-add"><![CDATA[ 'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),]]></action>
</edit>
</open>
<open src="styles/prosilver/template/overall_header.html">
<edit>
<find><![CDATA[<div class="navbar">]]></find>
<action type="before-add"><![CDATA[<!-- IF not $S_IN_PORTAL -->]]></action>
</edit>
<edit>
<find><![CDATA[<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>]]></find>
<inline-edit>
<inline-find><![CDATA[<li class="icon-home">]]></inline-find>
<inline-action type="after-add"><![CDATA[<a href="{U_PORTAL}">{L_PORTAL}</a> &#187; ]]></inline-action>
</inline-edit>
</edit>
<edit>
<find><![CDATA[ <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>]]></find>
<action type="after-add"><![CDATA[<!-- ENDIF -->]]></action>
</edit>
</open>
<open src="styles/prosilver/template/overall_footer.html">
<edit>
<find><![CDATA[<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>]]></find>
<inline-edit>
<inline-find><![CDATA[<li class="icon-home">]]></inline-find>
<inline-action type="after-add"><![CDATA[<a href="{U_PORTAL}">{L_PORTAL}</a> &#187; ]]></inline-action>
</inline-edit>
</edit>
</open>
<diy-instructions lang="en-gb">Browse to install_portal/install.php and run the installer, after successfull installation delete the installer.</diy-instructions>
<diy-instructions lang="de">install_portal/install.php aufrufen und ausführen, nach erfolgreicher Installation löschen</diy-instructions>
</action-group>
</mod>