Mise à jour des styles de phpBB 3.2.1 à 3.2.2 Facile

Mise à jour des styles de phpBB 3.2.1 à 3.2.2

Détail des modifications des styles de phpBB 3.2.1 à 3.2.2


1 » Détail des modifications prosilver

Liste des fichiers à modifier :
  • template/forumlist_body.html
  • template/mcp_topic.html
  • template/memberlist_email.html
  • template/posting_attach_body.html
  • template/search_results.html
  • template/ucp_footer.html
  • template/ucp_notifications.html
  • template/ucp_pm_viewmessage_print.html
  • template/viewforum_body.html
  • template/viewtopic_body.html
  • theme/bidi.css
  • theme/buttons.css
  • theme/common.css
  • theme/content.css
  • theme/print.css
  • theme/responsive.css
  • style.cfg

template/forumlist_body.html

  1. Trouver (vers ligne 47) :
    Code: Tout sélectionner
    						<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->

    Remplacer par :
    Code: Tout sélectionner
    				<!-- IF forumrow.FORUM_IMAGE -->
    							<!-- EVENT forumlist_body_forum_image_before -->
    							<span class="forum-image"><!-- EVENT forumlist_body_forum_image_prepend -->{forumrow.FORUM_IMAGE}<!-- EVENT forumlist_body_forum_image_append --></span>
    							<!-- EVENT forumlist_body_forum_image_after -->
    						<!-- ENDIF -->


template/mcp_topic.html

  1. Trouver (vers ligne 96) :
    Code: Tout sélectionner
    		<!-- BEGIN postrow -->

    Remplacer par :
    Code: Tout sélectionner
    		<!-- BEGIN postrow -->
    		<!-- EVENT mcp_topic_postrow_post_before -->

  2. Trouver (vers ligne 149) :
    Code: Tout sélectionner
    				<!-- IF postrow.S_HAS_ATTACHMENTS -->

    Remplacer par :
    Code: Tout sélectionner
    				<!-- EVENT mcp_topic_postrow_attachments_before -->
    
    				<!-- IF postrow.S_HAS_ATTACHMENTS -->

  3. Trouver (vers ligne 154) :
    Code: Tout sélectionner
    						<!-- END attachment -->
    					</dl>
    				<!-- ENDIF -->
    

    Remplacer par :
    Code: Tout sélectionner
    						<!-- END attachment -->
    					</dl>
    				<!-- ENDIF -->
    
    				<!-- EVENT mcp_topic_postrow_attachments_after -->

template/memberlist_email.html

  1. Trouver (vers ligne 80) :
    Code: Tout sélectionner
    			<dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>

    Remplacer par :
    Code: Tout sélectionner
    			<dd><textarea name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>

template/posting_attach_body.html

  1. Trouver (vers ligne 61) :
    Code: Tout sélectionner
    								<span class="file-name ellipsis-text"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span>

    Remplacer par :
    Code: Tout sélectionner
    								<span class="file-name ellipsis-text"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span>
    								<!-- EVENT posting_attach_body_attach_row_controls_prepend -->

  2. Trouver (vers ligne 65) :
    Code: Tout sélectionner
    									<input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2 file-delete" />
    								</span>

    Remplacer par :
    Code: Tout sélectionner
    									<input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2 file-delete" />
    								</span>
    								<!-- EVENT posting_attach_body_attach_row_controls_append -->

template/search_results.html

  1. Trouver (vers ligne 117) :
    Code: Tout sélectionner
    							<div class="responsive-hide">

    Remplacer par :
    Code: Tout sélectionner
    							<div class="responsive-hide left-box">

template/ucp_footer.html

  1. Trouver (vers ligne 10) :
    Code: Tout sélectionner
    <!-- ENDIF -->
    
    <!-- INCLUDE jumpbox.html -->
    
    <!-- INCLUDE overall_footer.html -->

    Remplacer par :
    Code: Tout sélectionner
    <!-- ENDIF -->
    
    <!-- INCLUDE overall_footer.html -->

template/ucp_notifications.html

  1. Trouver (vers ligne 34) :
    Code: Tout sélectionner
    								<td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_methods.METHOD}"<!-- IF notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /></td>

    Remplacer par :
    Code: Tout sélectionner
    								<td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_types.notification_methods.METHOD}"<!-- IF notification_types.notification_methods.AVAILABLE and notification_types.notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --><!-- IF not notification_types.notification_methods.AVAILABLE --> disabled="disabled"<!-- ENDIF --> /></td>

template/ucp_pm_viewmessage_print.html

  1. Trouver (vers ligne 10) :
    Code: Tout sélectionner
    <link href="{T_THEME_PATH}/print.css" rel="stylesheet">

    Remplacer par :
    Code: Tout sélectionner
    <link href="{T_THEME_PATH}/print.css" rel="stylesheet">
    <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet">

template/viewforum_body.html

  1. Trouver (vers ligne 168) :
    Code: Tout sélectionner
    						<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>

    Remplacer par :
    Code: Tout sélectionner
    						<!-- IF topicrow.U_VIEW_TOPIC --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><!-- ELSE -->{topicrow.TOPIC_TITLE}<!-- ENDIF -->

  2. Trouver (vers ligne 170) :
    Code: Tout sélectionner
    							<a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}">
    								<i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span>

    Remplacer par :
    Code: Tout sélectionner
    							<a href="{topicrow.U_MCP_QUEUE}" title="<!-- IF topicrow.S_TOPIC_UNAPPROVED -->{L_TOPIC_UNAPPROVED}<!-- ELSE -->{L_POSTS_UNAPPROVED}<!-- ENDIF -->">
    								<i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only"><!-- IF topicrow.S_TOPIC_UNAPPROVED -->{L_TOPIC_UNAPPROVED}<!-- ELSE -->{L_POSTS_UNAPPROVED}<!-- ENDIF --></span>

  3. Trouver (vers ligne 193) :
    Code: Tout sélectionner
    							<span class="responsive-show" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span>

    Remplacer par :
    Code: Tout sélectionner
    							<span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span>

  4. Trouver (vers ligne 197) :
    Code: Tout sélectionner
    						<div class="topic-poster responsive-hide">

    Remplacer par :
    Code: Tout sélectionner
    						<div class="topic-poster responsive-hide left-box">

  5. Trouver (vers ligne 227) :
    Code: Tout sélectionner
    						<!-- IF not S_IS_BOT -->
    							<a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">

    Remplacer par :
    Code: Tout sélectionner
    						<!-- IF not S_IS_BOT and topicrow.U_LAST_POST -->
    							<a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">

  6. Trouver (vers ligne 248) :
    Code: Tout sélectionner
    	<div class="panel">
    		<div class="inner">
    		<strong>{L_NO_TOPICS}</strong>
    		</div>
    	</div>

    Remplacer par :
    Code: Tout sélectionner
    	<div class="panel">
    		<div class="inner">
    		<strong>{L_NO_TOPICS}</strong>
    		</div>
    	</div>
    	<!-- ELSE IF not S_HAS_SUBFORUM -->
    	<div class="panel">
    		<div class="inner">
    			<strong>{L_NO_FORUMS_IN_CATEGORY}</strong>
    		</div>
    	</div>

template/viewtopic_body.html

  1. Trouver (vers ligne 1) :
    Code: Tout sélectionner
    <!-- INCLUDE overall_header.html -->

    Remplacer par :
    Code: Tout sélectionner
    <!-- INCLUDE overall_header.html -->
    
    <!-- EVENT viewtopic_topic_title_before -->

theme/bidi.css

  1. Trouver (vers ligne 240) :
    Code: Tout sélectionner
    /* Pagination
    -------------------------------------- */

    Remplacer par :
    Code: Tout sélectionner
    /* Pagination
    ---------------------------------------- */
    .rtl .page-number {
    	float: left;
    }
    

  2. Trouver (vers ligne 456) :
    Code: Tout sélectionner
    /* Post body styles
    ----------------------------------------*/

    Remplacer par :
    Code: Tout sélectionner
    /* Post body styles
    ----------------------------------------*/
    .rtl .date {
    	float: left;
    }
    

  3. Trouver (vers ligne 1081) :
    Code: Tout sélectionner
    	.captcha-panel dd.captcha {
    		margin-right: 0;
    	}

    Ajouter après :
    Code: Tout sélectionner
    	
    	.rtl p.responsive-center {
    		float: none;
    		text-align: center;
    		margin-bottom: 5px;
    	}

theme/buttons.css

  1. Trouver (vers ligne 8 ) :
    Code: Tout sélectionner
    	font-weight: normal;

    Remplacer par :
    Code: Tout sélectionner
    	font-weight: 600;

theme/common.css

  1. Trouver (vers ligne 886) :
    Code: Tout sélectionner
    /* Pagination in viewforum for multipage topics */
    .row .pagination {
    	display: block;
    	margin-top: -12px;
    }

    Remplacer par :
    Code: Tout sélectionner
    /* Pagination in viewforum for multipage topics */
    .row .pagination {
    	display: block;
    	margin-top: 3px;
    	margin-bottom: 3px;
    }

theme/content.css

  1. Trouver (vers ligne 20) :
    Code: Tout sélectionner
    ul.topiclist li.row dl {
    	padding: 2px 0;
    }

    Remplacer par :
    Code: Tout sélectionner
    ul.topiclist li.row dl {
    	margin: 2px 0;
    }

  2. Trouver (vers ligne 65) :
    Code: Tout sélectionner
    ul.topiclist dd {
    	border-left: 1px solid transparent;
    	padding: 4px 0;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }
    

    Ajouter après :
    Code: Tout sélectionner
    ul.topiclist li.row dd {
    	padding: 4px 0 999px 0;
    	margin-bottom: -995px;
    }
    

  3. Trouver (vers ligne 138) :
    Code: Tout sélectionner
    /* Forum list column styles */

    Remplacer par :
    Code: Tout sélectionner
    /* Forum list column styles */
    .row .list-inner { padding: 4px 0; }
    

  4. Trouver (vers ligne 531) :
    Code: Tout sélectionner
    .attachbox {
    	float: left;
    	width: auto;
    	max-width: 100%;
    	margin: 5px 5px 5px 0;
    	padding: 6px;
    	border: 1px dashed transparent;
    	clear: left;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }

    Remplacer par :
    Code: Tout sélectionner
    .attachbox {
    	font-size: 13px;
    	float: left;
    	width: auto;
    	max-width: 100%;
    	margin: 5px 5px 5px 0;
    	padding: 6px;
    	border: 1px dashed transparent;
    	clear: left;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }

theme/print.css

  1. Trouver (vers ligne 133) :
    Code: Tout sélectionner
    /* Misc page elements */
    div.spacer { clear: both; }

    Remplacer par :
    Code: Tout sélectionner
    /* Misc page elements */
    div.spacer { clear: both; }
    
    code { display: block; }
    

theme/responsive.css

  1. Trouver (vers ligne 346) :
    Code: Tout sélectionner
    	fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
    		margin-left: 20px;
    	}

    Remplacer par :
    Code: Tout sélectionner
    	fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
    		margin-left: 0px;
    	}

  2. Trouver et supprimer (vers ligne 585) :
    Code: Tout sélectionner
    @media (max-width: 992px) {
    	.row .pagination {
    		text-align: left;
    		float: left;
    		margin-top: 4px;
    		margin-bottom: 4px;
    	}
    }
    

style.cfg

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

    Remplacer par :
    Code: Tout sélectionner
    style_version = 3.2.2
    phpbb_version = 3.2.2

  2. Trouver (vers ligne 28) :
    Code: Tout sélectionner
    # template_bitfield = lNg=

    Remplacer par :
    Code: Tout sélectionner
    # template_bitfield = //g=
Avatar de l’utilisateur
Mazeltof
Resp. des graphistes
Resp. des graphistes
 
Rédigé le: 08 Jan 2018 à 14:58
Articles: 21
Noter cet article: 123456 Votants: 1

Retourner vers Mise à jour


cron