Changer ma barre de navigation de place

4 participants

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

Résolu Changer ma barre de navigation de place

Message par jmarie Dim 24 Avr 2011 - 10:47

Bonjour à tous et bonnes Pâques

voilà mon problème ,je voudrais mettre ma barre de navigation en mode fixe en haut du forum ,j'ai essayé avec le tutoriel ,mais étant nul ,je n'y arrive pas ,Y a-t-il un autre moyen pour y parvenir comme par exemple la refaire depuis le début, car je voudrais changer le style ,ma barre suit le forum quand on va dans les catégories et je voudrais qu'elle soit fixe et apparente tout le temps http://carpe-club-corbie-80.forumgratuit.org/

Merci d'avance
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par Scipion Dim 24 Avr 2011 - 11:23

Bonjour !

Si vous avez utilisé le tutoriel approprié mais sans résultat, alors mettez ici svp, entre balises code Changer ma barre de navigation de place  Page_white_code, le contenu de votre template overall_header pour un essai.

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

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

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Dim 24 Avr 2011 - 11:37

Code:
[url=<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html  xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB}> <head>    <!-- BEGIN meta_emulate_ie7 -->    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />    <!-- END meta_emulate_ie7 -->    <title>{SITENAME_TITLE}{PAGE_TITLE}</title>    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING};" />    <meta http-equiv="content-script-type" content="text/javascript" />    <meta http-equiv="content-style-type" content="text/css" />    <!-- BEGIN switch_canonical_url -->    <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />    <!-- END switch_canonical_url -->    {META_FAVICO}    {META}    {META_FB_LIKE}    <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />    {T_HEAD_STYLESHEET}    {CSS}    <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />    <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />    <script src="{JQUERY_PATH}" type="text/javascript"></script>    <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>     <!-- BEGIN switch_fb_login -->    <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>    <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>    <!-- END switch_fb_login -->     <!-- BEGIN switch_ticker -->    <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />    <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>    <!-- END switch_ticker -->     <!-- BEGIN switch_ticker_new -->    <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>    <script type="text/javascript">//<![CDATA[    /* Definir le sens de direction en fonction du panneau admin */    var tickerDirParam = "{switch_ticker.DIRECTION}";    var slid_vert = false;    var auto_dir  = 'next';    var h_perso = parseInt({switch_ticker.HEIGHT});     switch( tickerDirParam )    {       case 'top' :          slid_vert = true;          break;        case 'left':          break;        case 'bottom':          slid_vert = true;          auto_dir  = 'prev';          break;        case 'right':          auto_dir  = 'prev';          break;        default:          slid_vert = true;    }     $(document).ready(function() {       var w_cont = $('#fa_ticker_container').width();        if (w_cont > 0)       {          $('#fa_ticker_container').width(w_cont);           /* Affichage de la liste */          $('#fa_ticker_content').css('display','block');           /* Calcul des dimensions du conteneur et des �l�ments */          var width_max  = $('ul#fa_ticker_content').width();          var width_item = Math.floor(width_max / {switch_ticker.SIZE});          var height_max = h_perso;           /* Calcul de la hauteur maximale du contenur en fonction des �l�ments et de la hauteur personnalis�e dans l'admin */          $('ul#fa_ticker_content li').each( function () {             if ($(this).height() > height_max)             {                height_max = $(this).height();             }          } );           /* Redimensionnement des �l�ments et des images trop larges */          $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {             if ($(this).width() > width_item)             {             var ratio      = $(this).width() / width_item;             var new_height = Math.round($(this).height() / ratio);             $(this).height(new_height).width(width_item);             }          });           /* Redimensionnement et centrage du conteneur en mode vertical */          if (slid_vert)          {             $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');          }           /* Initialisation du caroussel */          $('#fa_ticker_content').jcarousel({               vertical: slid_vert,             wrap: 'circular',              auto: {switch_ticker.STOP_TIME},              auto_direction: auto_dir,               scroll: 1,               size: {switch_ticker.SIZE},               height_max: height_max,               animation: {switch_ticker.SPEED}           });        }        else        {           $('ul#fa_ticker_content li:not(:first)').css('display','none');           $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');        }    });    //]]>    </script>    <!-- END switch_ticker_new -->     <script type="text/javascript">//<![CDATA[    $(document).ready(function(){       <!-- BEGIN switch_enable_pm_popup -->          pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');          pm.focus();       <!-- END switch_enable_pm_popup -->       <!-- BEGIN switch_report_popup -->          report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');          report.focus();       <!-- END switch_report_popup -->       <!-- BEGIN switch_ticker -->          ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});       <!-- END switch_ticker -->    });     <!-- BEGIN switch_login_popup -->       var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;    <!-- END switch_login_popup -->     <!-- BEGIN switch_login_popup -->    $(document).ready( function() {       $(window).resize(function() {          var windowWidth = document.documentElement.clientWidth;          var popupWidth = $("#login_popup").width();          var mypopup = $("#login_popup");            $("#login_popup").css({              "left": windowWidth/2 - popupWidth/2             });       });    });    <!-- END switch_login_popup -->    //]]>    </script>    {GREETING_POPUP}    <!-- BEGIN switch_ticker_new -->    <style>    .jcarousel-skin-tango .jcarousel-item {        text-align:center;        width: 10px;    }     .jcarousel-skin-tango .jcarousel-item-horizontal {        margin-right: {switch_ticker.SPACING}px;    }     .jcarousel-skin-tango .jcarousel-item-vertical {        margin-bottom: {switch_ticker.SPACING}px;    }    </style>    <!-- END switch_ticker_new -->     <!-- BEGIN google_analytics_code -->    <script type="text/javascript">    //<![CDATA[     var _gaq = _gaq || [];     _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);     _gaq.push(['_trackPageview']);       (function() {       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);     })();    //]]>    </script>    <!-- END google_analytics_code --> </head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> {GENERATED_NAV_BAR}   <!-- BEGIN hitskin_preview -->    <div id="hitskin_preview" style="display: block;">       <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>       <div class="content">          <p>             {hitskin_preview.L_THEME_SITE_PREVIEW}             
             <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>          </p>       </div>    </div>    <!-- END hitskin_preview -->     <!-- BEGIN switch_login_popup -->    <div id="login_popup">       <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">          <tr height="25">             <td class="catLeft">                <span class="genmed module-title">{SITENAME}</span>             </td>          </tr>          <tr height="{LOGIN_POPUP_MSG_HEIGHT}">             <td class="row1" align="left" valign="top">                <div id="login_popup_buttons">                   <form action="{S_LOGIN_ACTION}" method="get">                      <input type="submit" class="mainoption" value="{L_LOGIN}" />                      <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />                      <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />                   </form>                </div>                <span class="genmed">{LOGIN_POPUP_MSG}</span>             </td>          </tr>       </table>    </div>    <!-- 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">       <tr>          <td class="bodyline">             <table width="100%" cellspacing="0" cellpadding="0" border="0">                <tr>                   <!-- BEGIN switch_logo_left -->                   <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>                   <!-- END switch_logo_left -->                   <td align="center" width="100%" valign="middle">                      <!-- BEGIN switch_logo_center -->                      <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>                      
                      <!-- END switch_logo_center -->                      <div class="maintitle">{MAIN_SITENAME}</div>                      
                      <span class="gen">{SITE_DESCRIPTION}
  </span>                   </td>                   <!-- BEGIN switch_logo_right -->                   <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>                   <!-- END switch_logo_right -->                </tr>       <<center><div class="navig">{GENERATED-NAV-BAR}</div></center>         <div style="clear: both;"></div>              <!-- BEGIN switch_ticker_new -->             <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">                <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">                   <tr>                      <td {CLASS_TABLE_TYPE} align="left" class="row1">                         <div id="fa_ticker_container">                            <ul id="fa_ticker_content"  class="jcarousel-skin-tango" style="display:none;">                               <!-- BEGIN ticker_row -->                               <li>{switch_ticker.ticker_row.ELEMENT}</li>                               <!-- END ticker_row -->                            </ul>                         </div>                      </td>                   </tr>                </table>             </div>             <!-- END switch_ticker_new -->              <!-- BEGIN switch_ticker -->             <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">                <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">                   <tr>                      <td {CLASS_TABLE_TYPE} align="left" class="row1">                         <div id="fa_ticker_container">                            <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">                               <div class="fa_ticker_content">                                  <!-- BEGIN ticker_row -->                                  <div>{switch_ticker.ticker_row.ELEMENT}</div>                                  <!-- END ticker_row -->                               </div>                            </div>                         </div>                      </td>                   </tr>                </table>             </div>             <!-- END switch_ticker -->              <div id="page-body">                <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>                   <table cellpadding="0" cellspacing="0" width="100%" class="three-col">                      <tbody>                         <tr>                            <td valign="top" width="{C1SIZE}">                               <div id="{ID_LEFT}">                                  <!-- BEGIN giefmod_index1 -->                                  {giefmod_index1.MODVAR}                                     <!-- BEGIN saut -->                                     <div style="height:{SPACE_ROW}px"></div>                                     <!-- END saut -->                                  <!-- END giefmod_index1 -->                               </div>                            </td>                            <td valign="top" width="100%"> <!-- BEGIN html_validation -->                            </td>                         </tr>                      </tbody>                   </table>                </div>             </div>          </td>       </tr>    </table> </body> </html> <!-- END html_validation -->]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html  xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB}> <head>    <!-- BEGIN meta_emulate_ie7 -->    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />    <!-- END meta_emulate_ie7 -->    <title>{SITENAME_TITLE}{PAGE_TITLE}</title>    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING};" />    <meta http-equiv="content-script-type" content="text/javascript" />    <meta http-equiv="content-style-type" content="text/css" />    <!-- BEGIN switch_canonical_url -->    <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />    <!-- END switch_canonical_url -->    {META_FAVICO}    {META}    {META_FB_LIKE}    <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />    {T_HEAD_STYLESHEET}    {CSS}    <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />    <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />    <script src="{JQUERY_PATH}" type="text/javascript"></script>    <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>     <!-- BEGIN switch_fb_login -->    <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>    <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>    <!-- END switch_fb_login -->     <!-- BEGIN switch_ticker -->    <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />    <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>    <!-- END switch_ticker -->     <!-- BEGIN switch_ticker_new -->    <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>    <script type="text/javascript">//<![CDATA[    /* Definir le sens de direction en fonction du panneau admin */    var tickerDirParam = "{switch_ticker.DIRECTION}";    var slid_vert = false;    var auto_dir  = 'next';    var h_perso = parseInt({switch_ticker.HEIGHT});     switch( tickerDirParam )    {       case 'top' :          slid_vert = true;          break;        case 'left':          break;        case 'bottom':          slid_vert = true;          auto_dir  = 'prev';          break;        case 'right':          auto_dir  = 'prev';          break;        default:          slid_vert = true;    }     $(document).ready(function() {       var w_cont = $('#fa_ticker_container').width();        if (w_cont > 0)       {          $('#fa_ticker_container').width(w_cont);           /* Affichage de la liste */          $('#fa_ticker_content').css('display','block');           /* Calcul des dimensions du conteneur et des �l�ments */          var width_max  = $('ul#fa_ticker_content').width();          var width_item = Math.floor(width_max / {switch_ticker.SIZE});          var height_max = h_perso;           /* Calcul de la hauteur maximale du contenur en fonction des �l�ments et de la hauteur personnalis�e dans l'admin */          $('ul#fa_ticker_content li').each( function () {             if ($(this).height() > height_max)             {                height_max = $(this).height();             }          } );           /* Redimensionnement des �l�ments et des images trop larges */          $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {             if ($(this).width() > width_item)             {             var ratio      = $(this).width() / width_item;             var new_height = Math.round($(this).height() / ratio);             $(this).height(new_height).width(width_item);             }          });           /* Redimensionnement et centrage du conteneur en mode vertical */          if (slid_vert)          {             $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');          }           /* Initialisation du caroussel */          $('#fa_ticker_content').jcarousel({               vertical: slid_vert,             wrap: 'circular',              auto: {switch_ticker.STOP_TIME},              auto_direction: auto_dir,               scroll: 1,               size: {switch_ticker.SIZE},               height_max: height_max,               animation: {switch_ticker.SPEED}           });        }        else        {           $('ul#fa_ticker_content li:not(:first)').css('display','none');           $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');        }    });    //]]>    </script>    <!-- END switch_ticker_new -->     <script type="text/javascript">//<![CDATA[    $(document).ready(function(){       <!-- BEGIN switch_enable_pm_popup -->          pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');          pm.focus();       <!-- END switch_enable_pm_popup -->       <!-- BEGIN switch_report_popup -->          report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');          report.focus();       <!-- END switch_report_popup -->       <!-- BEGIN switch_ticker -->          ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});       <!-- END switch_ticker -->    });     <!-- BEGIN switch_login_popup -->       var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;    <!-- END switch_login_popup -->     <!-- BEGIN switch_login_popup -->    $(document).ready( function() {       $(window).resize(function() {          var windowWidth = document.documentElement.clientWidth;          var popupWidth = $("#login_popup").width();          var mypopup = $("#login_popup");            $("#login_popup").css({              "left": windowWidth/2 - popupWidth/2             });       });    });    <!-- END switch_login_popup -->    //]]>    </script>    {GREETING_POPUP}    <!-- BEGIN switch_ticker_new -->    <style>    .jcarousel-skin-tango .jcarousel-item {        text-align:center;        width: 10px;    }     .jcarousel-skin-tango .jcarousel-item-horizontal {        margin-right: {switch_ticker.SPACING}px;    }     .jcarousel-skin-tango .jcarousel-item-vertical {        margin-bottom: {switch_ticker.SPACING}px;    }    </style>    <!-- END switch_ticker_new -->     <!-- BEGIN google_analytics_code -->    <script type="text/javascript">    //<![CDATA[     var _gaq = _gaq || [];     _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);     _gaq.push(['_trackPageview']);       (function() {       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);     })();    //]]>    </script>    <!-- END google_analytics_code --> </head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <div+"pun-navlinks"><ul class="clearfix<<center><div class="navig">{GENERATED-NAV-BAR}</div><center></ul></div   <!-- BEGIN hitskin_preview -->    <div id="hitskin_preview" style="display: block;">       <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>       <div class="content">          <p>             {hitskin_preview.L_THEME_SITE_PREVIEW}             
             <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>          </p>       </div>    </div>    <!-- END hitskin_preview -->     <!-- BEGIN switch_login_popup -->    <div id="login_popup">       <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">          <tr height="25">             <td class="catLeft">                <span class="genmed module-title">{SITENAME}</span>             </td>          </tr>          <tr height="{LOGIN_POPUP_MSG_HEIGHT}">             <td class="row1" align="left" valign="top">                <div id="login_popup_buttons">                   <form action="{S_LOGIN_ACTION}" method="get">                      <input type="submit" class="mainoption" value="{L_LOGIN}" />                      <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />                      <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />                   </form>                </div>                <span class="genmed">{LOGIN_POPUP_MSG}</span>             </td>          </tr>       </table>    </div>    <!-- 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">       <tr>          <td class="bodyline">             <table width="100%" cellspacing="0" cellpadding="0" border="0">                <tr>                   <!-- BEGIN switch_logo_left -->                   <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>                   <!-- END switch_logo_left -->                   <td align="center" width="100%" valign="middle">                      <!-- BEGIN switch_logo_center -->                      <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>                      
                      <!-- END switch_logo_center -->                      <div class="maintitle">{MAIN_SITENAME}</div>                      
                      <span class="gen">{SITE_DESCRIPTION}
  </span>                   </td>                   <!-- BEGIN switch_logo_right -->                   <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>                   <!-- END switch_logo_right -->                </tr>             </table>              <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">                <tr>                   <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>                </tr>             </table>              <div style="clear: both;"></div>              <!-- BEGIN switch_ticker_new -->             <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">                <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">                   <tr>                      <td {CLASS_TABLE_TYPE} align="left" class="row1">                         <div id="fa_ticker_container">                            <ul id="fa_ticker_content"  class="jcarousel-skin-tango" style="display:none;">                               <!-- BEGIN ticker_row -->                               <li>{switch_ticker.ticker_row.ELEMENT}</li>                               <!-- END ticker_row -->                            </ul>                         </div>                      </td>                   </tr>                </table>             </div>             <!-- END switch_ticker_new -->              <!-- BEGIN switch_ticker -->             <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">                <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">                   <tr>                      <td {CLASS_TABLE_TYPE} align="left" class="row1">                         <div id="fa_ticker_container">                            <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">                               <div class="fa_ticker_content">                                  <!-- BEGIN ticker_row -->                                  <div>{switch_ticker.ticker_row.ELEMENT}</div>                                  <!-- END ticker_row -->                               </div>                            </div>                         </div>                      </td>                   </tr>                </table>             </div>             <!-- END switch_ticker -->              <div id="page-body">                <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>                   <table cellpadding="0" cellspacing="0" width="100%" class="three-col">                      <tbody>                         <tr>                            <td valign="top" width="{C1SIZE}">                               <div id="{ID_LEFT}">                                  <!-- BEGIN giefmod_index1 -->                                  {giefmod_index1.MODVAR}                                     <!-- BEGIN saut -->                                     <div style="height:{SPACE_ROW}px"></div>                                     <!-- END saut -->                                  <!-- END giefmod_index1 -->                               </div>                            </td>                            <td valign="top" width="100%"> <!-- BEGIN html_validation -->                            </td>                         </tr>                      </tbody>                   </table>                </div>             </div>          </td>       </tr>    </table> </body> </html> <!-- END html_validation -->[/url]


Dernière édition par jmarie le Mar 26 Avr 2011 - 6:15, édité 2 fois
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par Scipion Dim 24 Avr 2011 - 12:05

J'ai modifié votre template de manière à vous permettre de positionner la barre de navigation au centre, à gauche ou à droite, en allant sur PA >> Affichage >> Menu page d'acueil >> En-tête et Navigation >> En-tête des pages >> Position du menu.

Like a Star @ heaven Installez le template Général/overall_header :

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB}>
<head>
   <!-- BEGIN meta_emulate_ie7 -->
   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
   <!-- END meta_emulate_ie7 -->
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING};" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   <!-- BEGIN switch_canonical_url -->
   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
   <!-- END switch_canonical_url -->
   {META_FAVICO}
   {META}
   {META_FB_LIKE}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JQUERY_PATH}" type="text/javascript"></script>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
   <!-- END switch_fb_login -->

   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
   <script type="text/javascript">//<![CDATA[
   /* Definir le sens de direction en fonction du panneau admin */
   var tickerDirParam = "{switch_ticker.DIRECTION}";
   var slid_vert = false;
   var auto_dir  = 'next';
   var h_perso = parseInt({switch_ticker.HEIGHT});

   switch( tickerDirParam )
   {
      case 'top' :
         slid_vert = true;
         break;

      case 'left':
         break;

      case 'bottom':
         slid_vert = true;
         auto_dir  = 'prev';
         break;

      case 'right':
         auto_dir  = 'prev';
         break;

      default:
         slid_vert = true;
   }

   $(document).ready(function() {
      var w_cont = $('#fa_ticker_container').width();

      if (w_cont > 0)
      {
         $('#fa_ticker_container').width(w_cont);

         /* Affichage de la liste */
         $('#fa_ticker_content').css('display','block');

         /* Calcul des dimensions du conteneur et des �l�ments */
         var width_max  = $('ul#fa_ticker_content').width();
         var width_item = Math.floor(width_max / {switch_ticker.SIZE});
         var height_max = h_perso;

         /* Calcul de la hauteur maximale du contenur en fonction des �l�ments et de la hauteur personnalis�e dans l'admin */
         $('ul#fa_ticker_content li').each( function () {
            if ($(this).height() > height_max)
            {
               height_max = $(this).height();
            }
         } );

         /* Redimensionnement des �l�ments et des images trop larges */
         $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
            if ($(this).width() > width_item)
            {
            var ratio      = $(this).width() / width_item;
            var new_height = Math.round($(this).height() / ratio);
            $(this).height(new_height).width(width_item);
            }
         });

         /* Redimensionnement et centrage du conteneur en mode vertical */
         if (slid_vert)
         {
            $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
         }

         /* Initialisation du caroussel */
         $('#fa_ticker_content').jcarousel({
              vertical: slid_vert,
            wrap: 'circular',
             auto: {switch_ticker.STOP_TIME},
             auto_direction: auto_dir,
              scroll: 1,
              size: {switch_ticker.SIZE},
              height_max: height_max,
              animation: {switch_ticker.SPEED}
          });
       }
       else
       {
          $('ul#fa_ticker_content li:not(:first)').css('display','none');
          $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
       }
   });
   //]]>
   </script>
   <!-- END switch_ticker_new -->

   <script type="text/javascript">//<![CDATA[
   $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         pm.focus();
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         report.focus();
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
   <!-- END switch_login_popup -->

   <!-- BEGIN switch_login_popup -->
   $(document).ready( function() {
      $(window).resize(function() {
         var windowWidth = document.documentElement.clientWidth;
          var popupWidth = $("#login_popup").width();
          var mypopup = $("#login_popup");

          $("#login_popup").css({
              "left": windowWidth/2 - popupWidth/2
           });
      });
   });
   <!-- END switch_login_popup -->
   //]]>
   </script>
   {GREETING_POPUP}
   <!-- BEGIN switch_ticker_new -->
   <style>
   .jcarousel-skin-tango .jcarousel-item {
       text-align:center;
       width: 10px;
   }

   .jcarousel-skin-tango .jcarousel-item-horizontal {
       margin-right: {switch_ticker.SPACING}px;
   }

   .jcarousel-skin-tango .jcarousel-item-vertical {
       margin-bottom: {switch_ticker.SPACING}px;
   }
   </style>
   <!-- END switch_ticker_new -->

   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
     var _gaq = _gaq || [];
     _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
     _gaq.push(['_trackPageview']);

     (function() {
       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<div class="navig" align="{MENU_POSITION}">{GENERATED_NAV_BAR}</div>
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            

            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->

   <!-- BEGIN switch_login_popup -->
   <div id="login_popup">
      <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
         <tr height="25">
            <td class="catLeft">
               <span class="genmed module-title">{SITENAME}</span>
            </td>
         </tr>
         <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
            <td class="row1" align="left" valign="top">
               <div id="login_popup_buttons">
                  <form action="{S_LOGIN_ACTION}" method="get">
                     <input type="submit" class="mainoption" value="{L_LOGIN}" />
                     <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                     <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                  </form>
               </div>
               <span class="genmed">{LOGIN_POPUP_MSG}</span>
            </td>
         </tr>
      </table>
   </div>
   <!-- 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">
      <tr>
         <td class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
               <tr>
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_left -->
                  <td align="center" width="100%" valign="middle">
                     <!-- BEGIN switch_logo_center -->
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                     

                     <!-- END switch_logo_center -->
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     

                     <span class="gen">{SITE_DESCRIPTION}
  </span>
                  </td>
                  <!-- BEGIN switch_logo_right -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_right -->
               </tr>
            </table>

                                 
            <div style="clear: both;"></div>

            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content"  class="jcarousel-skin-tango" style="display:none;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker -->

            <div id="page-body">
               <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                     <tbody>
                        <tr>
                           <td valign="top" width="{C1SIZE}">
                              <div id="{ID_LEFT}">
                                 <!-- BEGIN giefmod_index1 -->
                                 {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                 <!-- END giefmod_index1 -->
                              </div>
                           </td>
                           <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                           </td>
                        </tr>
                     </tbody>
                  </table>
               </div>
            </div>
         </td>
      </tr>
   </table>
</body>
</html>
<!-- END html_validation -->
Like a Star @ heaven Enregistrez
Like a Star @ heaven Prévisualisez en cliquant sur Changer ma barre de navigation de place  New_window_black
Like a Star @ heaven Si le résultat vous satisfait, cliquez sur publier Ajout

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

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

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Dim 24 Avr 2011 - 15:33

Mon forum a disparu lorsque j'ai remis le nouveau overall header , je n'ai plus rien ,help!!!!
http://carpe-club-corbie-80. forumgratuit.fr /
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par tupac Dim 24 Avr 2011 - 15:38

Bonjour

Essayez de vider votre cache

Cliquez sur outil en haut de votre page et cliquer sur historique récent
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Dim 24 Avr 2011 - 20:26

au secours ,je n'y arrive pas ,je suis perdu rien ne se passe
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par Scipion Dim 24 Avr 2011 - 20:28

Que se passe-t-il svp?

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

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

Résolu Re: Changer ma barre de navigation de place

Message par tupac Dim 24 Avr 2011 - 20:46

Slt Scipion

Clique sur sont lien plus haut il n'a plus de forum le pauvre.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Dim 24 Avr 2011 - 20:48

Voilà mon problème ,je me suis renseigné à vous pour changer l'emplacement de ma barre de navigation ,on m'a envoyé un nouveau overall header ,et en l'ayant mis mon forum a disparu ,et chaque fois que je clique sur http://carpe-club-corbie-80.forumgratuit.org/ ,j'ai ""SITENAME-TITLEPAGE qui apparait et je n'ai plus mon forum !!!!!!!! Que faire ????? le 3 ème message à partir d'en haut est ma page d'origine
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par SoraNoHime Dim 24 Avr 2011 - 20:58

Bonsoir,

Le mieux pour le moment est de passé par les outils pour retourner sur votre PA, ^puis de là, sauvegarder les templates modifiés sur traitement de texte afin de les retirer ensuite et qu'au moins vous récupérier pour le moment votre forum.

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par Scipion Dim 24 Avr 2011 - 21:05

Vous avez du faire une erreur de manipulation, le template ovrall_header que j'ai modifié pour vous est correcte et fonctionne normalement sur mon forum, à l'heure actuelle.

Maintenant vous devez faire un back-up en utilisant vos identifiants. A cet effet, lisez attentivement le mode d'emploi du "Back up" qui vous permettra par la suite d'utiliser efficacement "les outils du fondateur" :

Le back-up mode d'emploi
Outils pour vos forums

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

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

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Dim 24 Avr 2011 - 21:08

Comment passer par la barre d'outils je n'ai plus rien ,à part une page blanche

HELP
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par Invité Dim 24 Avr 2011 - 21:10

Salut jmarie,
il va falloir attendre qu'un technicien intervienne sur ton forum afin de le remettre
en service.
Sinon tu peux toujours positionner ta barre de navigation au dessus du logo Confused
La procédure:

Templates
Général/overall_header (Haut de page)
Si tu as positionné ton logo au centre
supprimes les lignes suivantes avant tout.

position à gauche

Code:

<!-- BEGIN switch_logo_left -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_left -->

position à droite


Code:
<!-- BEGIN switch_logo_right -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_right -->




Recherches ensuite ceci:


Code:
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>


Et déposes le au dessus de ceci:

Code:
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="100%" valign="middle">
<!-- BEGIN switch_logo_center -->
<a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
<!-- END switch_logo_center -->
div class="maintitle">{MAIN_SITENAME}</div>
<span class="gen">{SITE_DESCRIPTION}
 </span>
</td>
</tr>
</table>


a++
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par Scipion Dim 24 Avr 2011 - 21:18

jmarie a écrit:Comment passer par la barre d'outils je n'ai plus rien ,à part une page blanche

HELP
Non, ce n'est pas la barre d'outils du forum, c'est une procédure externe à votre forum. Vous allez faire ceci :

- Lisez attentivement ce tutoriel : Le back-up mode d'emploi

- une fois que vous aurez bien assimilé la procédure, cliquez sur le tutoriel suivant :

Outils pour vos forums

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

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

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Dim 24 Avr 2011 - 21:46

Je suis désolé !!!! j'ai effectué le black-up ,mais lorsque j'essaie de récupérer mon forum ,j'ai toujours SITENAME-TITLEPAGE qui s'affiche à la place dehttp://carpe-club-corbie-80.forumgratuit.org/
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par Scipion Dim 24 Avr 2011 - 21:50

D'accord, dans ce cas envoyez un MP à un ModérActif/ModerActive ou un AidActif/AidActive accompagné des informations suivantes :

- L'adresse email ayant servi à la création du forum,
- Le lien URL de votre forum,
- Le motif de la demande,
- Le lien de ce sujet.

Vous trouverez les listes nécessaires dans ce tutoriel FA :

Perte de mot de passe, Restauration ou Suppression

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8655
Inscrit(e) le : 03/02/2010

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

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Lun 25 Avr 2011 - 7:18

Bonjour à tous ,et bon Lundi de Pâques

Hier soir j'ai envoyé un MP à Mélissa avec les infos demandées ,mais je ne sais pas si elle l'a reçu ,je n'ai peut'être pas assez de messages (61 ) pour envoyer un MP
Et j'ai reçu une notification de rétablissement de forum il y a quelques minutes mais j'ai toujours "" SITENAME-TITLEPAGE qui s'affiche à la place de mon forum
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par tupac Lun 25 Avr 2011 - 14:48

Bonjour

Si vous avez reçu une notification de rétablissement de forum et que rien ne s'est passé réessayez a nouveau de vider votre cache on ne sait jamais.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Lun 25 Avr 2011 - 19:51

comment vider le cache SVP
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par tupac Lun 25 Avr 2011 - 20:00

En haut de votre page vous devriez avoir un onglet OUTIL comme indiqué sur l'image ci dessous.
Changer ma barre de navigation de place  201104tut
Cliquez dessus et vider votre historique récent.
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Lun 25 Avr 2011 - 20:16

j'arrive pas a acceder a la barre de navigation mais mon fils a enregistrer la conception du forum sur cd
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Changer ma barre de navigation de place

Message par jmarie Sam 30 Avr 2011 - 7:04

merci beaucoup le forum est revenu ,je ne touche plus à la barre
avatar

jmarie
***

Masculin
Messages : 109
Inscrit(e) le : 30/10/2010

http://Corbie-Carpe-Club80/forumactif.com
jmarie 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