18-10-2010, 0:16
Si vous désirez obtenir le même résultat que sur le site MyBB.com :
[attachment=707]
Alors vous devez éditer votre "Header Template" par votre Panneau de Contrôle d'Administrateur et ajouter à la fin ce code :
Vous pouvez maintenant changer les couleurs, styles et contenus comme bon vous semble!
[attachment=707]
Alors vous devez éditer votre "Header Template" par votre Panneau de Contrôle d'Administrateur et ajouter à la fin ce code :
PHP Code:
<style type="text/css">
.alert {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}
.notice {
background: #ADCBE7;
border-top: 2px solid #0F5C8E;
border-bottom: 2px solid #0F5C8E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}
.notice2 {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}
</style>
<p class="alert"><strong>Latest News:</strong> <a href="http://blog.mybb.com/2010/08/03/mybb-1-6-released/">MyBB 1.6 Released</a> (August 3, 2010)</p>
<p class="notice2"><strong>MyBB on Twitter:</strong> Follow <a href="http://www.twitter.com/mybbgroup/">@mybbgroup</a> for the latest on MyBB and exclusive content.</p>
<p class="notice"><strong>Are you on the <a href="http://www.mybboard.com/mailinglist.php">MyBB mailing list?</a></strong> - Sign up for notification of new MyBB releases and updates.</p>
Vous pouvez maintenant changer les couleurs, styles et contenus comme bon vous semble!