Mise à jour des styles de phpBB 3.3.8 à 3.3.9 Facile

Mise à jour des styles de phpBB 3.3.8 à 3.3.9

Détail des modifications des styles de phpBB 3.3.8 à 3.3.9


Détail des modifications prosilver

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


template/posting_topic_review.html

  1. Trouver (vers ligne 34) :
    Code: Tout sélectionner
    				<li>
    					<a href="{topic_review_row.U_MCP_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only">
    						<i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_POST_DETAILS}</span>
    					</a>
    				<li>

    Remplacer par :
    Code: Tout sélectionner
    				<li>
    					<a href="{topic_review_row.U_MCP_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only">
    						<i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_POST_DETAILS}</span>
    					</a>
    				</li>

template/ucp_main_front.html

  1. Trouver (vers ligne 16) :
    Code: Tout sélectionner
    			<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
    				<dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
    					<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
    					<div class="list-inner">
    						<!-- IF topicrow.S_UNREAD -->

    Remplacer par :
    Code: Tout sélectionner
    			<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
    				<dt <!-- IF topicrow.TOPIC_ICON_IMG and topicrow.S_TOPIC_ICONS -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
    					<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
    					<div class="list-inner">
    						<!-- IF topicrow.S_UNREAD -->

style.cfg

  1. Trouver (vers ligne 21) :
    Code: Tout sélectionner
    # General Information about this style
    name = prosilver
    copyright = © phpBB Limited, 2007
    style_version = 3.3.8
    phpbb_version = 3.3.8

    Remplacer par :
    Code: Tout sélectionner
    # General Information about this style
    name = prosilver
    copyright = © phpBB Limited, 2007
    style_version = 3.3.9
    phpbb_version = 3.3.9
Avatar de l’utilisateur
Mazeltof
Resp. des graphistes
Resp. des graphistes
 
Rédigé le: 14 Nov 2022 à 10:57
Articles: 20
Noter cet article: 123456 Votants: 1

Retourner vers Mise à jour


cron