Welcome, you're not connected. ( Log in - Register )

Les commandes sont pour le moment fermées jusqu'à nouvel ordre, mais je peux assurer le support.

Merci de votre compréhension.


Requests are currently closed, but I can do some support.

Thanks for your understanding.




Important links - Liens importants

Règles - Rules | Présentez-vous - Introduce yourself | Problème d'inscription ? - Registration problem ?

Ishimaru-Design > Tutoriaux, ressources et support (fr) > phpBB3 > Tutoriels & Astuces > [subsilver2] Séparer les catégories sur l'index

RSS >  [subsilver2] Séparer les catégories sur l'index
Ishimaru Chiaki #1 26/06/2010 - 03h03

Class : ID Admin
Posts : 1378
Registered on : 12/11/2007
Age : 27
Sex : Female

Offline Mail Www

Séparer les catégories sur l'index sous Subsilver2

Par défaut, le code de subsilver2 colle les catégories ensemble pour former un grand tableau.

Ce tutoriel, qui fait suite à des tests effectués en local pour répondre à un membre sur phpBB-fr, vous permettra de les séparer pour en arriver à un résultat similaire à ceci : http://img.photobucket.com/albums/v381/ladykatt/separer-categories-sub2.png

Ce tutoriel a été testé sur un phpBB 3.0.7 avec un thème subsilver2.  Ceci est compatible avec 3.0.7-PL1

Il est fortement recommandé de faire une sauvegarde du fichier à modifier avant de faire les modifications !

Modifications :

OUVRIR

styles/subsilver2/template/forumlist_body.html

TROUVER

<tr>
   <td class="cat" colspan="5" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->&nbsp;</td>
</tr>
<tr>
   <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
   <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
   <th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>


<!-- BEGIN forumrow -->
   <!-- IF forumrow.S_IS_CAT -->






       <tr>
           <td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
           <td class="catdiv" colspan="3">&nbsp;</td>


       </tr>
   <!-- ELSEIF forumrow.S_IS_LINK -->


REMPLACER PAR

   <tr>
       <td class="cat" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->&nbsp;</td>
   </tr>





</tr>


<!-- BEGIN forumrow -->
   <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT  -->
       </table>
       <br clear="all" />
   <!-- ENDIF -->

   <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
   <table class="tablebg" cellspacing="1" width="100%">
       <tr>
           <th colspan="2">&nbsp;<!-- IF forumrow.S_IS_CAT --> <a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF -->&nbsp;</th>
           <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
           <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
           <th>&nbsp;{L_LAST_POST}&nbsp;</th>
       </tr>
   <!-- ENDIF -->

   <!-- IF not forumrow.S_IS_CAT -->
   <!-- IF forumrow.S_IS_LINK -->


TROUVER ET SUPPRIMER

       <!-- IF forumrow.S_NO_CAT -->
           <tr>
               <td class="cat" colspan="2"><h4>{L_FORUM}</h4></td>
               <td class="catdiv" colspan="3">&nbsp;</td>
           </tr>
       <!-- ENDIF -->


TROUVER

<!-- BEGINELSE -->
   <tr>
       <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
   </tr>









<!-- END forumrow -->
</table>


REMPLACER PAR

   <!-- IF forumrow.S_LAST_ROW -->
   </table>
   <br clear="all" />
   <!-- ENDIF -->
   <!-- ENDIF -->

   <!-- BEGINELSE -->
   <table class="tableg">
       <tr>
           <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
       </tr>
   </table>
<!-- ENDELSE -->
<!-- END forumrow -->
parse error: parse error, unexpected T_ANXIETE_SOCIALE in home/ishimaru/social.php on line 1My portfolio (only available in French for now)
Philippe #2 16/07/2010 - 14h53

Class : ID Newbie
Posts : 14
Registered on : 09/07/2010
Age : 53
Sex : Male

Offline Www

Merci
Il a un meilleur look mon forum  :D
Patauge allègrement dans le phpBB
Rico #3 26/08/2011 - 07h13

Class : ID Newbie
Posts : 16
Registered on : 25/08/2011
Age : 42
Sex : Male

Offline Www

Merci , je viens de faire la modif  ;)

 >  Fast reply

Message

Ishimaru-Design > Tutoriaux, ressources et support (fr) > phpBB3 > Tutoriels & Astuces > [subsilver2] Séparer les catégories sur l'index

 >  Stats

1 user(s) connected during the last 10 minutes (0 member(s) and 1 guest(s)).