Files
phpbb_board3-portal_tlw/contrib/subsilver2.xml
Marc Alexander 703a8e4c64 A little bit of clean up
Fixed a few small XHTML validation errors
Fixed incorrect language string
Fixed empty latest bots block if no bot has visited the site
2011-03-06 16:48:07 +01:00

173 lines
7.0 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/-->
<!-- $Id: subsilver2.xml 658 2010-06-01 12:26:23Z marc1706 $ -->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="en">board3 Portal - subsilver2 style</title>
<title lang="de">board3 Portal - subsilver2 style</title>
<description lang="en">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)
More languages can be found in our International forum: 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.
Enthaltenen Sprachdateien:
» Englisch (en)
» Deutsch (de)
Weitere Sprachen kannst in unseren International Forum finden: http://www.board3.de/viewforum.php?f=13
</description>
<author-notes lang="en">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>Ice</realname>
<username>avaren</username>
<homepage>http://www.board3.de</homepage>
<contributions-group>
<contributions status="current" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Kevin</realname>
<username>saint_hh</username>
<homepage>http://www.board3.de</homepage>
<contributions-group>
<contributions status="current" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Christian</realname>
<username>Christian_N</username>
<homepage>http://www.phpbb-projekt.de</homepage>
<contributions-group>
<contributions status="current" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Marc Alexander</realname>
<username>marc1706</username>
<email>admin@m-a-styles.de</email>
<homepage>http://www.m-a-styles.de</homepage>
<contributions-group>
<contributions status="current" position="Main-Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Joas Schilling</realname>
<email>nickvergessen@gmx.de</email>
<username>nickvergessen</username>
<homepage>http://mods.flying-bits.org/</homepage>
<contributions-group>
<contributions status="past" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Walter</realname>
<email>w.bobeth@digitalfotografie-foren.de</email>
<username>Redbull254</username>
<homepage>http://www.digitalfotografie-foren.de</homepage>
<contributions-group>
<contributions status="past" position="Developer"></contributions>
</contributions-group>
</author>
</author-group>
<mod-version>2.0.0a1</mod-version>
<installation>
<level>easy</level>
<time>120</time>
<target-version>3.0.8</target-version>
</installation>
<link-group>
<link type="parent" lang="de" href="../install.xml">Installations-Anleitung</link>
<link type="parent" lang="en" href="../install.xml">Manual</link>
</link-group>
</header>
<action-group>
<copy>
<file from="root/styles/subsilver2/template/portal/*.*" to="styles/subsilver2/template/portal/*.*" />
<file from="root/styles/subsilver2/theme/images/portal/*.*" to="styles/subsilver2/theme/images/portal/*.*" />
</copy>
<open src="styles/subsilver2/template/breadcrumbs.html">
<edit>
<find><![CDATA[<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; ]]></find>
<inline-edit>
<inline-find><![CDATA[<a href="{U_INDEX}">{L_INDEX}</a>]]></inline-find>
<inline-action type="before-add"><![CDATA[<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->]]></inline-action>
</inline-edit>
</edit>
</open>
<open src="styles/subsilver2/template/overall_header.html">
<edit>
<find><![CDATA[ <div id="logodesc">
<table width="100%" cellspacing="0">
<tr>
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
</tr>
</table>
</div>]]></find>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->]]></action>
</edit>
<edit>
<find><![CDATA[ <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->]]></find>
<action type="before-add"><![CDATA[<!-- ENDIF -->]]></action>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->]]></action>
</edit>
<edit>
<find><![CDATA[ <div id="datebar">
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
</tr>
</table>
</div>]]></find>
<action type="after-add"><![CDATA[<!-- ENDIF -->]]></action>
</edit>
<edit>
<find><![CDATA[<div id="wrapcentre">]]></find>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->]]></action>
</edit>
<edit>
<find><![CDATA[ <!-- INCLUDE breadcrumbs.html -->
<br />]]></find>
<action type="after-add"><![CDATA[<!-- ENDIF -->]]></action>
</edit>
</open>
<diy-instructions lang="de"><![CDATA[
Aktualisiere deine Styles:
"Administrations-Bereich" (ACP) > "Styles" > "Templates" > jedes > "Aktualisieren"
"Administrations-Bereich" (ACP) > "Styles" > "Themes" > jedes > "Aktualisieren"
"Administrations-Bereich" (ACP) > "Styles" > "Grafiksammlungen" > jedes > "Aktualisieren"
Leere den Cache im "Administrations-Bereich" (ACP) > "Allgemein" > "Den Cache leeren"
]]></diy-instructions>
<diy-instructions lang="en"><![CDATA[
Refresh your Styles:
"Administration Control Panel" (ACP) > "Styles" > "Templates" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Themes" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Imagesets" > each > "refresh"
Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache"
]]></diy-instructions>
</action-group>
</mod>