Mise à jour des styles de phpBB 3.1.2 à phpBB 3.1.3 Facile

Mise à jour des styles de phpBB 3.1.2 à phpBB 3.1.3

Détail des modifications des styles de phpBB 3.1.2 à phpBB 3.1.3


Modifications des styles de phpBB 3.1.2 à phpBB 3.1.3

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/mcp_front.html
  • template/overall_footer.html
  • template/overall_header.html
  • template/posting_editor.html
  • template/simple_header.html
  • template/ucp_pm_viewmessage_print.html
  • template/viewtopic_body.html
  • template/viewtopic_print.html
  • theme/bidi.css
  • theme/content.css
  • style.cfg

template/mcp_front.html

  1. Trouver (vers ligne 5) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_UNAPPROVED -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_unapproved_before -->
    

  2. Trouver (vers ligne 64) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_REPORTS -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_reported_before -->
    

  3. Trouver (vers ligne 107) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_PM_REPORTS -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_reported_pms_before -->
    

  4. Trouver (vers ligne 150) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_LOGS -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_logs_before -->
    

  5. Trouver (vers ligne 191) :
    Code: Tout sélectionner
    <!-- INCLUDE mcp_footer.html -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_logs_after -->
    

template/overall_footer.html

  1. Trouver (vers ligne 53) :
    Code: Tout sélectionner
    </body>

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT overall_footer_body_after -->
    

template/overall_header.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

template/posting_editor.html

  1. Trouver (vers ligne 2) :
    Code: Tout sélectionner
    <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->

    Remplacer par :
    Code: Tout sélectionner
    	<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->

  2. Trouver (vers ligne 45) :
    Code: Tout sélectionner
    		<!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->

    Remplacer par :
    Code: Tout sélectionner
    		<!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED -->

template/simple_header.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

template/ucp_pm_viewmessage_print.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

template/viewtopic_body.html

  1. Trouver (vers ligne 140) :
    Code: Tout sélectionner
    				<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->

    Remplacer par :
    Code: Tout sélectionner
    				<!-- EVENT viewtopic_body_post_author_before -->
    				<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
    				<!-- EVENT viewtopic_body_post_author_after -->

  2. Trouver (vers ligne 318) :
    Code: Tout sélectionner
    		<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>

    Dans la ligne, trouver :
    Code: Tout sélectionner
    href="#wrap"

    Remplacer par :
    Code: Tout sélectionner
    href="#top"

template/viewtopic_print.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

theme/bidi.css

  1. Supprimer (vers ligne 1064) :
    Code: Tout sélectionner
    	@media only screen and (max-width: 550px), only screen and (max-device-width: 550px)
    	{
    		.rtl ul.topiclist.forums dt {
    			margin-left: 0;
    		}
    
    		.rtl ul.topiclist.forums dt .list-inner {
    			margin-left: 0;
    		}
    	}
    
  2. Supprimer (vers ligne 1078) :
    Code: Tout sélectionner
    	@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
    	{
    		.rtl dl.details dt, .rtl dl.details dd {
    			float: none;
    			text-align: right;
    		}
    
    		.rtl dl.details dd {
    			margin-left: 0;
    			margin-right: 20px;
    		}
    	}
    
  3. Trouver (vers ligne 11) :
    Code: Tout sélectionner
    	@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    		.captcha-panel dd.captcha {
    			margin-right: 0;
    		}
    	}
    }

    Remplacer par :
    Code: Tout sélectionner
    }
    
    @media only screen and (max-width: 550px), only screen and (max-device-width: 550px)
    {
    	/* .topiclist lists
    	----------------------------------------*/
    	.rtl ul.topiclist.forums dt {
    		margin-left: 0;
    	}
    
    	.rtl ul.topiclist.forums dt .list-inner {
    		margin-left: 0;
    	}
    }
    
    @media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
    {
    	.rtl dl.details dt, .rtl dl.details dd {
    		float: none;
    		text-align: right;
    	}
    
    	.rtl dl.details dd {
    		margin-left: 0;
    		margin-right: 20px;
    	}
    
    	.captcha-panel dd.captcha {
    		margin-right: 0;
    	}
    }

theme/content.css

  1. Trouver (vers ligne 277) :
    Code: Tout sélectionner
    .postbody img.postimage {
    	max-width: 100%;
    }

    Remplacer par :
    Code: Tout sélectionner
    .postbody img.postimage {
    	max-width: 100%;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }

style.cfg

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

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

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


2 » Détail des modifications subsilver2

Liste des fichiers à modifier :
  • template/index.htm
  • template/mcp_front.html
  • template/overall_footer.html
  • template/overall_header.html
  • template/posting_poll_body.html
  • template/simple_header.html
  • template/ucp_pm_viewmessage_print.html
  • template/viewtopic_body.html
  • template/viewtopic_print.html
  • theme/images/index.htm
  • style.cfg

template/index.htm

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    Remplacer par :
    Code: Tout sélectionner
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

template/mcp_front.html

  1. Trouver (vers ligne 3) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_UNAPPROVED -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_unapproved_before -->
    

  2. Trouver (vers ligne 49) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_REPORTS -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_reported_before -->
    

  3. Trouver (vers ligne 80) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_PM_REPORTS -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_reported_pms_before -->
    

  4. Trouver (vers ligne 113) :
    Code: Tout sélectionner
    <!-- IF S_SHOW_LOGS -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_logs_before -->
    

  5. Trouver (vers ligne 145) :
    Code: Tout sélectionner
    <!-- INCLUDE mcp_footer.html -->

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT mcp_front_latest_logs_after -->
    

template/overall_footer.html

  1. Trouver (vers ligne 26) :
    Code: Tout sélectionner
    </body>

    Ajouter avant :
    Code: Tout sélectionner
    <!-- EVENT overall_footer_body_after -->
    

template/overall_header.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

template/posting_poll_body.html

  1. Trouver (vers ligne 18) :
    Code: Tout sélectionner
    	<td class="row2"><input class="post" type="number" min="1" max="999" name="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" /></td>

    Dans la ligne, trouver :
    Code: Tout sélectionner
    min="1"

    Remplacer par :
    Code: Tout sélectionner
    min="0"

template/simple_header.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

template/ucp_pm_viewmessage_print.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

template/viewtopic_body.html

  1. Trouver (vers ligne 166) :
    Code: Tout sélectionner
    				<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>

    Remplacer par :
    Code: Tout sélectionner
    				<!-- EVENT viewtopic_body_post_author_before -->
    				<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
    				<!-- EVENT viewtopic_body_post_author_after -->

template/viewtopic_print.html

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta charset="utf-8">

    Remplacer par :
    Code: Tout sélectionner
    <meta charset="utf-8" />

  2. Trouver (vers ligne 26) :
    Code: Tout sélectionner
    .code, .codecontent, 

    Remplacer par (suppression de l'espace après la virgule) :
    Code: Tout sélectionner
    .code, .codecontent,

theme/images/index.htm

  1. Trouver (vers ligne 4) :
    Code: Tout sélectionner
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    Remplacer par :
    Code: Tout sélectionner
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

style.cfg

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

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

Retour à la documentation : mettre à jour son forum phpBB 3.1.x
Avatar de l’utilisateur
cabot
Equipe site
Equipe site
 
Rédigé le: 06 Fév 2015 à 14:01
Articles: 20
Noter cet article: 123456 Votants: 1
Mots-clés: 31x

Retourner vers Mise à jour


cron