<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="./modx/1.2.5.xsl" ?>
<!--NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.-->
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD.\nAlthough MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD.\nNo 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.2.5.xsd">
	<header>
		<meta name="generator" content="MODX file generated with PP MODX Creator by tumba25 (online version)"/>
		<license><![CDATA[http://opensource.org/licenses/gpl-license.php GNU General Public License v2]]></license>
		<title lang="en"><![CDATA[Index Tabbed]]></title>
		<description lang="en"><![CDATA[Login, Who is online, Birthdays, Statistics in table mode]]></description>
		<author-group>
			<author>
				<realname><![CDATA[Salva]]></realname>
				<username><![CDATA[Saske1]]></username>
				<homepage><![CDATA[http://www.espartapsp.zobyhost.com/index.php]]></homepage>
				<email><![CDATA[salva_bxt@hotmail.com]]></email>
			</author>
			<author>
				<realname><![CDATA[Gabriel]]></realname>
				<username><![CDATA[Leviatan21]]></username>
				<homepage><![CDATA[http://www.mssti.com/phpbb3/index.php]]></homepage>
			</author>
		</author-group>
		<mod-version>1.1.0</mod-version>
		<installation>
			<level>easy</level>
			<time>300</time>
			<target-version>3.0.8</target-version>
		</installation>
		<history>
			<entry>
				<date>2011-04-10</date>
				<rev-version>1.0.0</rev-version>
				<changelog lang="en">
					<change><![CDATA[Initial release]]></change>
				</changelog>
			</entry>
			<entry>
				<date>2011-04-13</date>
				<rev-version>1.0.1</rev-version>
				<changelog lang="en">
					<change><![CDATA[Fixed errors]]></change>
				</changelog>
			</entry>
			<entry>
				<date>2011-05-11</date>
				<rev-version>1.1.0</rev-version>
				<changelog lang="en">
					<change><![CDATA[Code change]]></change>
					<change><![CDATA[better and less code]]></change>
					<change><![CDATA[Enable / Disable in the ACP]]></change>
					<change><![CDATA[Name Change]]></change>
				</changelog>
			</entry>
		</history>
		<link-group>
			<link type="language" href="contrib/es.xml" lang="en">Install Spanish language pack</link>
			<link type="language" href="contrib/es.xml" lang="es">Instalar paquete del idioma español</link>
		</link-group>
	</header>
	<action-group>
		<copy>
			<file from="root/styles/prosilver/template/index_tabbed.html" to="styles/prosilver/template/index_tabbed.html"/>
		</copy>
		<open src="index.php">
			<edit>
				<find><![CDATA[	'S_DISPLAY_BIRTHDAY_LIST'	=> ($config['load_birthdays']) ? true : false,]]></find>
				<action type="after-add"><![CDATA[// MOD : Index Tabbed - Start
	'S_INDEXTABS'				=> (isset($config['load_indextabs'])) ? $config['load_indextabs'] : false,
// MOD : Index Tabbed - END]]></action>
			</edit>
		</open>
		<open src="includes/acp/acp_board.php">
			<edit>
				<find><![CDATA[						'load_birthdays'		=> array('lang' => 'YES_BIRTHDAYS',			'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),]]></find>
				<action type="after-add"><![CDATA[// MOD : Index Tabbed - Start
						'load_indextabs'		=> array('lang' => 'YES_INDEXTABS',			'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),
// MOD : Index Tabbed - End]]></action>
			</edit>
		</open>
		<open src="language/en/acp/board.php">
			<edit>
				<find><![CDATA[	'YES_BIRTHDAYS_EXPLAIN'			=>]]></find>
				<action type="after-add"><![CDATA[// MOD : Index Tabbed - Start
	'YES_INDEXTABS'					=> 'Enable tabs', 
	'YES_INDEXTABS_EXPLAIN'			=> 'Show “Who is Online”, “Birthday” and “Statistics” in tabs or in the mode set by the style',
// MOD : Index Tabbed - End]]></action>
				<comment lang="en"><![CDATA[You will have to make this change to ALL languages you have installed, I use "en" as an example.
				You can customize the string as you wish.]]></comment>
				<comment lang="es"><![CDATA[Usted debe realizar este cambio en TODOS los idiomas que tenga instalados, yo uso "es" como un ejemplo.
				Usted puede personalizar el texto como desee.]]></comment>
			</edit>
		</open>
		<open src="styles/prosilver/template/index_body.html">
			<edit>
				<find><![CDATA[<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
	<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">]]></find>
				<action type="before-add"><![CDATA[<!-- IF S_INDEXTABS -->
<!-- INCLUDE index_tabbed.html -->
<!-- ELSE -->]]></action>
				<comment lang="en"><![CDATA[You will have to make this change to ALL themes you have installed, based off Prosilver. I use "Prosilver" as an example.]]></comment>
				<comment lang="es"><![CDATA[Usted debe hacer este cambio en TODOS los temas que tiene instalado, basados de Prosilver. Yo uso "Prosilver" como ejemplo.]]></comment>
			</edit>
			<edit>
				<find><![CDATA[<!-- INCLUDE overall_footer.html -->]]></find>
				<action type="before-add"><![CDATA[<!-- ENDIF -->]]></action>
				<comment lang="en"><![CDATA[You will have to make this change to ALL themes you have installed, based off Prosilver. I use "Prosilver" as an example.]]></comment>
				<comment lang="es"><![CDATA[Usted debe hacer este cambio en TODOS los temas que tiene instalado, basados de Prosilver. Yo uso "Prosilver" como ejemplo.]]></comment>
			</edit>
		</open>
		<diy-instructions lang="en"><![CDATA[IMPORTANT ! 

#####################################################################
Log on to Administration Control Panel

#####################################################################
A) Refresh the templates :

	A.1) Navigate to "Styles" Tab.
	A.2) Under "Style components " click on "Templates".
	A.3) Under "Actions" click on "Refresh".
	A.4) in the next screen, click on "Yes" ( Repeat last 2 steps to each instaled style ).

B) Enjoy it !.]]></diy-instructions>

		<diy-instructions lang="es"><![CDATA[IMPORTANTE ! 

#####################################################################
Identificarse en el Panel de control del Administrador

#####################################################################
A) Actualizar las Plantillas :

	A.1) Navegue hasta la solapa "ESTILOS"
	A.2) Debajo de "COMPONENTES DE ESTILO" hacer click en "Plantillas".
	A.3) En "Acciones" hacer click en "Actualizar".
	A.4) En la siguente pantalla, haga click en "SI" ( Repita los 2 últimos pasos para cada estilo Instalado ).

#####################################################################
B) Disfruten !.]]></diy-instructions>
	</action-group>
</mod>
