Je suis en PhpBB 3.3, avec un style perso bâti selon cette méthode : documentation/styles/creer-un-style-phpbb-32-ou-33-a223-view.html
J'ai fouillé partout dans la doc et le forum sans trouver mon bonheur.
Je veux modifier les icônes de forum (lu, non-lu, chaud...), idéalement je voudrais pouvoir utiliser autre chose que du gif, du PNG notamment (et dans mes rêves les plus fous du svg

Elles semblent définies dans colours.css.
Du coup dois-je reprendre ces classes dans le CSS de mon style perso et modifier les noms des fichiers, et mettre mes icônes dans le répertoire /images de mon style perso ?
- Code: Tout sélectionner
/* Forum icons & Topic icons */ .global_read { background-image: url("./images/announce_read.gif"); } .global_read_mine { background-image: url("./images/announce_read_mine.gif"); } .global_read_locked { background-image: url("./images/announce_read_locked.gif"); } .global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); } .global_unread { background-image: url("./images/announce_unread.gif"); } .global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); } .global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); } .global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); } .announce_read { background-image: url("./images/announce_read.gif"); } .announce_read_mine { background-image: url("./images/announce_read_mine.gif"); } .announce_read_locked { background-image: url("./images/announce_read_locked.gif"); } .announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); } .announce_unread { background-image: url("./images/announce_unread.gif"); } .announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); } .announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); } .announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); } .forum_link { background-image: url("./images/forum_link.gif"); } .forum_read { background-image: url("./images/forum_read.gif"); } .forum_read_locked { background-image: url("./images/forum_read_locked.gif"); } .forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); } .forum_unread { background-image: url("./images/forum_unread.gif"); } .forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); } .forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); } .sticky_read { background-image: url("./images/sticky_read.gif"); } .sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); } .sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); } .sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); } .sticky_unread { background-image: url("./images/sticky_unread.gif"); } .sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); } .sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); } .sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); } .topic_moved { background-image: url("./images/topic_moved.gif"); } .pm_read, .topic_read { background-image: url("./images/topic_read.gif"); } .topic_read_mine { background-image: url("./images/topic_read_mine.gif"); } .topic_read_hot { background-image: url("./images/topic_read_hot.gif"); } .topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); } .topic_read_locked { background-image: url("./images/topic_read_locked.gif"); } .topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); } .pm_unread, .topic_unread { background-image: url("./images/topic_unread.gif"); } .topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); } .topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); } .topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); } .topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); } .topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }
Tout en conservant des dimensions identiques afin qu'elles soit bien calées ?
Je ne vois pas trop où le positionnement des images est fait.
Ce topic parle des dimensions de ces icônes cependant il me parait obsolète : documentation/styles/mettre-des-icones-de-forums-plus-grandes-a52-view.html. Je ne vois plus de traces du fichier imageset.cfg par exemple.
[Edit]Le lien vers le forum, ça peut servir : https://cow29.fr/forum/index.php