Lien vers les niveaux inférieurs.

3 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Lien vers les niveaux inférieurs.

Message par Pinky-mango Dim 29 Mai 2011 - 5:33

Salut!

sur mon forum j'ai cocher oui à : Lien vers les niveaux inférieurs.
Et ca marche mais le problème c'est que j'aimerais le mettre dans le cadre de ma description de forum et pouvoir changer la police et autre aspect en css.

J'ai trouver la code template de Lien vers les niveaux inférieurs. (je casi sur que c'est ca mais si je me trompe faite moi le savoir!)
Code:
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>

Mais je sais pas ou le replacer dans mon template pour qu'il sois dans le cadre de ma description.

Voila mon template que j'ai déjà modifier au paravant.
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}

         {CURRENT_TIME}

         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> 
{catrow.tablehead.L_FORUM} </th>

             <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

            </span>

<center><span align="right" class="gensmall">{catrow.forumrow.TOPICS} Sujets & {catrow.forumrow.POSTS} Messages</span></center>      </h{catrow.forumrow.LEVEL}>
         <span class="genmed">
</span>
{catrow.forumrow.FORUM_DESC}    <span class="gensmall">
                  <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
               {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
      </span>
      
</td>
            <td class="row3 over" align="center" valign="middle" height="50">
                <div class="derniers_sujets">
      <span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
</td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>

            <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Merci Smile


Dernière édition par Pinky-mango le Mer 8 Juin 2011 - 1:51, édité 1 fois
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par Invité Lun 30 Mai 2011 - 10:13

Bonjour,

Les variables concernant les liens vers les niveaux inférieurs sont:
Code:
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}

Vous pouvez les déplacer sous la description , c'est à dire sous cette variable:
Code:
{catrow.forumrow.FORUM_DESC}

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par Pinky-mango Lun 30 Mai 2011 - 23:28

Ca ne fonctionne pas? Ca laisse les niveau inférieur à la même place?
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Lien vers les niveaux inférieurs.

Message par SoraNoHime Mar 31 Mai 2011 - 2:01

Bonsoir,

pouvez-vous avec un scan me dire à quel endroit exactement vous voulez les voir apparaitre.

Pour les personnaliser repérez ceci :
Code:
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}

et remplacer le ainsi :

Code:
<span class="souslien">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>

insérez ensuite dans votre css

Code:
.souslien{
vos modifications css
}

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par Pinky-mango Mar 31 Mai 2011 - 23:58

mais comme tu dit je peux le mettre où je veux mais je fais comment?
Je l'ai mis en dessous de
Code:
{catrow.forumrow.FORUM_DESC}
Mais rien changer.
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par SoraNoHime Mer 1 Juin 2011 - 0:26

Pouvez-vous me fournir votre template, que je vois le problème ?
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par Pinky-mango Mer 1 Juin 2011 - 0:27

ok Smile
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> 
{catrow.tablehead.L_FORUM} </th><br />
             <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span><br />
<center><span align="right" class="gensmall">{catrow.forumrow.TOPICS} Sujets & {catrow.forumrow.POSTS} Messages</span></center>      </h{catrow.forumrow.LEVEL}>
         <span class="genmed">
</span>

{catrow.forumrow.FORUM_DESC}
<span class="souslien">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
   <span class="gensmall">
                  <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
                     </span>
      
</td>
            <td class="row3 over" align="center" valign="middle" height="50">
                <div class="derniers_sujets">
      <span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
</td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>

            <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par SoraNoHime Mer 1 Juin 2011 - 0:58

En fait c'est normal que vous ne voyez pas le changement, vu que ça échange seulement les modérateurs et les liens. Vous désirez l'avoir ou exactement ?

Avez-vous un modèle ?
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par Pinky-mango Mer 1 Juin 2011 - 1:31

J'ai pas trouvé d'exemple mais je veux le veux ici.

Lien vers les niveaux inférieurs. Aide210
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par SoraNoHime Mer 1 Juin 2011 - 1:37

Ok je comprend mieux le problème, qui en est un autres.

On ne peux insérez les liens là ou vous le demander tout simplement parce que le tableau contenant la description du forum est entièrement tenu dans la balise {catrow.forumrow.FORUM_DESC}

Par contre vous pouvez "tricher"

Je m'explique

Vous récupérer les url de vos sous forums que vous insérez suite à votre texte dans la description des catégories. Vous pouvez bien sur pour les personnaliser garder la class que vous avez créé pour la remettre autour et personnaliser ces liens.

Puis vous enlever la descriptions des niveaux inférieurs dans votre forum.

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par Pinky-mango Mer 1 Juin 2011 - 1:39

Ok merci Smile
Pinky-mango

Pinky-mango
****

Féminin
Messages : 248
Inscrit(e) le : 18/01/2010

http://fantasiapixel.1fr1.net/
Pinky-mango a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par SoraNoHime Mer 1 Juin 2011 - 1:40

Bon courage pour installer le tout. Bonne nuit
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Lien vers les niveaux inférieurs.

Message par Automne Mar 7 Juin 2011 - 0:10

Lien vers les niveaux inférieurs. Check10Bonjour,

Afin de faciliter la gestion des problèmes, si votre problème est résolu, pensez à :
  • éditer votre premier message,
  • cocher l'icône résolu
  • Et enregistrer en cliquant sur Lien vers les niveaux inférieurs. Envoi10


Vous pouvez également remercier les personnes qui vous ont aidé, en cliquant sur le bouton Lien vers les niveaux inférieurs. 50378

A bientôt sur ForumActif Smile
Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum