Version xenforo 2.2 :
Another incredibly simple add-on that injects the Prefix ID to the prefix description box, enabling you to style it on a per-prefix basis.
After installing the add-on, you will need to add some code to the extra.less template similar to the below - or adjust it as you desire :
Before :
After :
Télécharger V1.0.0 :
Version xenforo 2.3 :
Prefix Description Styling lets you style the description box shown above threads using a given prefix — on a per-prefix basis, directly from the prefix edit form.
Each prefix can have its own:
Admin CP - Edit Prefix:
Télécharger V1.1.1 :
Another incredibly simple add-on that injects the Prefix ID to the prefix description box, enabling you to style it on a per-prefix basis.
After installing the add-on, you will need to add some code to the extra.less template similar to the below - or adjust it as you desire :
Code:
.blockMessage--close.prefixDesc--id1 {
border-left: 3px solid #1ed760;
}
.blockMessage--close.prefixDesc--id2 {
border-left: 3px solid #d31117;
}
Before :
After :
Télécharger V1.0.0 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Version xenforo 2.3 :
Prefix Description Styling lets you style the description box shown above threads using a given prefix — on a per-prefix basis, directly from the prefix edit form.
Each prefix can have its own:
- Background colour
- Text / border colour
- Custom CSS class, for full control via extra.less alongside or instead of the colours above
Admin CP - Edit Prefix:
Télécharger V1.1.1 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.

