Retour au site Sites du réseau: MonWebDesign.com | Forum-permis.com
 FAQFAQ   RechercherRechercher   Liste des MembresListe des Membres  Groupes d'utilisateursGroupes d'utilisateurs   S'enregistrerS'enregistrer 
 ProfilProfil   Se connecter pour vérifier ses messages privésSe connecter pour vérifier ses messages privés   ConnexionConnexion 


Connexion
Nom d'utilisateur:    Mot de passe:      Se connecter automatiquement à chaque visite    

[Demande] adaptation du theme fisubice pour ma premod svp

 
Poster un nouveau sujet   Répondre au sujet    Forums phpBB-Graph.com Index du Forum -> Support & Developpement
Voir le sujet précédent :: Voir le sujet suivant  
Auteur Message
Jere251
Visiteur
Visiteur


Inscrit le: 25 Juin 2005
Messages: 2

MessagePosté le: 08 Aoû 2005 0:26    Sujet du message: [Demande] adaptation du theme fisubice pour ma premod svp Répondre en citant

Bonsoir, j'ai téléchargé une premod et j'aimerais bien mettre le theme fisubice sur cette premod. Il y a les instructions pour adapter un nouveau theme à la premod mais je n'y arrive pas. Sad

J'ai demandé au créateur de la premod pour adapter le theme mais il veut pas. Sad

Est ce que ce serait possible que quelqu'un m'adapte le theme fisubice svp?

Code:
########################################################
## MOD Title:    Adaptation de la prémod à un template
##         
## MOD Author:   Achaab < achaab@hotmail.fr > http://www.phpbb.biz
##
## MOD Description:  Permet d'adapter la prémod a votre template
##
## Installation Level:  easy
## Installation Time:   10-15 minutes
##         
## Files To Edit:
##        agreement.tpl
##        groupcp_info_body.tpl
##        groupcp_pending_info.tpl
##        index_body.tpl
##        login_body.tpl
##        memberlist_body.tpl
##        modcp_body.tpl
##        modcp_viewip.tpl
##        overall_header.tpl
##        posting_topic_review.tpl
##        privmsgs_body.tpl
##        privmsgs_preview.tpl
##        privmsgs_read_body.tpl
##        profile_add_body.tpl
##        profile_view_body.tpl
##        simple_header.tpl
##        votre_template.cfg
##        viewforum_body.tpl
##        viewonline_body.tpl
##        viewtopic_body.tpl
##         
## Included Files:      Voir fichiers joints
########################################################
## Author Notes:
##     Effacez votre dossier admin, puis mettez les fichiers joints dans le dossier
##     de votre template.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
# Si vous ne trouvez pas un élément, cherchez ce qu'il y a
# entre { et }
# Je veux bien aider à adpater un template, mais c'est une aide,
# ce n'est pas moi qui fait l'adaptation.
#

#
#-----[ OPEN ]------------------------------------------
#

agreement.tpl

#
#-----[ FIND ]------------------------------------------
#
<a href="{U_AGREE_OVER13}" class="genmed">{AGREE_OVER_13}</a>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<a href="{U_AGREE}" class="genmed">{AGREE}</a>
#
#-----[ FIND ]------------------------------------------
#
<a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br />
#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- <a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br /> -->
#
#-----[ OPEN ]------------------------------------------
#

groupcp_info_body.tpl

#
#-----[ FIND ]------------------------------------------
#
{L_EMAIL}</th>
#
#-----[ AFTER, ADD ]------------------------------------------
#
     <th class="thTop">{L_ONLINE_STATUS}</th>
#
#-----[ FIND ]------------------------------------------
#
<td class="catSides" colspan="8" height="28">
#
#-----[ IN-LINE FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# differente de 8
#
colspan="8"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur si vous avez d'autres mods
#
colspan="9"
#
#-----[ FIND ]----------------------------------------
#
<a href="{U_MOD_VIEWPROFILE}" class="gen">{MOD_USERNAME}</a>
#
#-----[ REPLACE WITH ]--------------------------------
#
{MOD_USERNAME}
#
#-----[ FIND ]------------------------------------------
#
<span class="gen">{MOD_EMAIL_IMG}</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
     <td class="row1" align="center" valign="middle"><span class="gen">{MOD_ONLINE_STATUS_IMG}</span></td>
#
#-----[ FIND ]------------------------------------------
#
<td class="catSides" colspan="8" height="28">
#
#-----[ IN-LINE FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# differente de 8
#
colspan="8"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur si vous avez d'autres mods
#
colspan="9"
#
#-----[ FIND ]----------------------------------------
#
<a href="{member_row.U_VIEWPROFILE}" class="gen">{member_row.USERNAME}</a>
#
#-----[ REPLACE WITH ]--------------------------------
#
{member_row.USERNAME}
#
#-----[ FIND ]------------------------------------------
#
<span class="gen">{member_row.EMAIL_IMG}</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
     <td class="{member_row.ROW_CLASS}" align="center" valign="middle"><span class="gen">{member_row.ONLINE_STATUS_IMG}</span></td>
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" colspan="7" align="center">
#
#-----[ IN-LINE FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# differente de 7
#
colspan="7"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur si vous avez d'autres mods
#
colspan="8"
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" colspan="7" align="center">
#
#-----[ IN-LINE FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# differente de 7
#
colspan="7"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur si vous avez d'autres mods
#
colspan="8"
#
#-----[ FIND ]------------------------------------------
#
<td class="catBottom" colspan="8" align="right"><span class="cattitle">
#
#-----[ IN-LINE FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# differente de 8
#
colspan="8"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur si vous avez d'autre mod
#
colspan="8"
#
#-----[ OPEN ]------------------------------------------
#

groupcp_pending_info.tpl

#
#-----[ FIND ]------------------------------------------
#
<th class="thTop">{L_EMAIL}</th>
#
#-----[ AFTER, ADD ]------------------------------------------
#
     <th class="thTop">{L_ONLINE_STATUS}</th>
#
#-----[ FIND ]------------------------------------------
#
<td class="catSides" colspan="8" height="28">
#
#-----[ IN-LINE FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# differente de 8
#
colspan="8"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur si vous avez d'autres mods
#
colspan="9"
#
#-----[ FIND ]----------------------------------------
#
<a href="{pending_members_row.U_VIEWPROFILE}" class="gen">{pending_members_row.USERNAME}</a>
#
#-----[ REPLACE WITH ]--------------------------------
#
{pending_members_row.USERNAME}
#
#-----[ FIND ]------------------------------------------
#
<span class="gen">{pending_members_row.EMAIL_IMG}</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
     <td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.ONLINE_STATUS_IMG}</span></td>
#
#-----[ FIND ]------------------------------------------
#
<td class="cat" colspan="8" align="right"><span class="cattitle">
#
#-----[ IN-LINE FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# differente de 8
#
colspan="8"
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur si vous avez d'autres mods
#
colspan="9"
#
#-----[ OPEN ]------------------------------------------------
#

index_body.tpl

#
#-----[ FIND ]------------------------------------------------
#
{catrow.forumrow.MODERATORS}</span></td>
#
#-----[ REPLACE WITH ]------------------------------------------------
#
     <!-- BEGIN switch_attached_forums -->
     <!-- BEGIN br -->
     <br />
     <!-- END br -->
     <span class="genmed">{catrow.forumrow.switch_attached_forums.L_ATTACHED_FORUMS}:
          <!-- BEGIN attached_forums -->
           <a class="nav" href="{catrow.forumrow.switch_attached_forums.attached_forums.U_VIEWFORUM}"><img alt="{catrow.forumrow.switch_attached_forums.attached_forums.L_FORUM_IMAGE}" border="0" src="{catrow.forumrow.switch_attached_forums.attached_forums.FORUM_IMAGE}" title="{catrow.forumrow.switch_attached_forums.attached_forums.L_FORUM_IMAGE" />{catrow.forumrow.switch_attached_forums.attached_forums.FORUM_NAME}</a>
          <!-- END attached_forums -->
     <span class="genmed">
     <!-- END switch_attached_forums -->
</td>
#
#-----[ FIND ]------------------------------------------------
#
{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />
#
#-----[ REPLACE WITH ]------------------------------------------
{TOTAL_USERS_ONLINE}<br /> {L_WHOSONLINE_ADMIN}{L_WHOSONLINE_MOD}{WHOSONLINE_LEGEND}<br />
#
#-----[ FIND ]---------------------------------
#
{LOGGED_IN_USER_LIST}
#
#-----[ REPLACE WITH ]-------------------------
#
{LOGGED_IN_USER_LIST}<br /><br />{USERS_OF_THE_DAY_LIST}
#
#-----[ FIND ]------------------------------------------
#
<input class="text" type="checkbox" name="autologin" />
#
#-----[ REPLACE WITH ]---------------------------------------------------
#
<input class="text" type="checkbox" name="autologin" checked="checked" />
#
#-----[ OPEN ]------------------------------------------
#

login_body.tpl

#
#-----[ FIND ]------------------------------------------
#
<td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td>
#
#-----[ REPLACE WITH ]---------------------------------------------------
#
<td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" checked="checked" /></span></td>
#
#-----[ OPEN ]------------------------------------------
#

memberlist_body.tpl

#
#-----[ FIND ]------------------------------------------
#
{L_JOINED}</th>
#
#-----[ AFTER, ADD ]------------------------------------------
#
     <th class="thTop" nowrap="nowrap">{L_ONLINE_STATUS}</th>
#
#-----[ FIND ]----------------------------------------
#
<a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a>
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
{memberrow.USERNAME}
#
#-----[ FIND ]------------------------------------------
#
{memberrow.JOINED}</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
     <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.ONLINE_STATUS_IMG}</span></td>
#
#-----[ FIND ]------------------------------------------
# Sur un autre template, vous avez peut etre une valeur
# du colspan soit differente de 8
#
<td class="catBottom" colspan="8" height="28">&nbsp;</td>
#
#-----[ REPLACE WITH ]------------------------------------------
# ou ajoutez 1 a la valeur du colspan si vous avez d'autres mods
#
<td class="catBottom" colspan="9" height="28">&nbsp;</td>
#
#-----[ OPEN ]---------------------------------------------
#

modcp_body.tpl

#
#-----[ FIND ]---------------------------------------------
#
{topicrow.TOPIC_TYPE}
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------------
#
{topicrow.TOPIC_ATTACHMENT_IMG}
#
#-----[ OPEN ]------------------------------------------------
#

modcp_viewip.tpl

#
#-----[ FIND ]----------------------------------------
#
<a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a>
#
#-----[ REPLACE WITH ]--------------------------------
#
{userrow.USERNAME}
#
#-----[ OPEN ]------------------------------------------
#

overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#
</head>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<script language="javascript1.2" type="text/javascript" src="templates/hidebbcode.js"></script>
#
#-----[ FIND ]------------------------------------------
#
# NOTE: you will need to do this for all your templates!
#
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->

#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- BEGIN switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--
   if({PRIVATE_MESSAGE_NEW_FLAG})
   {
      new_pm_prompt = confirm('{L_PRIVATEMSG_NEW}');
      if(new_pm_prompt == true)
      {
         // Redirect to Inbox if OK is clicked
         window.location = '{U_PRIVATEMSGS}';
      }

      else
      {
         // Close prompt if cancel is clicked
      }
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
#
#-----[ FIND ]---------------------------------------------
#
&nbsp;<a href="{U_FAQ}" class="mainmenu">
#
#-----[ IN-LINE FIND ]---------------------------------------------
#
&nbsp;<a href="{U_FAQ}" class="mainmenu">
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------------
#
&nbsp;<a href="{U_PORTAL}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_house.gif" width="13" height="13" border="0" alt="{L_HOME}" hspace="3" />{L_HOME}</a>&nbsp;
<a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>&nbsp;

#
#-----[ OPEN ]---------------------------------------------
#

posting_topic_review.tpl

#
#-----[ FIND ]---------------------------------------------
#
{postrow.MESSAGE}</span>
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------------
#
{postrow.ATTACHMENTS}
#
#-----[ OPEN ]---------------------------------------------
#

privmsgs_body.tpl

#
#-----[ FIND ]---------------------------------------------
#
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%">
  <tr>
#
#-----[ AFTER, ADD ]---------------------------------------
#
# note : remplacez subsilver par le nom de votre template
#
#
   <td align="right">
     <!-- BEGIN switch_box_size_notice -->
     <table width="175" cellspacing="1" cellpadding="2" border="0" class="bodyline">
      <tr>
        <td colspan="3" width="175" class="row1" nowrap="nowrap"><span class="gensmall">{ATTACH_BOX_SIZE_STATUS}</span></td>
      </tr>
      <tr>
        <td colspan="3" width="175" class="row2">
         <table cellspacing="0" cellpadding="1" border="0">
           <tr>
            <td bgcolor="{T_TD_COLOR2}"><img src="templates/subSilver/images/spacer.gif" width="{ATTACHBOX_LIMIT_IMG_WIDTH}" height="8" alt="{ATTACH_LIMIT_PERCENT}" /></td>
           </tr>
         </table>
        </td>
      </tr>
      <tr>
        <td width="33%" class="row1"><span class="gensmall">0%</span></td>
        <td width="34%" align="center" class="row1"><span class="gensmall">50%</span></td>
        <td width="33%" align="right" class="row1"><span class="gensmall">100%</span></td>
      </tr>
     </table>
     <!-- END switch_box_size_notice -->
   </td>
#
#-----[ FIND ]---------------------------------------------
#
<span class="topictitle">&nbsp;<a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------------
#
{listrow.PRIVMSG_ATTACHMENTS_IMG}
#
#-----[ FIND ]----------------------------------------
#
<a href="{listrow.U_FROM_USER_PROFILE}" class="name">{listrow.FROM}</a>
#
#-----[ REPLACE WITH ]--------------------------------
#
{listrow.FROM}
#
#-----[ OPEN ]---------------------------------------------
#

privmsgs_preview.tpl

#
#-----[ FIND ]---------------------------------------------
#
<td valign="top" colspan="2" class="row1"><span class="postbody">{MESSAGE}</span></td>
#
#-----[ REPLACE WITH ]---------------------------------------
#
<td valign="top" colspan="2" class="row1"><span class="postbody">{MESSAGE}</span>
   <!-- BEGIN postrow -->
   {ATTACHMENTS}
   <!-- END postrow -->
   </td>
#
#-----[ OPEN ]---------------------------------------------
#

privmsgs_read_body.tpl

#
#-----[ FIND ]---------------------------------------------
#
<td valign="top" colspan="3" class="row1"><span class="postbody">{MESSAGE}</span></td>
#
#-----[ REPLACE WITH ]---------------------------------------
#
<td valign="top" colspan="3" class="row1"><span class="postbody">{MESSAGE}</span>
<!-- BEGIN postrow -->
   {ATTACHMENTS}
<!-- END postrow -->
     </td>
#
#-----[ FIND ]---------------------------------------------
#
<input type="submit" name="delete" value="{L_DELETE_MSG}" class="liteoption" />
#
#-----[ AFTER, ADD ]---------------------------------------
#
<!-- BEGIN switch_attachments -->
      &nbsp;
      <input type="submit" name="pm_delete_attach" value="{L_DELETE_ATTACHMENTS}" class="liteoption" />
<!-- END switch_attachments -->
#
#-----[ OPEN ]----------------------------------------------
#

profile_add_body.tpl

#
#-----[ FIND ]----------------------------------------------
#
<!-- Visual Confirmation -->
#
#-----[ BEFORE, ADD ]----------------------------------------------
#
  <!-- BEGIN account_delete_block -->
  <tr>
    <td class="row1"><span class="gen">{L_ACCOUNT_DELETE}</span></td>
    <td class="row2">
    <input type="checkbox" name="deleteuser">
    <span class="gensmall">{L_DELETE_ACCOUNT_EXPLAIN}</span></td>
  </tr>
  <!-- END account_delete_block -->

#
#-----[ FIND ]------------------------------------------------
#
# c'est une recherche partielle !!!
#
value="{INTERESTS}"
</td>
</tr>

#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Start add - Gender MOD -->
<tr>
      <td class="row1"><span class="gen">{L_GENDER}:</span></td>
      <td class="row2">
      <input type="radio" {LOCK_GENDER} name="gender" value="0" {GENDER_NO_SPECIFY_CHECKED}/>
      <span class="gen">{L_GENDER_NOT_SPECIFY}</span>&nbsp;&nbsp;
      <input type="radio" name="gender" value="1" {GENDER_MALE_CHECKED}/>
      <span class="gen">{L_GENDER_MALE}</span>&nbsp;&nbsp;
      <input type="radio" name="gender" value="2" {GENDER_FEMALE_CHECKED}/>
      <span class="gen">{L_GENDER_FEMALE}</span></td>
</tr>
<!-- End add - Gender MOD -->
#
#-----[ FIND ]------------------------------------------------
#
# c'est une recherche partielle !!!
#
<tr>
{L_PREFERENCES}
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
   <!-- Start Add - Quick Post ES MOD -->
   <tr>
     <th class="thSides" colspan="2" height="25" valign="middle">{L_QUICK_POST}</th>
   </tr>
   <tr>
     <td class="row2" colspan="2"><span class="gensmall">{L_QUICK_POST_INFO_NOTICE}</span></td>
   </tr>
   <tr>
     <td class="row1"><span class="gen">{L_USER_ALLOW_QUICK_POST}:</span><br /><span class="gensmall">{L_USER_ALLOW_QP_EXPLAIN}</span></td>
     <td class="row2">
      <input type="radio" name="user_allow_quick_post" value="1" {USER_ALLOW_QP_YES} />
      <span class="gen">{L_YES}</span>&nbsp;&nbsp;
      <input type="radio" name="user_allow_quick_post" value="0" {USER_ALLOW_QP_NO} />
      <span class="gen">{L_NO}</span></td>
   </tr>   
   <tr>
     <td class="row1"><span class="gen">{L_USER_ALLOW_QP_SUBJECT}:</span><br /><span class="gensmall">{L_USER_ALLOW_QP_SUBJECT_EXPLAIN}</span></td>
     <td class="row2">
      <input type="radio" name="user_allow_qp_subject" value="1" {USER_ALLOW_QP_SUBJECT_YES} />
      <span class="gen">{L_YES}</span>&nbsp;&nbsp;
      <input type="radio" name="user_allow_qp_subject" value="0" {USER_ALLOW_QP_SUBJECT_NO} />
      <span class="gen">{L_NO}</span></td>
   </tr>
   <tr>
     <td class="row1"><span class="gen">{L_USER_ALLOW_QP_BBCODE}:</span><br /><span class="gensmall">{L_USER_ALLOW_QP_BBCODE_EXPLAIN}</span></td>
     <td class="row2">
      <input type="radio" name="user_allow_qp_bbcode" value="1" {USER_ALLOW_QP_BBCODE_YES} />
      <span class="gen">{L_YES}</span>&nbsp;&nbsp;
      <input type="radio" name="user_allow_qp_bbcode" value="0" {USER_ALLOW_QP_BBCODE_NO} />
      <span class="gen">{L_NO}</span></td>
   </tr>
   <tr>
     <td class="row1"><span class="gen">{L_USER_ALLOW_QP_OPTIONS}:</span><br /><span class="gensmall">{L_USER_ALLOW_QP_OPTIONS_EXPLAIN}</span></td>
     <td class="row2">
      <input type="radio" name="user_allow_qp_options" value="1" {USER_ALLOW_QP_OPTIONS_YES} />
      <span class="gen">{L_YES}</span>&nbsp;&nbsp;
      <input type="radio" name="user_allow_qp_options" value="0" {USER_ALLOW_QP_OPTIONS_NO} />
      <span class="gen">{L_NO}</span></td>
   </tr>
   <tr>
     <td class="catSides" colspan="2" height="28">&nbsp;</td>
   </tr>
   <!-- End Add - Quick Post ES MOD -->
#
#-----[ OPEN ]------------------------------------------
#

profile_view_body.tpl

#
#-----[ FIND ]----------------------------------
#
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br />
#
#-----[ IN-LINE AFTER, ADD  ]---------------------------
#
<br />{RANK_IMAGE}
#
#-----[ FIND ]----------------------------------------
#
<a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a>
#
#-----[ IN-LINE AFTER, ADD ]--------------------------
#
<br /><a href="{U_PERSONAL_GALLERY}" class="genmed">{L_PERSONAL_GALLERY}</a>
#
#-----[ FIND ]------------------------------------------------
#
# c'est une recherche partielle !!!
#
{INTERESTS}
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Start add - Gender MOD -->
<tr>
   <td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_GENDER}:</span></td>
   <td> <b><span class="gen">{GENDER}</span></b></td>
</tr>
<!-- End add - Gender MOD -->

<!-- BEGIN switch_upload_limits -->
      <tr>
         <td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_UPLOAD_QUOTA}:</span></td>
         <td>
            <table width="175" cellspacing="1" cellpadding="2" border="0" class="bodyline">
            <tr>
               <td colspan="3" width="100%" class="row2">
                  <table cellspacing="0" cellpadding="1" border="0">
                  <tr>
                     <td bgcolor="{T_TD_COLOR2}"><img src="templates/subSilver/images/spacer.gif" width="{UPLOAD_LIMIT_IMG_WIDTH}" height="8" alt="{UPLOAD_LIMIT_PERCENT}" /></td>
                  </tr>
                  </table>
               </td>
            </tr>
            <tr>
               <td width="33%" class="row1"><span class="gensmall">0%</span></td>
               <td width="34%" align="center" class="row1"><span class="gensmall">50%</span></td>
               <td width="33%" align="right" class="row1"><span class="gensmall">100%</span></td>
            </tr>
            </table>
            <b><span class="genmed">[{UPLOADED} / {QUOTA} / {PERCENT_FULL}]</span> </b><br />
            <span class="genmed"><a href="{U_UACP}" class="genmed">{L_UACP}</a></span></td>
         </td>
      </tr>
<!-- END switch_upload_limits -->
#
#-----[ FIND ]------------------------------------------
#
        //--></script><noscript>{ICQ_IMG}</noscript></td>
      </tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
      <tr>
         <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ONLINE_STATUS}:</span></td>
         <td class="row1" valign="middle"><span class="gen">{ONLINE_STATUS_IMG}</span></td>
      </tr>
#
#-----[ OPEN ]------------------------------------------
#

simple_header.tpl

#
#-----[ FIND ]------------------------------------------
#
</head>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<script language="javascript1.2" type="text/javascript" src="templates/hidebbcode.js"></script>
#
#-----[ OPEN ]------------------------------------------------
#

votre_template.cfg

#
#-----[ FIND ]---------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#

$images['quick_post'] = "$current_template_images/{LANG}/quick-post.gif";
$images['rank'] = "$current_template_images/{LANG}/";

// Class d'entete de module sur le portail
$board_config['portal_class_balise'] = "td" ; //td ou th
$board_config['portal_class_title'] = "catLeft" ;// une classe correspondant à la balise

$images['default_avatar'] = "$current_template_images/no_avatar.gif";
$images['guest_avatar'] = "$current_template_images/guest_avatar.gif";

// Online/Offline/Hidden Mod
$images['icon_online'] = "$current_template_images/{LANG}/icon_online.gif";
$images['icon_offline'] = "$current_template_images/{LANG}/icon_offline.gif";
$images['icon_hidden'] = "$current_template_images/{LANG}/icon_hidden.gif";

// Start add - Gender MOD
$images['icon_minigender_male'] = "$current_template_images/icon_minigender_male.gif";
$images['icon_minigender_female'] = "$current_template_images/icon_minigender_female.gif";

// Album MOD
$images['upload_pic'] = "$current_template_images/{LANG}/post.gif";
$images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg";
#
#-----[ OPEN ]------------------------------------------------
#

viewforum_body.tpl

#
#-----[ FIND ]------------------------------------------------
#
<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
#
#-----[ AFTER, ADD ]------------------------------------------------
#
     <!-- BEGIN switch_parent_link -->
      -> <a class="nav" href="{PARENT_URL}">{PARENT_NAME}</a>
     <!-- END switch_parent_link -->
#
#-----[ FIND ]------------------------------------------------
#
<table border="0" cellpadding="4" cellspacing="1"
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<!-- BEGIN switch_attached_list -->
   <br />
   <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
     <tr>
      <th colspan="2" class="thCornerL" height="15" nowrap="nowrap">&nbsp;{switch_attached_list.L_ATTACHED_FORUM}&nbsp;</th>
      <th width="50" class="thTop" nowrap="nowrap">&nbsp;{switch_attached_list.L_ATTACHED_TOPICS}&nbsp;</th>
      <th width="50" class="thTop" nowrap="nowrap">&nbsp;{switch_attached_list.L_ATTACHED_POSTS}&nbsp;</th>
      <th width="50" class="thTop" nowrap="nowrap">&nbsp;{switch_attached_list.L_LAST_POST}&nbsp;</th>
     </tr>
   <!-- BEGIN switch_attached_present -->
   <tr>
      <td class="row1" align="center" valign="middle" height="38"><img src="{switch_attached_list.switch_attached_present.FORUM_FOLDER_IMG}" width="46" height="25" alt="{switch_attached_list.switch_attached_present.L_FORUM_FOLDER_ALT}" title="{switch_attached_list.switch_attached_present.L_FORUM_FOLDER_ALT}" /></td>
      <td class="row1" width="75%"><span class="forumlink"><a class="forumlink" href="{switch_attached_list.switch_attached_present.U_VIEWFORUM}">{switch_attached_list.switch_attached_present.FORUM_NAME}</a></span><br /><span class="genmed">{switch_attached_list.switch_attached_present.FORUM_DESC}</span></td>
      <td class="row2" align="center" valign="middle"><span class="gensmall">{switch_attached_list.switch_attached_present.TOPICS}</span></td>
      <td class="row2" align="center" valign="middle"><span class="gensmall">{switch_attached_list.switch_attached_present.POSTS}</span></td>
      <td class="row2" align="center" nowrap="nowrap" valign="middle"><span class="gensmall">{switch_attached_list.switch_attached_present.LAST_POST_ID}</span></td>
   </tr>
   <!-- END switch_attached_present -->
   </table>
   <br />
<!-- END switch_attached_list -->
#
#-----[ FIND ]---------------------------------------------
#
{topicrow.NEWEST_POST_IMG}
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------------
#
{topicrow.TOPIC_ATTACHMENT_IMG}
#
#-----[ FIND ]------------------------------------------------
#
<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
#
#-----[ AFTER, ADD ]------------------------------------------------
#
     <!-- BEGIN switch_parent_link -->
      -> <a class="nav" href="{PARENT_URL}">{PARENT_NAME}</a>
     <!-- END switch_parent_link -->
#
#-----[ OPEN ]------------------------------------------------
#

viewonline_body.tpl

#
#-----[ FIND ]----------------------------------------
#
<a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a>
#
#-----[ REPLACE WITH ]--------------------------------
#
{reg_user_row.USERNAME}
#
#-----[ OPEN ]------------------------------------------------
#

viewtopic_body.tpl

#
#-----[ FIND ]------------------------------------------------
#
<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
#
#-----[ AFTER, ADD ]------------------------------------------------
#
     <!-- BEGIN switch_parent_link -->
      -> <a class="nav" href="{PARENT_URL}">{PARENT_NAME}</a>
     <!-- END switch_parent_link -->
#
#-----[ FIND ]----------------------------------------
#
{postrow.POSTER_AVATAR}<br /><br />
#
#-----[ IN-LINE AFTER, ADD ]----------------------------------
#
{postrow.POSTER_GENDER}<br /><br />
#
#-----[ FIND ]---------------------------------------------
#
{postrow.SIGNATURE}
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------------
#
</span>{postrow.ATTACHMENTS}<span class="postbody">
#
#-----[ FIND ]------------------------------------------
#
{postrow.PROFILE_IMG}
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
{postrow.POSTER_ONLINE_STATUS_IMG}
#
#-----[ FIND ]------------------------------------------------
#
{U_POST_REPLY_TOPIC}
#
#-----[ IN-LINE, FIND ]----------------------------------------
#
# at the end of the line
#
</a></span></td>
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
</a>
#
#-----[ AFTER, ADD ]------------------------------------------
#
# Ajoutez ça sur une nouvelle ligne
#
      <!-- BEGIN allow_quick_post -->
      &nbsp;&nbsp;&nbsp;<a href="{allow_quick_post.U_QUICK_POST}"><img src="{allow_quick_post.I_QUICK_POST}" border="0" alt="{allow_quick_post.L_QUICK_POST_ALT}" align="middle" /></a>
      <!-- END allow_quick_post -->
      </span></td>
#
#-----[ FIND ]------------------------------------------------
#
<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
#
#-----[ AFTER, ADD ]------------------------------------------------
#
     <!-- BEGIN switch_parent_link -->
      -> <a class="nav" href="{PARENT_URL}">{PARENT_NAME}</a>
     <!-- END switch_parent_link -->
#
#-----[ FIND ]------------------------------------------------
#
# c'est une recherche partielle
#
{PAGE_NUMBER}
</tr>
</table>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- BEGIN allow_quick_post -->
{QUICKPOST_OUTPUT}
<!-- END allow_quick_post -->
#
#-----[ SAVE/CLOSE ALL FILES ]---------------------------------
#
# EoM


Merci d'avance
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé
TheMeche
Modérateur
Modérateur


Inscrit le: 03 Juin 2004
Messages: 1336
Localisation: Dunkerque

MessagePosté le: 08 Aoû 2005 20:03    Sujet du message: Répondre en citant

Je ne sais pas si ici nous faisons cela!
_________________
Votre problème est résolu ? Ajouter [Réglé] dans le titre de votre message .
http://www.Graphy-Foot.com le forum pour le graphisme footballistique
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé MSN Messenger
Jere251
Visiteur
Visiteur


Inscrit le: 25 Juin 2005
Messages: 2

MessagePosté le: 09 Aoû 2005 13:22    Sujet du message: Répondre en citant

Ca m'aiderait beaucoup si vous voulez bien le faire.

Si pas ben tanpis.
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé
TheMeche
Modérateur
Modérateur


Inscrit le: 03 Juin 2004
Messages: 1336
Localisation: Dunkerque

MessagePosté le: 09 Aoû 2005 17:41    Sujet du message: Répondre en citant

Ce n'est pas que sa nous derange mais nous c'est le graph en premier lieu!
Par contre si tu as un probleme on peu t'aider mais pas le faire

_________________
Votre problème est résolu ? Ajouter [Réglé] dans le titre de votre message .
http://www.Graphy-Foot.com le forum pour le graphisme footballistique
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé MSN Messenger
Montrer les messages depuis:   
Poster un nouveau sujet   Répondre au sujet    Forums phpBB-Graph.com Index du Forum -> Support & Developpement Toutes les heures sont au format GMT
Page 1 sur 1

 
Sauter vers:  
Vous ne pouvez pas poster de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas voter dans les sondages de ce forum
Vous pouvez joindre des fichiers
Vous pouvez télécharger des fichiers


Powered by phpBB © 2001, 2005 phpBB Group