Sofia
13/07/2008, 01h17
Cette modification permet de changer la couleur de fond de la cellule d'une discussion importante dans un forum...
Conception
Auteur / Author : Chris-777 (http://www.vbulletin.org/forum/member.php?u=124739)
Source / Link of Thread : Sticky background color change (http://www.vbulletin.org/forum/showthread.php?t=171266)
Version du hack : 3.7.
Version vBulletin Requise / Version vBulletin Required : vB 3.7
Testé / Tested : oui
Traducteur / Translator : Sofia
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved Only For Ours Translations
Installation
Dans le template Threadbit, cherchez :
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
Remplacer par :
<!-- Sticky Color -->
<if condition="$thread['sticky'] == 1">
<td class="stickybg" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
</if>
<!-- /Sticky Color -->
Dans Styles & Templates >> Gestionnaire de styles >> Choix du style (CSS Principal) >> Ajoutez ce code dans Définitions des CSS supplémentaires (2e case) :
.stickybg
{
background-color: #333333;
}
Changez le code couleur pour obtenir la couleur désirée.
http://www.vbulletin-ressources.com/forum/images/tutoriaux/400_1215900997.png
Conception
Auteur / Author : Chris-777 (http://www.vbulletin.org/forum/member.php?u=124739)
Source / Link of Thread : Sticky background color change (http://www.vbulletin.org/forum/showthread.php?t=171266)
Version du hack : 3.7.
Version vBulletin Requise / Version vBulletin Required : vB 3.7
Testé / Tested : oui
Traducteur / Translator : Sofia
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved Only For Ours Translations
Installation
Dans le template Threadbit, cherchez :
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
Remplacer par :
<!-- Sticky Color -->
<if condition="$thread['sticky'] == 1">
<td class="stickybg" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
</if>
<!-- /Sticky Color -->
Dans Styles & Templates >> Gestionnaire de styles >> Choix du style (CSS Principal) >> Ajoutez ce code dans Définitions des CSS supplémentaires (2e case) :
.stickybg
{
background-color: #333333;
}
Changez le code couleur pour obtenir la couleur désirée.
http://www.vbulletin-ressources.com/forum/images/tutoriaux/400_1215900997.png