Template 2.X Séparer vos sujets importants et normaux [2.0]

GERINO

Ancien Staff
Ancien Staff
6/3/16
345
103
1933
32
#1
Dans votre template forum_view

Pour les messages important chercher :

[HIDETHANKS]
Code:
structItemContainer-group structItemContainer-group--sticky
[/HIDETHANKS]

Et ajoutez en dessous :

[HIDETHANKS]
Code:
<div class="posts-important">{{ phrase('Messages Important') }}</div>
[/HIDETHANKS]

Pour les messages Normaux chercher :

[HIDEREPLY]
Code:
structItemContainer-group js-threadList
[/HIDEREPLY]

Et ajoutez en dessous :

[HIDEREPLY]
Code:
<div class="posts-normal">{{ phrase('Messages Normaux') }}</div>
[/HIDEREPLY]

Dans votre template extra.less ajoutez ces codes :

[HIDETHANKS]
Code:
.posts-important { background: red; text-align: center; padding: 3px; }
.posts-normal { background: green; text-align: center; padding: 3px; }
[/HIDETHANKS]


Résultat :

kh-UkOPJRj_FL06gkJkZgg.png

Deuxième solution :

Dans votre template extra.less ajoutez ces codes :

[HIDETHANKS]
Code:
.structItemContainer-group {
    border-left: 3px solid #32b72f;
}
.structItemContainer-group--sticky  {
    border-left: 3px solid #ca0000;
}
[/HIDETHANKS]

Résultat :


nyIBD142TvC6jiPG1ys1PQ.png

Crédit : laurent68
 
Dernière édition par un modérateur:

laglobul

Supяêmε
Supяêmε
N00BY BLEU
14/4/18
6
1
263
22
#5
merci pour le partage gros comme d'hab tu gères ^^