AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

Le deal à ne pas rater :
Display One Piece Card Game Japon OP-08 – Two Legends : où la ...
Voir le deal

    Block Catégorie et sous forum

    Kiowa
    Kiowa
    FémininAge : 35Messages : 220

    Mar 19 Juil 2011 - 16:46

    Commande
    Elément à coder : Se sont en fait le bloc entier de catégorie comprenant le titre de cat, les titre de sous forum, etc.
    Adresse du forum : http://kiowa-sokio.keuf.net/
    Description du résultat voulu : Voici l'exemple:
    Block Catégorie et sous forum Exempletableau
    Couleurs ou tons : Tout ce joue dans les ton bleu marine.

    Le bleu marine foncé: #0e1d27
    Le bleu marine pâle: #1e374b
    Les contour des block (dernier post): #00000

    Images : Toutes les images utilent tel que le fond de titre de catégorie, et l'image de base pour le OLD. Naturellement cette image devra garder son option de changement selon les nouveaux postes.

    Le fond de catégorie de titre: Block Catégorie et sous forum Catimg
    Icône Ancien (old): Block Catégorie et sous forum Olde
    Icône Nouveau Message (news): Block Catégorie et sous forum Newzl
    Icône Verrouillé (Lock): Block Catégorie et sous forum Lockci

    Autres précisions : Les titre et sous titres reste la typo du forum, Verdana. C'est mon forum et donc j'ai accès aux templates. Je tien a précisé que la largeur du cadre des catégories doit être à 95% (pas la barre supérieur) Si vous avez une idée pour intégré le nombre de messages posté, j'en serais fort heureuse.

    Merci beaucoup de votre aide!




    Kiowa
    Kiowa
    FémininAge : 35Messages : 220

    Mer 10 Aoû 2011 - 21:18

    Bien le bonjour à tous,

    je profite de ce message afin de vous rappelez ma demande. (up)

    Je vous remercie d'avance!

    Edite 10/08/11: Ma demande est toujours d'actualité
    Kiowa
    Kiowa
    FémininAge : 35Messages : 220

    Sam 13 Aoû 2011 - 15:50

    Ma commande est toujours d'Actualité! Merci de votre attention.
    Klash
    Klash
    MasculinAge : 43Messages : 20653

    Dim 21 Aoû 2011 - 18:42

    Bonsoir commande toujours d'actu? (première relance)



    Block Catégorie et sous forum 376864signichigo
    Kiowa
    Kiowa
    FémininAge : 35Messages : 220

    Mar 23 Aoû 2011 - 4:52

    Oui toujours! DÉsoler pour le retard!
    Techniv
    Techniv
    MasculinAge : 36Messages : 45

    Jeu 25 Aoû 2011 - 0:33

    Bonsoir.

    Quelle patience... plus d'un mois d'attente.

    J'aime bien le rendu de ton forum. Simple, sobre.

    Je sais pas si il est autorisé aux membres normaux de répondre au commende... ?
    Kiowa
    Kiowa
    FémininAge : 35Messages : 220

    Jeu 25 Aoû 2011 - 1:16

    Personnellement, je ne suis nullement contre le fait qu'un membre puisse répondre. Seulement je ne suis plus certaines si cela est autorisé. Mais moi même je répond parfois à d'autre alors je ne crois pas que ce soit un infraction de le faire.
    Techniv
    Techniv
    MasculinAge : 36Messages : 45

    Jeu 25 Aoû 2011 - 1:52

    De toute manière le staff à l'aire très occupé sur le forum flood.
    :lol:

    As tu modifier le template index_box ? Et surtout le bloc catrow ?
    Si oui peux tu me l'envoyer ?

    Pourrai tu me fournir un export de ton thème ? Histoire d'avoir le même environnement que toi.
    Si besoin je t'envois mon mail.
    Kiowa
    Kiowa
    FémininAge : 35Messages : 220

    Jeu 25 Aoû 2011 - 17:33

    Oui bien sur donc.. le code du template:

    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="95%" 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="50">{L_TOPICS}</th>
          <th nowrap="nowrap" width="50">{L_POSTS}</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>
            </h{catrow.forumrow.LEVEL}>
            <span class="genmed">{catrow.forumrow.FORUM_DESC}</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 -->
                {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
            </span>
                            <div class="mystats_fa">Contient {catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.
                            </div>
          </td>
          <!-- BEGIN forum_link_no -->
          <!-- <td class="row3" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.TOPICS}</span>
          </td>
          <td class="row2" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.POSTS}</span>
          </td> -->
          <td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
          </td>
          <!-- END forum_link_no -->
          <!-- BEGIN forum_link -->
          <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
          <!-- END forum_link -->
      </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 -->


    POur l'export j'Ai pas d'endroit pour l'héberge, donc le e-mail serait plus aise Very Happy

    Mon problème principal c'est surtout que moi et le Java.. c'est deux chose différente. Et du coup je sais pas comment modele avec le Java xD enfin de faire la disposition niveau Css et html et y intégré le java.. :S
    Techniv
    Techniv
    MasculinAge : 36Messages : 45

    Sam 27 Aoû 2011 - 16:27

    Commande terminée, package envoyé par mail.
    Kiowa
    Kiowa
    FémininAge : 35Messages : 220

    Sam 27 Aoû 2011 - 16:29

    Oui et merci encore Very Happy
    Klash
    Klash
    MasculinAge : 43Messages : 20653

    Sam 27 Aoû 2011 - 16:41

    je déplace.



    Block Catégorie et sous forum 376864signichigo
    Contenu sponsorisé


      La date/heure actuelle est Ven 19 Avr 2024 - 11:32