Mise à jour des styles de phpBB 3.1.9 à 3.1.10 Facile

Mise à jour des styles de phpBB 3.1.9 à 3.1.10

Détail des modifications des styles de phpBB 3.1.9 à 3.1.10


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/confirm_delete_body.html
  • template/mcp_forum.html
  • template/mcp_move.html
  • template/mcp_topic.html
  • template/memberlist_email.html
  • template/overall_header.html
  • template/posting_editor.html
  • template/posting_topic_review.html
  • template/search_results.html
  • template/viewforum_body.html
  • style.cfg

template/confirm_delete_body.html

  1. Trouver (vers ligne 10) :
    Code: Tout sélectionner
    				<!-- IF S_TOPIC_MODE -->{L_DELETE_TOPIC_PERMANENTLY}<!-- ELSE -->{L_DELETE_POST_PERMANENTLY}<!-- ENDIF -->

    Remplacer par :
    Code: Tout sélectionner
    				<!-- IF S_TOPIC_MODE -->{DELETE_TOPIC_PERMANENTLY_EXPLAIN}<!-- ELSE -->{DELETE_POST_PERMANENTLY_EXPLAIN}<!-- ENDIF -->

  2. Trouver (vers ligne 46) :
    Code: Tout sélectionner
    						<!-- IF S_TOPIC_MODE -->{L_DELETE_TOPIC_PERMANENTLY}<!-- ELSE -->{L_DELETE_POST_PERMANENTLY}<!-- ENDIF -->

    Remplacer par :
    Code: Tout sélectionner
    						<!-- IF S_TOPIC_MODE -->{DELETE_TOPIC_PERMANENTLY_EXPLAIN}<!-- ELSE -->{DELETE_POST_PERMANENTLY_EXPLAIN}<!-- ENDIF -->

template/mcp_forum.html

  1. Trouver (vers ligne 51) :
    Code: Tout sélectionner
    					<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE -->&nbsp;<a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF -->
    					<br />

    Ajouter après :
    Code: Tout sélectionner
    					<!-- EVENT topiclist_row_topic_title_after -->

template/mcp_move.html

  1. Trouver (vers ligne 34) :
    Code: Tout sélectionner
    <form id="confirm" action="{S_CONFIRM_ACTION}" method="post">

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

template/mcp_topic.html

  1. Trouver (vers ligne 76) :
    Code: Tout sélectionner
    			<input class="inputbox autowidth" type="number" min="0" max="999999" name="to_topic_id" id="to_topic_id" value="{TO_TOPIC_ID}" />

    Remplacer par :
    Code: Tout sélectionner
    			<input class="inputbox autowidth" type="number" min="0" max="9999999999" name="to_topic_id" id="to_topic_id" value="{TO_TOPIC_ID}" />

  2. Trouver (vers ligne 115) :
    Code: Tout sélectionner
    				<p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p>

    Remplacer par :
    Code: Tout sélectionner
    				<!-- EVENT mcp_topic_postrow_post_details_before -->
    				<p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p>
    				<!-- EVENT mcp_topic_postrow_post_details_after -->

template/memberlist_email.html

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

    Ajouter après :
    Code: Tout sélectionner
    <!-- EVENT memberlist_email_before -->
    

template/overall_header.html

  1. Trouver (vers ligne 77) :
    Code: Tout sélectionner
    	<div id="page-header">
    		<div class="headerbar" role="banner">

    Ajouter après :
    Code: Tout sélectionner
    		<!-- EVENT overall_header_headerbar_before -->

  2. Trouver (vers ligne 97) :
    Code: Tout sélectionner
    					{S_SEARCH_HIDDEN_FIELDS}
    				</fieldset>
    				</form>
    			</div>
    			<!-- ENDIF -->
    
    			</div>

    Ajouter après :
    Code: Tout sélectionner
    			<!-- EVENT overall_header_headerbar_after -->

template/posting_editor.html

  1. Trouver (vers ligne 26) :
    Code: Tout sélectionner
    		<dd><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>

    Remplacer par :
    Code: Tout sélectionner
    		<dd>
    			<!-- EVENT posting_editor_subject_prepend -->
    			<input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" />
    			<!-- EVENT posting_editor_subject_append -->
    		</dd>

template/posting_topic_review.html

  1. Trouver (vers ligne 46) :
    Code: Tout sélectionner
    			<p class="author"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> &raquo; {topic_review_row.POST_DATE}  </p>

    Remplacer par :
    Code: Tout sélectionner
    			<!-- EVENT posting_topic_review_row_post_details_before -->
    			<p class="author"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> &raquo; {topic_review_row.POST_DATE}  </p>
    			<!-- EVENT posting_topic_review_row_post_details_after -->
    

template/search_results.html

  1. Trouver (vers ligne 94) :
    Code: Tout sélectionner
    							{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} &raquo; {searchresults.FIRST_POST_TIME} &raquo; {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
    							<!-- EVENT topiclist_row_append -->

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

template/viewforum_body.html

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

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

  2. Trouver (vers ligne 150) :
    Code: Tout sélectionner
    		<!-- EVENT viewforum_body_topic_row_before -->

    Remplacer par :
    Code: Tout sélectionner
    		<!-- EVENT viewforum_body_topicrow_row_before -->

  3. Trouver (vers ligne 163) :
    Code: Tout sélectionner
    						<!-- IF not S_IS_BOT -->
    						<div class="responsive-show" style="display: none;">
    							{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} &laquo; <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>

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

style.cfg

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

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


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


2 » Détail des modifications subsilver2

Liste des fichiers à modifier :
  • template/mcp_forum.html
  • template/mcp_move.html
  • template/mcp_topic.html
  • template/memberlist_email.html
  • template/posting_body.html
  • template/posting_topic_review.html
  • template/search_results.html
  • template/viewforum_body.html
  • style.cfg

template/mcp_forum.html

  1. Trouver (vers ligne 43) :
    Code: Tout sélectionner
    			<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE -->
    				[ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ]&nbsp;
    			<!-- ENDIF -->

    Ajouter après :
    Code: Tout sélectionner
    			<!-- EVENT topiclist_row_topic_title_after -->

template/mcp_move.html

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

    Ajouter après :
    Code: Tout sélectionner
    <!-- EVENT mcp_move_before -->
    

  2. Trouver (vers ligne 37) :
    Code: Tout sélectionner
    	{S_FORM_TOKEN}	

    Remplacer par :
    Code: Tout sélectionner
    	{S_FORM_TOKEN}
    (modification mineure : espace supprimé après la variable)

template/mcp_topic.html

  1. Trouver (vers ligne 47) :
    Code: Tout sélectionner
    		<td class="row2" colspan="2"><input class="post" type="number" min="0" max="999999" name="to_topic_id" value="{TO_TOPIC_ID}" /> <a href="{U_SELECT_TOPIC}">{L_SELECT_TOPIC}</a></td>

    Remplacer par :
    Code: Tout sélectionner
    		<td class="row2" colspan="2"><input class="post" type="number" min="0" max="9999999999" name="to_topic_id" value="{TO_TOPIC_ID}" /> <a href="{U_SELECT_TOPIC}">{L_SELECT_TOPIC}</a></td>

  2. Trouver (vers ligne 77) :
    Code: Tout sélectionner
    			<table width="100%" cellspacing="0" cellpadding="0" border="0">
    			<tr style="vertical-align: top;">
    				<td class="gensmall" nowrap="nowrap">&nbsp;<b>{L_POST_SUBJECT}{L_COLON}</b>&nbsp;</td>
    				<td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
    			</tr>
    			</table>

    Remplacer par :
    Code: Tout sélectionner
    			<!-- EVENT mcp_topic_postrow_post_details_before -->
    			<table width="100%" cellspacing="0" cellpadding="0" border="0">
    			<tr style="vertical-align: top;">
    				<td class="gensmall" nowrap="nowrap">&nbsp;<b>{L_POST_SUBJECT}{L_COLON}</b>&nbsp;</td>
    				<td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
    			</tr>
    			</table>
    			<!-- EVENT mcp_topic_postrow_post_details_after -->

template/memberlist_email.html

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

    Ajouter après :
    Code: Tout sélectionner
    <!-- EVENT memberlist_email_before -->
    

template/posting_body.html

  1. Trouver (vers ligne 169) :
    Code: Tout sélectionner
    	<td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}" /></td>

    Remplacer par :
    Code: Tout sélectionner
    	<td class="row2" width="78%">
    		<!-- EVENT posting_editor_subject_prepend -->
    		<input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}" />
    		<!-- EVENT posting_editor_subject_append -->
    	</td>

template/posting_topic_review.html

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

    Ajouter après :
    Code: Tout sélectionner
    			<!-- EVENT posting_topic_review_row_post_details_before -->

  2. Trouver (vers ligne 40) :
    Code: Tout sélectionner
    						<td valign="top" nowrap="nowrap">&nbsp;<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --><a href="#" onclick="addquote({topic_review_row.POST_ID},'{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}'); return false;" class="imageset">{QUOTE_IMG}</a><!-- ENDIF --></td>
    					</tr>
    					</table>
    				</td>
    			</tr>

    Ajouter après :
    Code: Tout sélectionner
    			<!-- EVENT posting_topic_review_row_post_details_after -->

template/search_results.html

  1. Trouver (vers ligne 51) :
    Code: Tout sélectionner
    				<!-- IF searchresults.S_TOPIC_REPORTED -->
    					<a href="{searchresults.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;
    				<!-- ENDIF -->

    Ajouter après :
    Code: Tout sélectionner
    				<!-- EVENT topiclist_row_topic_title_after -->

template/viewforum_body.html

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

    Remplacer par :
    Code: Tout sélectionner
    	<!-- EVENT viewforum_body_topic_row_before -->
    
    	<!-- BEGIN topicrow -->
    
    		<!-- EVENT viewforum_body_topicrow_row_before -->

  2. Trouver (vers ligne 56) :
    Code: Tout sélectionner
    				<!-- IF topicrow.S_TOPIC_REPORTED -->
    					<a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;
    				<!-- ENDIF -->

    Ajouter après :
    Code: Tout sélectionner
    				<!-- EVENT topiclist_row_topic_title_after -->

style.cfg

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

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

Retour à la documentation : mettre à jour son forum phpBB 3.1.x
Avatar de l’utilisateur
cabot
Equipe site
Equipe site
 
Rédigé le: 13 Oct 2016 à 11:50
Articles: 20
Noter cet article: 123456 Votants: 1

Retourner vers Mise à jour


cron