Accueil phpBB News phpBB Forum phpBB & support Mods Module Modification phpBB-Power Tutoriaux Tutoriel phpBB-Power Conseil personalisation phpBB-Power Conseil optimisation phpBB-Power Partenaires phpBB-Power



PhpBB-Power
Communauté francophone de support et de mods pour phpBB
 
 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 

Recherche mod panneau dans l'index

 
Poster un nouveau sujet   Répondre au sujet    PhpBB-Power Index du Forum » Recherche de mods
Voir le sujet précédent :: Voir le sujet suivant  
Auteur Message
kader
Petit joueur


Inscrit le: 28 Déc 2006
Messages: 11

MessagePosté le: Ven 19 Jan 2007 à 18:43    Sujet du message: Recherche mod panneau dans l'index Répondre en citant

Salut,
J'aimerais savoir où pouvoir trouver un mod, permettant d'afficher un panneau dans l'index, juste au dessus des forums, un peu comme le mod news.
Pour exemple, c'est les panneaux de bienvenue dans les forumactif.

J'espère avoir été explicite, et merci pour tout.
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur
Dakin Quelia
Décimètre en Chef


Inscrit le: 17 Sep 2006
Messages: 484
Localisation: Belgique

MessagePosté le: Ven 19 Jan 2007 à 18:48    Sujet du message: Répondre en citant

Bonsoir, je ne connais pas de mod à proprement parler mais tu peux faire une modification dans le fichier index_body.tpl.

Recherche:

Code:
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr>
   <td align="left" valign="bottom"><span class="gensmall">
   <!-- BEGIN switch_user_logged_in -->
   {LAST_VISIT_DATE}<br />
   <!-- END switch_user_logged_in -->
   {CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
   <td align="right" valign="bottom" class="gensmall">
      <!-- BEGIN switch_user_logged_in -->
      <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
      <!-- END switch_user_logged_in -->
      <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>


Avant, tu ajoutes:

Code:
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr>
   <td align="left" valign="bottom"><span class="gensmall">
</table>


C'est à peu près cela! Wink

Je me rappelle qu'il y a un mod du nom de "Welcome Panel", cherche sur phpbb-fr.com.

Cordialement,
Dakin Quelia
_________________
Pas de support par MP
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur MSN Messenger
kader
Petit joueur


Inscrit le: 28 Déc 2006
Messages: 11

MessagePosté le: Ven 19 Jan 2007 à 19:05    Sujet du message: Répondre en citant

Salut,
Merci du conseil !!
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur
Dakin Quelia
Décimètre en Chef


Inscrit le: 17 Sep 2006
Messages: 484
Localisation: Belgique

MessagePosté le: Ven 19 Jan 2007 à 19:07    Sujet du message: Répondre en citant

Re,

Teste et dis-moi si tout est fonctionnel! Ce qui doit l'être normalement. Si tu le souhaites, tu peux modifier pour ajouter une touche personnelle! Wink

Cordialement,
Dakin Quelia
_________________
Pas de support par MP
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur MSN Messenger
kader
Petit joueur


Inscrit le: 28 Déc 2006
Messages: 11

MessagePosté le: Jeu 25 Jan 2007 à 15:06    Sujet du message: Répondre en citant

salut,
désolé, j'avais une dur semain, donc je n'ai pu tester.
Mais lorsque j'ai testé, rien n'est apparut dans l'ecran, est ce normal?
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur
Dakin Quelia
Décimètre en Chef


Inscrit le: 17 Sep 2006
Messages: 484
Localisation: Belgique

MessagePosté le: Jeu 25 Jan 2007 à 17:51    Sujet du message: Répondre en citant

Bonjour,

Normalement, tout fonctionne lorsque tu vas sur la page index! Wink

Cordialement,
Dakin Quelia
_________________
Pas de support par MP
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur MSN Messenger
Alcazarfr
Moddeurs


Inscrit le: 04 Nov 2004
Messages: 2408
Localisation: Dans le port d'Amsterdam, [...]

MessagePosté le: Jeu 25 Jan 2007 à 19:38    Sujet du message: Répondre en citant

Le code précédent comportent des erreurs.

Ajoutes le suivant à la place:
Code:
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr>
   <td align="center" valign="middle"><span class="gen">Mon texte ici</span></td>
  </tr>
</table>

_________________
Je n'utilise en aucun cas MSN Messenger & je ne participe pas au projet de site

// En vacances
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur
Dakin Quelia
Décimètre en Chef


Inscrit le: 17 Sep 2006
Messages: 484
Localisation: Belgique

MessagePosté le: Jeu 25 Jan 2007 à 19:39    Sujet du message: Répondre en citant

Re,

Désolé, je m'étais trompé! Embarassed

Cordialement,
Dakin Quelia
_________________
Pas de support par MP
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur MSN Messenger
kader
Petit joueur


Inscrit le: 28 Déc 2006
Messages: 11

MessagePosté le: Ven 26 Jan 2007 à 0:25    Sujet du message: Répondre en citant

Salut,
Merci pour les conseils, mais ça ne marche toujours pas, Est ce qu'avoir une prémod est problème dans l'affichage?
Voici mon index_body.tpl

Code:
<br class="nav" />
{BDAYS_BOX}

<!-- BEGIN switch_shoutbox -->
{SHOUTBOX_BODY}
<!-- END switch_shoutbox -->


<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr>
   <td align="left" valign="bottom"><span class="gensmall">
</table>

<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr>
   <td align="left" valign="bottom"><span class="gensmall">
   {LAST_VISIT_DATE}<br />
   {CURRENT_TIME}<br />
   {S_TIMEZONE}<br /></span>
</tr>
</table>

{ANNONCE_GLOBALE}

<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
   <td align="left" valign="bottom">
   <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>
   </td>
   <td align="right" valign="bottom" class="gensmall">
      <!-- BEGIN toolbar -->
      {toolbar.S_TOOLBAR}
      <!-- END toolbar -->
   </td>
  </tr>
</table>

<!-- BEGIN catrow -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr>
   <th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{catrow.CAT_DESC}&nbsp;</th>
   <th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
   <th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <tr>
   <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
   <td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <!-- IF ! forumrow.PARENT -->
  <tr>
   <td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
   <td class="{catrow.forumrow.HYPERCELL_CLASS}" width="100%" height="50"><table width="100%" cellpadding="2" cellspacing="0" border="0">
      <tr><td><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_ICON_IMG}</a></td>
         <td width="100%"><span {catrow.forumrow.FORUM_COLOR} class="forumlink"><a href="{catrow.forumrow.U_VIEWFORUM}" {catrow.forumrow.FORUM_COLOR} class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
              </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
              </span><!-- IF catrow.forumrow.MODERATORS --><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}<br /></span><!-- ENDIF -->
              <!-- BEGIN sub --><!-- DEFINE $HAS_SUB = 1 --><!-- IF catrow.forumrow.sub.NUM > 0 --> <!-- ELSE --><span class="genmed">{L_SUBFORUMS}: <!-- ENDIF -->{catrow.forumrow.sub.LAST_POST_SUB} <a href="{catrow.forumrow.sub.U_VIEWFORUM}" {catrow.forumrow.sub.FORUM_COLOR} <!-- IF catrow.forumrow.sub.UNREAD -->class="topic-new"<!-- ENDIF --> title="{catrow.forumrow.sub.FORUM_DESC_HTML}">{catrow.forumrow.sub.FORUM_NAME}</a><!-- END sub -->
              <!-- IF $HAS_SUB --></span><!-- UNDEFINE $HAS_SUB --><!-- ENDIF -->
           </td>
        </tr>
     </table>
      </td>
   <!-- BEGIN switch_forum_link_off -->
   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_TOPICS}</span></td>
   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_POSTS}</span></td>
   <td class="{catrow.forumrow.HYPERCELL_CLASS}-right" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
   <!-- END switch_forum_link_off -->
   <!-- BEGIN switch_forum_link_on -->
   <td class="row2" align="center" valign="middle" height="50" colspan="3"><span class="gensmall">{catrow.forumrow.FORUM_LINK_COUNT}</span></td>
   <!-- END switch_forum_link_on -->
  </tr>
  <!-- ENDIF -->
   <!-- END forumrow -->
</table>
<br />
<!-- END catrow -->

<!-- BEGIN switch_viewonline -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
   <th class="thCornerL" colspan="2" align="left" height="25" nowrap="nowrap">{L_INFORMATIONS}</th>
</tr>
<tr>
   <td class="row3" colspan="2" height="20">
   <b class="gensmall">{L_WHO_IS_ONLINE}</b>
   </td>
</tr>
<tbody>
<tr>
   <td class="row1"><table width="100%" cellpadding="3" cellspacing="1" border="0">
   <tr>
      <td class="row1" width="60" align="center" valign="middle"><a href="{U_VIEWONLINE}"><img src="{IMG_WHOISONLINE}" alt="{L_WHO_IS_ONLINE}" title="{L_WHO_IS_ONLINE}" border="0" /></a></td>
      <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
   </tr>
   </table></td>
</tr>
</tbody>
<tr>
   <td class="row3" colspan="2" height="20">
   <b class="gensmall">{L_WHO_WAS_ONLINE}</b>
   </td>
</tr>
<tbody>
<tr>
   <td class="row1"><table width="100%" cellpadding="3" cellspacing="1" border="0">
   <tr>
      <td class="row1" width="60" align="center" valign="middle"><a href="{U_USERLIST}"><img src="{IMG_OFFLINE}" alt="{L_MEMBERLIST}" title="{L_MEMBERLIST}" border="0" /></a></td>
      <td class="row1" align="left"><span class="gensmall">{L_TOTAL_TODAY}{TOTAL_TODAY_USERS}<br />{TOTAL_HOUR_USERS}<br />{L_REGISTERED_USERS} {S_TODAY_USERLIST}</span></td>
   </tr>
   </table></td>
</tr>
</tbody>
<tr>
   <td class="row3" colspan="2" height="20">
   <b class="gensmall">{L_STATISTICS}</b>
   </td>
</tr>
<tbody>
<tr>
   <td class="row1"><table width="100%" cellpadding="3" cellspacing="1" border="0">
   <tr>
      <td class="row1" width="60" align="center" valign="middle"><img src="{IMG_STATISTICS}" alt="{L_STATISTICS}" title="{L_STATISTICS}" border="0" /></a></td>
      <td class="row1" align="left"><span class="gensmall">{TOTAL_POSTS}{TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}&nbsp;-&nbsp;{L_NEWEST_ID}&nbsp;<b>{NEWEST_UID}</b>&nbsp;-&nbsp;{L_NEWEST_LANG}&nbsp;<b>{NEWEST_LANG}</b>&nbsp;-&nbsp;{L_NEWEST_FROM}&nbsp;<img width="14" height="9" border="0" src="images/flags/small/{NEWEST_FLAG}.png" alt="{NEWEST_COUNTRY}" title="{NEWEST_COUNTRY}" /></span></td>
   </tr>
   </table></td>
</tr>
</tbody>
<tr>
    <td class="row1"><span class="gensmall">
       <strong>{L_LEGEND}:</strong>
       <!-- BEGIN legend -->
       [&nbsp;<a href="{switch_viewonline.legend.U_RANK}"{switch_viewonline.legend.RANK_STYLE}>{switch_viewonline.legend.RANK_NAME}</a>&nbsp;]
       <!-- END legend -->
    </span></td>
</tr>
</table>
<!-- END switch_viewonline -->

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
   <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
   <tr>
     <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
   </tr>
   <tr>
     <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
      <input class="post" type="text" name="username" size="10" />
      &nbsp;&nbsp;&nbsp;{L_PASSWORD}:
      <input class="post" type="password" name="password" size="10" maxlength="32" />
      <!-- BEGIN switch_allow_autologin -->
      &nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN}
      <input class="text" type="checkbox" checked="checked" name="autologin" />
      <!-- END switch_allow_autologin -->
      &nbsp;&nbsp;&nbsp;
      <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
      </span> </td>
   </tr>
  </table>
</form>
<!-- END switch_user_logged_out -->

<br clear="all" />

<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr>
   <td width="20" align="center"><img src="templates/subSilver/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td>
   <td><span class="gensmall">{L_NEW_POSTS}</span></td>
   <td>&nbsp;&nbsp;</td>
   <td width="20" align="center"><img src="templates/subSilver/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td>
   <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
   <td>&nbsp;&nbsp;</td>
   <td width="20" align="center"><img src="templates/subSilver/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td>
   <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   <td>&nbsp;&nbsp;</td>
   <td width="20" align="center"><img src="templates/subSilver/images/folder_link.gif" alt="{L_FORUM_LINK}" /></td>
   <td><span class="gensmall">{L_FORUM_LINK}</span></td>
  </tr>
</table>
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur
Alcazarfr
Moddeurs


Inscrit le: 04 Nov 2004
Messages: 2408
Localisation: Dans le port d'Amsterdam, [...]

MessagePosté le: Ven 26 Jan 2007 à 18:38    Sujet du message: Répondre en citant

... tu as zappé mon message...
_________________
Je n'utilise en aucun cas MSN Messenger & je ne participe pas au projet de site

// En vacances
Revenir en haut de page
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web de l'utilisateur
Montrer les messages depuis:   
Poster un nouveau sujet   Répondre au sujet    PhpBB-Power Index du Forum » Recherche de mods Toutes les heures sont au format GMT + 2 Heures
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 ne pouvez pas joindre des fichiers
Vous pouvez télécharger des fichiers


Powered by phpBB v2 © 2001, 2005 phpBB Group ¦ Theme: subSilver++
Traduction par : phpBB-fr.com