Mise à jour des styles : de phpBB 3.1.0 à 3.1.1 Facile

Mise à jour des styles : de phpBB 3.1.0 à 3.1.1

Détail des modifications des styles de phpBB 3.1.0 à phpBB 3.1.1


Modifications des styles de phpBB 3.1.0 à phpBB 3.1.1

Retour à la documentation : mettre à jour son forum phpBB 3.1.x

1 » Détail des modifications prosilver
2 » Détail des modifications subsilver2

1 » Détail des modifications prosilver

Liste des fichiers à modifier :
  • template/memberlist_email.html
  • style.cfg

template/memberlist_email.html
  1. Trouver (vers ligne 80) :
    Code: Tout sélectionner
    		<dl>
    			<dt>&nbsp;</dt>
    			<dd><label for="cc_email"><input type="checkbox" name="cc_email" id="cc_email" value="1" checked="checked" tabindex="5" /> {L_CC_EMAIL}</label></dd>
    		</dl>

    Remplacer par :
    Code: Tout sélectionner
    		<!-- IF S_REGISTERED_USER -->
    		<dl>
    			<dt>&nbsp;</dt>
    			<dd><label for="cc_email"><input type="checkbox" name="cc_email" id="cc_email" value="1" checked="checked" tabindex="5" /> {L_CC_EMAIL}</label></dd>
    		</dl>
    		<!-- ENDIF -->

style.cfg
  1. Trouver (vers ligne 24) :
    Code: Tout sélectionner
    style_version = 3.1.0
    phpbb_version = 3.1.0

    Remplacez par :
    Code: Tout sélectionner
    style_version = 3.1.1
    phpbb_version = 3.1.1



2 » Détail des modifications subsilver2

Liste des fichiers à modifier :
  • template/memberlist_email.html
  • style.cfg

template/memberlist_email.html
  1. Trouver (vers ligne 69) :
    Code: Tout sélectionner
    	<tr>
    		<td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span></td>
    		<td class="row2">
    			<table cellspacing="0" cellpadding="1" border="0">
    			<tr>
    				<td><input type="checkbox" class="radio" name="cc_email" value="1" checked="checked" /></td>
    				<td class="gen">{L_CC_EMAIL}</td>
    			</tr>
    			</table>
    		</td>
    	</tr>

    Remplacer par :
    Code: Tout sélectionner
    	<!-- IF S_REGISTERED_USER -->
    	<tr>
    		<td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span></td>
    		<td class="row2">
    			<table cellspacing="0" cellpadding="1" border="0">
    			<tr>
    				<td><input type="checkbox" class="radio" name="cc_email" value="1" checked="checked" /></td>
    				<td class="gen">{L_CC_EMAIL}</td>
    			</tr>
    			</table>
    		</td>
    	</tr>
    	<!-- ENDIF -->

style.cfg
  1. Trouver (vers ligne 24) :
    Code: Tout sélectionner
    style_version = 3.1.0
    phpbb_version = 3.1.0

    Remplacez par :
    Code: Tout sélectionner
    style_version = 3.1.1
    phpbb_version = 3.1.1

Retour à la documentation : mettre à jour son forum phpBB 3.1.x
Avatar de l’utilisateur
cabot
Equipe site
Equipe site
 
Rédigé le: 02 Nov 2014 à 11:31
Articles: 20
Noter cet article: 123456 Votants: 2
Mots-clés: 31x

Retourner vers Mise à jour


cron