Page 1 sur 1

phpBB 3.3.13 to 3.3.14-RC1 modification de prosilver

Posté : 23 oct. 2024, 11:38
par Admin
Mise à jour phpBB 3.3.13 à phpBB 3.3.14-RC1
Pour mettre à jour vos styles enfants hérités de prosilver.



►Modification CSS

Aucune


► Modification composer.json

Pour le fichier composer.json remplacer la section comme ci

Code : Tout sélectionner

# General Information about this style
name = prosilver
copyright = © phpBB Limited, 2007
style_version = 3.3.14
phpbb_version = 3.3.14




►Modification template

Ouvrir ./styles/prosilver/template/bbcode.html

►Trouver

Code : Tout sélectionner

					<a href="{@post_url}" data-post-id="{@post_id}" onclick="if(document.getElementById(hash.substr(1)))href=hash">↑</a>
  • Remplacer par

    Code : Tout sélectionner

    			<a href="{@post_url}" aria-label="{L_VIEW_QUOTED_POST}" data-post-id="{@post_id}" onclick="if(document.getElementById(hash.substr(1)))href=hash"><i class="icon fa-arrow-circle-up fa-fw" aria-hidden="true"></i></a>

►Trouver

Code : Tout sélectionner

				<a href="{@msg_url}" data-msg-id="{@msg_id}">↑</a>
  • Remplacer par

    Code : Tout sélectionner

    			<a href="{@msg_url}" aria-label="{L_VIEW_QUOTED_POST}" data-msg-id="{@msg_id}"><i class="icon fa-arrow-circle-up fa-fw" aria-hidden="true"></i></a>

Ouvrir ./styles/prosilver/template/ucp_pm_viewmessage.html

►Trouver

Code : Tout sélectionner

div id="post-{MESSAGE_ID}" class="post pm has-profile<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->">
  • Remplacer par

    Code : Tout sélectionner

    <div id="post-{MESSAGE_ID}" class="post pm has-profile<!-- IF S_ONLINE --> online<!-- ENDIF -->">



Source : https://gist.github.com/marc1706/e9733c ... 0d66d29215

Re: phpBB 3.3.13 to 3.3.14-RC1 modification de prosilver

Posté : 23 oct. 2024, 12:19
par Admin
Archive à télécharger des modifications faites au dossier styles de phpBB 3.3.14-RC1

format-zip
styles.zip
5.14 Kio - Téléchargé 8 fois

phpBB 3.3.13 to 3.3.14 modification de prosilver

Posté : 20 nov. 2024, 22:01
par Admin
Aucun changement supplémentaire par rapport à la version 3.3.14-RC1