Forum de rpg steampunk sur les légendes du Roi Arthur
 
AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  ConnexionConnexion  
Le Deal du moment :
ETB Pokémon Fable Nébuleuse : où ...
Voir le deal

 

 Votre 1er sujet

Aller en bas 
AuteurMessage
Admin
Admin
Admin


Messages : 17
Date d'inscription : 02/10/2016

Votre 1er sujet Empty
MessageSujet: Votre 1er sujet   Votre 1er sujet Icon_minitimeDim 2 Oct 2016 - 19:07

Prenez le temps de lire ces informations avant de vous lancer dans l'administration de votre forum:

Comment accéder à votre panneau d'administration ?
Dans le menu du haut, cliquez sur connexion, une nouvelle page s'affiche, renseigner le nom d'utilisateur « admin » et le mot de passe que vous avez indiqué lors de votre enregistrement. Si vous avez perdu ou oublié votre mot de passe, cliquez ici. Une fois que vous êtes connecté, cliquez sur le lien "Panneau d'administration" en bas de la page.

Comment modifier l'apparence de votre forum ?
Vous pouvez modifier l'apparence de votre forum en sélectionnant un thème (chaque thème affiche des images, des icônes et des couleurs différentes). Pour cela rendez-vous dans le panneau d'administration cliquez sur Gestion dans le menu thème et choisissez l'un des thèmes proposés. Vous pourrez par la suite modifier librement ou choisir un autre thème.

Comment gérer les catégories et les forums?
Vous pouvez ajouter, modifier et supprimer les catégories et les forums que vous aurez créés à tout moment et indéfiniment. Pour cela cliquez dans le panneau de configuration, sur gestion dans le menu forum et cliquez sur ajouter (un forum ou une catégorie).
Revenir en haut Aller en bas
https://gameoftitans.kanak.fr
Admin
Admin
Admin


Messages : 17
Date d'inscription : 02/10/2016

Votre 1er sujet Empty
MessageSujet: Re: Votre 1er sujet   Votre 1er sujet Icon_minitimeMer 5 Oct 2016 - 0:59

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">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</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">&nbsp;</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>
         </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>
      </td>
      
      <td class="row3 over" align="center" valign="middle" height="50">
            <!-- BEGIN ads -->
            <span class="AD_LastPA">
                <span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
                <span class="AD_LastInfos">
                    <b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
                    {catrow.forumrow.ads.DATE}<br />
                    {catrow.forumrow.ads.LOCATION}
                </span>
            </span>
            <!-- END ads -->
            <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->

                  <div class="mess"><span class="gensmall">{catrow.forumrow.TOPICS} sujets | {catrow.forumrow.POSTS} messages </span></div>
                  <div class="derni"><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 -->
Revenir en haut Aller en bas
https://gameoftitans.kanak.fr
Admin
Admin
Admin


Messages : 17
Date d'inscription : 02/10/2016

Votre 1er sujet Empty
MessageSujet: Re: Votre 1er sujet   Votre 1er sujet Icon_minitimeMer 5 Oct 2016 - 2:32

font-family: 'Dynalight', cursive;

font-family: 'Kaushan Script', cursive;

font-family: 'Cinzel', serif;


Dernière édition par Admin le Mer 5 Oct 2016 - 16:09, édité 1 fois
Revenir en haut Aller en bas
https://gameoftitans.kanak.fr
Admin
Admin
Admin


Messages : 17
Date d'inscription : 02/10/2016

Votre 1er sujet Empty
MessageSujet: Re: Votre 1er sujet   Votre 1er sujet Icon_minitimeMer 5 Oct 2016 - 15:39

Code:
/*Catégories réalisées par Cheshire Cat*/
.corpscat a{
 font-family: 'Voltaire', sans-serif;
 text-decoration: none;
 transition: all ease-in-out 1.15s;
 -webkit-transition: all ese-in-out 1.15s;
}
.corpscat a:hover{
 text-decoration: none !important;
}
.corpscat{
 width:750px;
 padding-top:20px;
 padding-bottom:20px;
 margin:auto;
 margin-bottom:20px;
 background-color:#fbf8f8;
}
.catégo-titre h2{
 font-family: 'BenchNine', sans-serif;
 font-size:35px;
 color:#fbf8f8;
 background-color:#634344;
 margin-top:20px;
 margin-bottom:0px;
 text-transform:uppercase;
 letter-spacing:5px;
}
.catégo-titre h2 a{
 font-family: 'BenchNine', sans-serif;
 font-size:35px;
 color:#fbf8f8;
 letter-spacing:5px;
}
.forum_titre{
 font-family: 'Voltaire', cursive;
 font-size:20px;
 color:#D89E46;
 font-weight:bold;
 text-decoration: none !important;
 transition: all ease-in-out 1.15s;
 -webkit-transition: all ese-in-out 1.15s;
 -o-transition: all ease-in-out 1.15s;
}
.forum_titre:hover{
 color:#562A1A;
}
.catimg{
 position:relative;
 top:20px;
 left:30px;
 width:70px;
 margin-right:60px;
 margin-bottom:30px;
}
.cat_description{
 width: 400px;
 height: 70px;
 overflow: auto;
 font-size:12px;
 padding-left:3px;
 margin-top:5px;
 margin-bottom:3px;
 color:#7B4725;
 text-align:justify;
}
.dernier-message{
 display: block;
 position: relative;
 top:5px;
 width: 150px;
 height: 75px;
 margin-left:10px;
 margin-right:30px;
 font-size: 12px;
 text-align:center;
 color:#7B4725;
}
.message{
 border-bottom: 1px solid #7b4725;
}
.dernier{
 padding-top: 5px;
 padding-bottom:3px;
}
Revenir en haut Aller en bas
https://gameoftitans.kanak.fr
Admin
Admin
Admin


Messages : 17
Date d'inscription : 02/10/2016

Votre 1er sujet Empty
MessageSujet: Re: Votre 1er sujet   Votre 1er sujet Icon_minitimeMer 5 Oct 2016 - 23:10

Code:
http://img4.hostingpics.net/pics/905670QEEL.png
Revenir en haut Aller en bas
https://gameoftitans.kanak.fr
Contenu sponsorisé





Votre 1er sujet Empty
MessageSujet: Re: Votre 1er sujet   Votre 1er sujet Icon_minitime

Revenir en haut Aller en bas
 
Votre 1er sujet
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
The Game of Titans :: AU COMMENCEMENT DE CETTE HISTOIRE :: Ce qu'il faut savoir :: Les règles-
Sauter vers: