Pour rajouter une barre de séparation sur la largeur des forum, entre les sujets épinglés et les "courants" (à l'image d'IPB 2.3):
barre_separation.gif (17,38Ko)
Nombre de téléchargements: 39
Connectez-vous au PCA dans :
- Apparence visuelle
- Gestion des skins
- Votre skin
- Templates
- Vue des forums
- forumIndexTemplate
Rechercher :
<foreach loop="topics:$topic_data as $tid => $data">
Ajoutez à la suite :
<if test="$data['pinned']"> <if test="$this->hasPinned=1"></if> <else /> <if test="$this->hasPinned"> <if test="$this->hasPinned=0"></if> <tr class='subhead altbar'> <if test="$this->memberData['is_mod'] == 1"> <th scope='col' colspan='6'> <else /> <th scope='col' colspan='5'> </if> </th> </tr> </if> </if>
Ce qui donnera :
<foreach loop="topics:$topic_data as $tid => $data"> <if test="$data['pinned']"> <if test="$this->hasPinned=1"></if> <else /> <if test="$this->hasPinned"> <if test="$this->hasPinned=0"></if> <tr class='subhead altbar'> <if test="$this->memberData['is_mod'] == 1"> <th scope='col' colspan='6'> <else /> <th scope='col' colspan='5'> </if> </th> </tr> </if> </if>
Pour varier l'épaisseur de la barre, recherchez dans ipb_styles.css :
table.ipb_table tr.subhead th {et modifier la valeur de "padding: 10px;"
Fini


Inscription
Aide
Citer








Mots-clés :