edit: probleme resolu.
salut,
Premier passage ici, deja pour dire que j'adore les themes Fi.
Maintenant, j'ai une question, j'essaie d'installer le mod Quick_post_es qui marche tres bien avec Subsilver mais j'ai un peu de mal a modifier mon template de
fi_black/viewtopic_body.tpl. Si quelqu'un peu m'aider a modifier ce code ca serait tres sympa.
il me demande de rajouter ce code:
<a href="{qp_form.qp_button.U_QUICK_POST}"><img src="{qp_form.qp_button.I_QUICK_POST}" border="0" alt="{qp_form.qp_button.L_QUICK_POST_ALT}" align="middle" /></a>
a la suite du code des 2 boutons post et reply du bas de page:
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" hspace="8" title="{L_POST_REPLY_TOPIC}" /></a>
et apres la balise </table> , comme ca, ca ne marche pas du tout mais si je fais un nouveau tableau avec {QP_BOX} dedans, j'ai du coup la boite de reponse rapide qui reste toujours ouverte.
J'espère que j'ai été asser clair, a bientot.
Finalement
j'ai resolu mon problème, je met ma solution pour les autres:
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" title="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" title="{L_POST_REPLY_TOPIC}" /></a></td>
<td>
<!-- BEGIN qp_form -->
<!-- BEGIN qp_button -->
<a href="{qp_form.qp_button.U_QUICK_POST}"><img src="{qp_form.qp_button.I_QUICK_POST}" alt="{qp_form.qp_button.L_QUICK_POST_ALT}" title="{L_QUICK_POST}" /></a>
<!-- END qp_button -->
<!-- END qp_form -->
</td>