Soucis avec les boutons up and down sur forum phpbb2

3 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Dim 20 Mar 2011 - 9:34

Bonjour à tous,
Je rencontre un petit soucis avec le bouton "revenir en haut" contenu aussi bien dans les profil que sur la barre de navigation des topics. Le bouton revenir en bas fonctionne mais celui pour le haut ne réagit pas au clic.

Il me semble que ce systéme est hébergé dans le template overall header. J'ai donc été faire un tout dans mon template et j'ai comparé avec le template par défaut.
La portion
Code:
 <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
est présente dans mon template modifié.

Si vous savez ce qui pourrait créer ce dysfonctionnement !!!!
Merci par avance pour vos réponses.


Dernière édition par demeter1 le Sam 26 Mar 2011 - 14:41, édité 1 fois
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par Tech Dim 20 Mar 2011 - 13:07

Bonjour,

De quel bouton "Revenir en haut" parlez-vous ?
Je n'arrive pas à voir de quoi vous parlez ...
Merci de m'éclairer.

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Dim 20 Mar 2011 - 15:36

Bonjour Tech,
de ceux ci

Soucis avec les boutons up and down sur forum phpbb2 Sans_t87

et
Soucis avec les boutons up and down sur forum phpbb2 Sans_t88

Le lien d'où proviennent ces captures

http://altitudetropicale.forums-actifs.com/t1362-presentation-de-bleusaphir

demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par Tech Dim 20 Mar 2011 - 15:52

Bonjour,

Ce système se trouve normalement dans le template viewtopic_body.
L'avez-vous modifié ?

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Dim 20 Mar 2011 - 17:07

Oui, j'ai rajouté :un menu déroulant en dessous des topics; une barre de modération au dessus du premier message et un script permettant à mes membres d'avoir des mises en forme de texte personnalisées.

Voici le template.

Code:
<!-- BEGIN switch_user_logged_out -->
<script language="Javascript">
setTimeout("window.location='http://altitudetropicale.forums-actifs.com/profile.forum?mode=register/login.php'",240000); // delai en millisecondes
</script>


<!-- END switch_user_logged_out -->


<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').click(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
addthis_close();
}
});
});
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td align="left" valign="middle" nowrap="nowrap">
<span class="nav">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authreply -->
</span>
</td>
<td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
<td align="right" valign="bottom" nowrap="nowrap" width="100%">
<span class="gensmall bold">
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
|


<script type="text/javascript">
//<![CDATA[
insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>


</span>
</td>
</tr>
</table>

<!-- Barre modération haut -->

<!-- Barre modération -->
<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td colspan="2" align="left" valign="top" nowrap="nowrap">
{S_TOPIC_ADMIN}

<form name="action" method="get" action="{S_FORM_MOD_ACTION}">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<input type="hidden" name="sid" value="{S_SID}" />
<span class="gen">{L_MOD_TOOLS}
{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
</form>
</td>
</tr>
</table>
<!-- END viewtopic_bottom -->
<!-- Fin Barre modération haut-->




<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr align="right">
<td class="catHead" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%" class="noprint"> </td>
<td align="center" nowrap="nowrap" class="t-title"><h1 class="cattitle"> {TOPIC_TITLE}</h1></td>
<td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
</tr>
</table>
</td>
</tr>




<!-- BEGIN topicpagination -->
<tr>
<td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
</tr>
<!-- END topicpagination -->
{POLL_DISPLAY}
<tr>
<th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<tr class="post">
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
<center>
<span class="name"> <div id="profil_head"></div>
<div id="name">
<a name="{postrow.displayed.U_POST_ID}"></a><strong>

<span class="ombre">

{postrow.displayed.POSTER_NAME}</strong>

<div id="profil_body"><span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}<br />
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
<span class="rpgzone">
<span class="rpgbutton">Les échanges et recherches<br>Pense bête personnel</span>
<div class="rpghidden"><div class="rpgcontent">{postrow.displayed.POSTER_RPG}</div>

<h2 class="atelier_btn" onclick="getCookie();">Afficher votre pense-bête</h2>
<div id="pense_bete">
  <h3>A quoi devez-vous penser aujourd'hui ?</h3>
  <p id="atelier_pb"></p>
 
 
  <a href="javascript:;" class="atelier_href">modifier</a>
  <form onsubmit="createCookie(); return false;" method="post">
      <input type="hidden" name="atelier_name" value="atelier" id="atelier_name" />
 
      <p><label for="modif_msg">Modifiez votre pense-bête personnel</label></p>
      <textarea name="message" id="atelier_textarea"></textarea>
 
      <p class="atelier_submit"><input type="submit" value="Modifier le pense-bête" /></p>  <br><br>
  </form>
  <div style="clear:both;"></div>
 
</div></div>



</span>
</span>
</div>
<div id="profil_foot"></div><br />
<img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
</td>
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT} <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td></tr>
<tr><td valign="top" nowrap="nowrap" class="post-options">
{postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}

</center> </td>
</tr>
<tr>
<td colspan="2" class="hr">
<hr />
</td>
</tr>
<tr>
<td colspan="2">
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
<!-- END switch_vote -->

<!-- BEGIN switch_bar -->
<div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
<!-- BEGIN switch_vote_plus -->
<div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
<!-- END switch_vote_plus -->

<!-- BEGIN switch_vote_minus -->
<div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
<!-- END switch_vote_minus -->
</div>
<!-- END switch_bar -->

<!-- BEGIN switch_no_bar -->
<div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
<!-- END switch_no_bar -->

<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->

<div class="postbody">
<br>
<div class="altitude_encadrement">{postrow.displayed.MESSAGE}</div><br><div class="decopost"><img src="http://i63.servimg.com/u/f63/11/93/85/24/philo_10.png"></div>



<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->

<!-- BEGIN switch_no_dl_att -->
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT}
<!-- END switch_no_dl_att -->
</dt>

<!-- BEGIN switch_no_comment -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->

<!-- BEGIN switch_no_dl_att -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</em>
</dd>
<!-- END switch_no_dl_att -->

<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->




<div class="signa"> <legend><img src="http://i63.servimg.com/u/f63/11/93/85/24/signat12.png"></legend>{postrow.displayed.SIGNATURE}</div>


</div>
</div>
<span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
<a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
</td>
<td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle">
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
</td>
</tr>
</table>
</td>
</tr>
<!--debut decalage -->
<td class="transtable" align="center" valign="middle" width="150" height="20"></td>
<td class="transtable" valign="bottom" width="100%" height="5" nowrap="nowrap">
</td>

<!--fin decalage -->

<!-- BEGIN first_post_br -->
</table>
<br />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
</tr>
<!-- END first_post_br -->
<!-- END displayed -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- END postrow -->
<!-- BEGIN no_post -->
<tr align="center">
<td class="row1" colspan="2" height="28">
<span class="genmed">{no_post.L_NO_POST}</span>
</td>
</tr>
<!-- END no_post -->
<tr align="right">
<td class="catBottom" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%" class="noprint"> </td>
<td align="center" nowrap="nowrap" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
<td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
</tr>
</table>
</td>
</tr>
</table>

        <!-- BEGIN promot_trafic -->
        <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:'';margin: 1px 0px 1px 0px">
          <tr>
              <td class="catBottom" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
                      <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
                    </tr>
                </table>
              </td>
          </tr>
        </table>

        <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:none;margin: 1px 0px 1px 0px">
          <tr>
              <td class="catBottom" height="28">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
                      <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                    </tr>
                </table>
              </td>
          </tr>
          <tr>
              <td class="row2" valign="top">
              <ul>
                <!-- BEGIN link -->
                <li><a href="{promot_trafic.link.U_HREF}" target="_blank" class="gensmall">{promot_trafic.link.TITLE}</a>
                <!-- END link -->
              </ul>
              </td>
          </tr>
        </table>
        <!-- END promot_trafic -->



<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
<!-- BEGIN topicpagination -->
<td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
<!-- END topicpagination -->
</tr>
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<tr>
<td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
</tr>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
<tr>
<td class="row2" colspan="2" align="center" style="padding:0px">
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}<br />

<!-- RAJOUT MENU DEROULANT SOUS MESSAGE RAPIDE -->

<table cellspacing="2" border="0" align="center" width="100%"><tbody><tr><td align="center" valign="top"><form onsubmit="if(document.jumpbox.f.value == -1){return false;}" name="jumpbox" method="get" action="/viewforum"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td nowrap="nowrap"><span class="gensmall">Sauter vers: <select onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }" name="selected_id"><option value="-1">Sélectionner un forum</option><option value="-1"></option><option value="-1">|</option><option value="c14" correctif="no">|--Vie du siteVie du site</option><option value="f22" correctif="no">|   |--~  Règlement  ~</option><option value="f9" correctif="no">|   |--~présentation des nouveaux membres~</option><option value="f34" correctif="no">|   |--~Fonctions du site~</option><option value="f55" correctif="no">|   |   |--Vos questions</option><option value="-1">|   |   </option><option value="f42" correctif="no">|   |--~Le journal~</option><option value="f57" correctif="no">|   |--~Candidatures~</option><option value="f53" correctif="no">|   |--~ Partenariat ~</option><option value="f10" correctif="no">|   |--~Vos suggestions pour améliorer le site~</option><option value="f15" correctif="no">|   |--~Le coin des associations~</option><option value="f19" correctif="no">|   |--~Le coin des pépiniéristes~</option><option value="f56" correctif="no">|   |--~Blogs des membres~</option><option value="f62" correctif="no">|   |--~Les forums ou sites de jardinage à l'honneur.~</option><option value="-1">|   </option><option value="c2" correctif="no">|--Les plantesLes plantes</option><option value="f37" correctif="no">|   |--~Palmiers~</option><option value="f30" correctif="no">|   |--~Cycadales~</option><option value="f3" correctif="no">|   |--~Bananiers~</option><option value="f83" correctif="no">|   |--~Zingibéracées~</option><option value="f85" correctif="no">|   |--~ Strelitziacées ~</option><option value="f86" correctif="no">|   |--~Héliconiacées~</option><option value="f87" correctif="no">|   |--~Costacées ~</option><option value="f88" correctif="no">|   |--~  Marantacées et  Cannacées ~</option><option value="f84" correctif="no">|   |--~ Acanthacées ~</option><option value="f5" correctif="no">|   |--~Fougères~</option><option value="f7" correctif="no">|   |--~Aracées~</option><option value="f89" correctif="no">|   |--~Araliacées~</option><option value="f4" correctif="no">|   |--~Broméliacées~</option><option value="f79" correctif="no">|   |--~Plantes grimpantes : lianes et volubiles~</option><option value="f33" correctif="no">|   |--~Orchidacées~</option><option value="f71" correctif="no">|   |--~Géraniacées~</option><option value="f73" correctif="no">|   |--~Bulbeuses tropicales~</option><option value="f63" correctif="no">|   |--~Cactacées ~</option><option value="f64" correctif="no">|   |   |--"la maison des piqués"</option><option value="f65" correctif="no">|   |   |--Soins et cultures</option><option value="f66" correctif="no">|   |   |--Induction des floraisons</option><option value="f67" correctif="no">|   |   |--Cactées en zones naturelles</option><option value="-1">|   |   </option><option value="f74" correctif="no">|   |--~Aizoacées ~</option><option value="f80" correctif="no">|   |--~Asclépiadacées et  Apocynacées~</option><option value="f82" correctif="no">|   |--~Plantes à caudex~</option><option value="f6" correctif="no">|   |--~Autres  plantes xérophytes~</option><option value="f12" correctif="no">|   |--~Plantes de bassin~</option><option value="f44" correctif="no">|   |--~Plantes carnivores~</option><option value="f75" correctif="no">|   |--~Poacées~</option><option value="f81" correctif="no">|   |--~ Ericacées et plantes de terre acide ~</option><option value="f77" correctif="no">|   |--~Protéacées~</option><option value="f76" correctif="no">|   |--~Bonsaïs~</option><option value="f14" correctif="no">|   |--~Autres plantes~</option><option value="f45" correctif="no">|   |--~Murs végétaux~</option><option value="f46" correctif="no">|   |   |--~Les végétaux~</option><option value="f47" correctif="no">|   |   |--~sur sphaigne~</option><option value="f48" correctif="no">|   |   |--~Sur feutre~</option><option value="-1">|   |   </option><option value="f13" correctif="no">|   |--~Le potager~</option><option value="-1">|   </option><option value="c4" correctif="no">|--Aspects générauxAspects généraux</option><option value="f24" correctif="no">|   |--~Dicussions sur le jardinage~</option><option value="f27" correctif="no">|   |--~Le coin identification~</option><option value="f61" correctif="no">|   |--~Protocole de semis des diverses plantes exotiques ~</option><option value="f35" correctif="no">|   |--~Le labo~</option><option value="f92" correctif="no">|   |--~Climatologie~</option><option value="f36" correctif="no">|   |--~Données de résistance des plantes face au froid~</option><option value="f32" correctif="no">|   |--~Abécédaire botanique~</option><option value="-1">|   </option><option value="c6" correctif="no">|--Maladies et ravageurs Maladies et ravageurs </option><option value="f18" correctif="no">|   |--~Maladies et parasites~</option><option value="f38" correctif="no">|   |--~Identification du nuisible ou d'une maladie~</option><option value="f40" correctif="no">|   |--~Traitement des maladies~</option><option value="f41" correctif="no">|   |--~Lutte biologique~</option><option value="f39" correctif="no">|   |--~Traitement des ravageurs~</option><option value="f23" correctif="no">|   |--~Vos trucs et astuces bio pour jardiner~</option><option value="-1">|   </option><option value="c11" correctif="no">|--Visites de jardinsVisites de jardins</option><option value="f8" correctif="no">|   |--~Jardins des membres du forum~</option><option value="f1" correctif="no">|   |--~Jardins publics~</option><option value="f52" correctif="no">|   |--~Vos adresses de jardins et parcs à visiter~</option><option value="-1">|   </option><option value="c7" correctif="no">|--Fiches et articlesFiches et articles</option><option value="f20" correctif="no">|   |--~Fiches de plantes~</option><option value="f69" correctif="no">|   |--~ Le portail des îles françaises : flore et faune. ~</option><option value="f70" correctif="no">|   |--~ Flore et faune sauvage de nos régions. ~</option><option value="f26" correctif="no">|   |--~Articles~</option><option value="f21" correctif="no">|   |--~Ecrivez un article ou une fiche de plante~</option><option value="f58" correctif="no">|   |--~La bibliothèque~</option><option value="-1">|   </option><option value="c10" correctif="no">|--Échanges et bons plansÉchanges et bons plans</option><option value="f54" correctif="no">|   |-- ~SOS Epiphytes/ FloraBanque~ N'hésitez pas à participer </option><option value="f2" correctif="no">|   |--~Les échanges~</option><option value="f90" correctif="no">|   |--~Section vente~</option><option value="f25" correctif="no">|   |--~Les bons plans~</option><option value="f59" correctif="no">|   |--~Avis sur les fournisseurs~</option><option value="-1">|   </option><option value="c9" correctif="no">|--Adresses et liens du webAdresses et liens du web</option><option value="f28" correctif="no">|   |--~Adresses intéressantes~</option><option value="f29" correctif="no">|   |   |--~Hors de nos frontières~</option><option value="-1">|   |   </option><option value="f11" correctif="no">|   |--~Liens et adresses du web~</option><option value="-1">|   </option><option value="c13" correctif="no">|--DiversDivers</option><option value="f16" correctif="no">    |--~Le café~</option><option value="f17" correctif="no">    |--~Le coin des bricolos~</option></select><input type="hidden" value="e310b550bd14bc227b2539261d05150e" name="sid"> <input type="submit" value="Aller" class="liteoption"></span></td></tr></tbody></table></form></td></tr></tbody></table>


<!-- FIN RAJOUT MENU DEROULANT SOUS MESSAGE RAPIDE -->





<!-- END switch_user_logged_in -->
</td>
</tr>
<tr>
<td style="margin:0; padding: 0;" colspan="2">
<table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
<tbody>
<!-- BEGIN show_permissions -->
<tr>
<td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
<td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
<!-- END show_permissions -->
<tr>
<td class="catBottom" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
<!-- BEGIN show_permissions -->
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
<!-- END show_permissions -->
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="margin:0; padding: 0;" colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
<tbody>
<tr>
<td class="catBottom" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
<span class="nav">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authreply -->
</span>
</td>
<!-- BEGIN viewtopic_bottom -->
<td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
<!-- END viewtopic_bottom -->
<!-- BEGIN moderation_panel -->
<td align="center">
<span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
</td>
<td align="center" width="250">
<span class="gensmall"> </span>
</td>
<!-- END moderation_panel -->
</tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
<form name="action" method="get" action="{S_FORM_MOD_ACTION}">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<input type="hidden" name="sid" value="{S_SID}" />
<span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
</form>
</td>
</tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script type="text/javascript" src="{JS_DIR}addthis/addthis_widget.js?pub=forumotion"></script>





<script type="text/javascript">
jQuery(document).ready(function(){
    if(jQuery('div#other.select').length==1)
    {
        if(jQuery('div#other.select :last').attr('tagName')=='BUTTON') jQuery('div#other.select').append('<br>');
        var g= '"'; var gg= '\'+unescape(\'%22\')+\'';
        jQuery('div#other.select').append('<button onclick='+g+'bbfontstyle(\'<p class='+gg+'xata'+gg+'>\',\'</p>\');selectWysiwyg(this,\'other\');return false'+g+'>xata</button>');
    }
});
</script>


<script type="text/javascript">
jQuery(document).ready(function(){
    if(jQuery('div#other.select').length==1)
    {
        if(jQuery('div#other.select :last').attr('tagName')=='BUTTON') jQuery('div#other.select').append('<br>');
        var g= '"'; var gg= '\'+unescape(\'%22\')+\'';
        jQuery('div#other.select').append('<button onclick='+g+'bbfontstyle(\'<p class='+gg+'hydra'+gg+'>\',\'</p>\');selectWysiwyg(this,\'other\');return false'+g+'>hydra</button>');
    }
});
</script>

Merci tech pour cette aide.
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par Tech Dim 20 Mar 2011 - 17:16

Bizarre votre template n'a pas l'air d'être la cause du problème ...
Vous avez ajouté un script ou autre chose avant que le problème n'apparaissent ?

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Dim 20 Mar 2011 - 19:04

Non, pas de modifications dans les templates depuis la derniére MAj hormis une tentative de palier au pb en installant un up and down sur le côté droit du forum. J'ai utilisé les modifications que Chouquette à donné dans cette demande d'aide :
https://forum.forumactif.com/t284475-fleche-haut-et-bas-du-forum?highlight=bouton+revenir+en+haut

Voyant que le pb était identique avec ce systéme, j'ai fini par remettre l'ancien template.


Bon, je vous avouerai Tech que je ne sais pas trop pourquoi mais le forum est d'une hyper sensibilité et j'ai toujours un temps d'avance dans la déclaration de divers beugs. Certains sont assez particuliers. Par exemple depuis deux/trois jours , il m'est impossible de faire une prévisualisation d'un message.
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Lun 21 Mar 2011 - 20:40

Up. Soucis de prévisualisation des messages réglé. Un simple
Code:
<br>
en début de tempalte faisait buguer le systéme. Reste le soucis de la flèche "revenir en haut".

Cela ne viendrait pas d'un remaniement complet du template overall footer qui a eu lieu avec la dernière MAJ ?
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par Tech Mar 22 Mar 2011 - 20:09

Bonsoir,

Je ne pense pas, j'ai essayé votre template sur mon forum et aucun problème avec ces boutons "Revenir en haut" ...
Le problème doit surement venir d'autre part, mais d'où ?
Quand vous cliquez sur la flèche pour revenir en haut, est-ce que dans votre barre d'adresse le #top se rajoute bien à la fin de l'adresse web ?

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Mar 22 Mar 2011 - 21:37

Bonsoir Tech, le top est éffectivement inscrit dans la barre d'adresse.
http://altitudetropicale.forums-actifs.com/t1367-petit-amusement#top

Un soucis peut être avec la mise à jour concernant l'optimisation des url (éventuellement)?

demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par Tech Mer 23 Mar 2011 - 18:48

Bonsoir,

Ce template n'a pas été concerné par la mise à jour d'optimisation des urls. Donc si cette mise à jour était la cause du problème, tous les forums devraient être dans le même cas que le votre.
Je vais tenter plusieurs tests Wink

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

https://forum.forumactif.com/
Tech a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Mer 23 Mar 2011 - 18:54

Merci Tech. De mon côté, je teste en supprimant progressivement mes templates modifiés pour voir si une de mes modifications n'aurait pas engendré le pb. J'avais déjà pratiqué cette manip mais on ne sait jamais (j'ai peu être oublié quelque chose la première fois).
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Ven 25 Mar 2011 - 19:05

Bon, de mon côté, le résultat du test en supprimant chaque template n'a rien donné .
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par Scoubifitz Sam 26 Mar 2011 - 0:14

bonsoir,

dans votre overall_header , il doit y avoir :
<!-- END switch_login_popup -->

<a name="top"></a>
{JAVASCRIPT}
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">

dans votre overall_footer , il doit y avoir :
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
ce qui permet à ceci :
<a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
... dans votre template "viewtopic_body" d'aller en haut ou en bas de la page ...



dans votre cas, le "top" se colle à "l'infobar" ... qui est fixée en haut de la page ...

déplacez comme ceci , dans le overall_header" , à l'intérieur de la table :
<!-- END switch_login_popup -->

{JAVASCRIPT}
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
édit :

en affichant le code source de votre page , j'ai remarqué 2 fois "<a name="top"></a>" ...
Scoubifitz

Scoubifitz
Membre actif

Masculin
Messages : 3687
Inscrit(e) le : 18/03/2008

http://scoubidous.superforum.fr/
Scoubifitz a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Soucis avec les boutons up and down sur forum phpbb2

Message par demeter1 Sam 26 Mar 2011 - 14:40

Scoubifitz , un grand merci pour cette aide qui a porté ses fruits. Un deuxième <a name="top"></a> était présent dans le template overall header.Sa suppression à réactivé le bouton top. Là, je me sens un peu c.. sur le coup.

Un grand , très grand merci.
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum