Probleme de code Google traduction

+2
Darkrai
Scipion
6 participants

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

Résolu Probleme de code Google traduction

Message par vlex Dim 3 Fév 2013 - 22:54

Bonjour,

Il y a longtemps j'avais installé une barre de traduction de google, maintenant j'aimerai l'enlever mais je me souviens plus comment je l'avais installé.
J'ai été dans les codes html et tous rien trouver. Si un d'entre vous pourriez m'aider ca serait super!

Forum: http://souls-team.frbb.net/forum

code du script a enlever:
Code:
<script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'fr',
    floatPosition: google.translate.TranslateElement.FloatPosition.BOTTOM_RIGHT
  });
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Image:
Spoiler:
Spoiler:


Dernière édition par vlex le Lun 4 Fév 2013 - 1:28, édité 2 fois
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par Scipion Lun 4 Fév 2013 - 0:30

Bonsoir !

Sur votre image, la barre de traduction de google apparaît en pied de page vers la droite. Et si votre forum est en version phpBB2 vous devriez pouvoir retrouver et supprimer le code concerné dans le template overall_footer_begin ou overall_footer_end, en allant sur PA >> Affichage >> Templates >> Général >> overall_footer_begin ou end.

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: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 0:36

Salut!

Merci de passé, je sais déjà ou je peut aller chercher(j'ai du aller partout) mais Il y que 2 pages html d'éditer:overall_header et mod_login dans mon forum.(et il n'est pas là le script)

Je sais vraiment pas d'où est le script, ca doit faire 2 ans et + que je l'ai isntallé et j'ai 0 mémoire de comment et où je l'ai fait =(


Dernière édition par vlex le Lun 4 Fév 2013 - 0:37, édité 1 fois
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 0:37

Merci si vous pouvez m'aider, je suis completement perdu^^
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par Scipion Lun 4 Fév 2013 - 0:41

Pouvez-vous me donner les codes des deux pages que vous citez ?

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: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 0:45

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} {NAMESPACE_BBCODE}>
<head>
   <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_compat_meta -->
   <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
   <!-- END switch_compat_meta -->
   <!-- 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 elements */
            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 conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
            $('ul#fa_ticker_content li').each( function () {
               if ($(this).height() > height_max)
               {
                  height_max = $(this).height();
               }
            } );

            /* Redimensionnement des elements 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 -->
   {HOSTING_JS}
   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);
   _gaq.push(['_trackPageLoadTime']);

   <!-- BEGIN google_analytics_code_bis -->
   _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
   _gaq.push(['b._trackPageview']);
   <!-- END google_analytics_code_bis -->

    (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}">
   <!-- 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}
            <br />
            <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 -->
 
  <div class="site_background">
    <div class="menutop">
     
   
      <table style="width: 940px; min-width: 895px;" cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>
     
    </div>
   
   
    <div class="transgoogle">
     
      <!-- Begin TranslateThis Button -->

<div id="translate-this"><a href="http://translateth.is/" class="translate-this-button">Translate</a></div>

<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://souls-team.frbb.net/11233.js"></script>
<script type="text/javascript">
TranslateThis();
</script>

   
     
<!-- End TranslateThis Button -->

 
    </div>
    </div>
 
 
 
 
 
 
 

   <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>
                     <!--<br /> -->
                     <!-- END switch_logo_center -->
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <!--<br />-->
                     <!--<span class=&quot;gen&quot;>{SITE_DESCRIPTION}<br />&amp;nbsp; </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 -->

Code:
<!-- BEGIN switch_login -->

<table class="forumline" id="login19" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catLeft" height="25"><!---->
         <span id="pseudoname" class="genmed module-title">{L_LOGIN}</span><!--class="genmed module-title"-->
      </td>
   </tr>
   <tr>
      <td class="row1">
         <form action="{S_LOGIN_ACTION}" method="post">
            <table class="logininput" style="margin-left: auto; margin-right: auto;" width="210px" valign="middle" border="0" cellspacing="1" cellpadding="3">
               <tr>
                  <td align="left" width="55%"><span class="gen" id="logintext" >{L_USERNAME}:</span></td>
                  <td style="position:relative;padding-right:5px;"><input type="text" name="username" value="{USER&amp;#8288;NAME}" size="20" maxlength="40" style="width:100%;" /></td>
               </tr>
               <tr>
                  <td align="left"><span class="gen" id="logintext" >{L_PASSWORD}:</span></td>
                  <td style="position:relative;padding-right:5px;"><input type="password" name="password" size="20" maxlength="32" style="width:100%;"></td>
               </tr>
               <tr align="center">
                  <td colspan="2"><span class="gen" id="logintext" >{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" {AUTOLOGIN_CHECKED}></span></td>
               </tr>
               <tr align="center">
                  <td colspan="2"><input class="mainoption" type="submit" name="login" value="{L_LOGIN}"></td>
               </tr>
               <tr align="center">
                  <td colspan="2">
                     <span class="gensmall"><a class="gensmall" href="{U_SEND_PASSWORD}" rel="nofollow">:: {L_SEND_PASSWORD}</a></span>
                  </td>
               </tr>
                                          <tr align="center">
                  <td colspan="2">
                     <span class="gensmall"><a class="gensmall" href="http://soulstest.bb-fr.com/register" rel="nofollow">:: S'inscrire</a></span>
                  </td>
               </tr>
                                         
            </table>
         </form>
                                  </td>
   </tr>
</table>
<!-- END switch_login -->

<!-- BEGIN switch_login_small -->
<table class="forumline" id="login19" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catLeft" height="25"><!--class="catLeft"-->
         <span id="pseudoname" class="genmed" ><b><center>{L_LOGIN}</center></b></span><!--class="genmed"-->
      </td>
   </tr>
   <tr>
      <td class="row1">
         <form action="{S_LOGIN_ACTION}" method="post">
            <table class="logininput" style="margin-left: auto; margin-right: auto;" width="210px" border="0" cellspacing="1" cellpadding="3">
               <tr>
                  <td align="left" width="55%"><span class="gen" id="logintext" >{L_USERNAME}:</span> <input type="text" name="username" value="{USER&amp;#8288;NAME}" size="15" maxlength="40" /></td>
               </tr>
               <tr>
                  <td align="left"><span class="gen" id="logintext" >{L_PASSWORD}:</span> <input type="password" name="password" size="15" maxlength="32"></td>
               </tr>
               <tr align="center">
                  <td><span class="gen" id="logintext" >{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" {AUTOLOGIN_CHECKED}></span></td>
               </tr>
               <tr align="center">
                  <td><input class="mainoption" type="submit" name="login" value="{L_LOGIN}"></td>
               </tr>
               <tr align="center">
                  <td><span class="gensmall"><a class="gensmall" href="{U_SEND_PASSWORD}" rel="nofollow">:: {L_SEND_PASSWORD}</a></span></td>
                                          </tr>
                                          <tr align="center">
                  <td colspan="2">
                     <span class="gensmall"><a class="gensmall" href="http://soulstest.bb-fr.com/register" rel="nofollow">:: S'inscrire</a></span>
                  </td>
               </tr>
            </table>
         </form>
      </td>
   </tr>
</table>
<!-- END switch_login_small -->

<!-- BEGIN switch_profile -->
<table class="forumline" id="login19" width="100%" border="0" cellspacing="1" cellpadding="0" id="gallery_container">
   <tr>
      <td class="catLeft" height="25">
         <div id="pseudoname" class="genmed center"><b>{USER&amp;#8288;NAME}</b></div>
      </td>
   </tr>
   <tr>
      <td class="row1">
         <table width="100%" border="0" cellspacing="1" cellpadding="1">
            <tr>
               <td class="row1" style="background: transparent;">
                  <div style="padding-top:6px; text-align:center;">{USERNAME_AVATAR}</div><!--style="float:{DIRECTION};"-->
                  <div style="margin-{DIRECTION}:33px; float:{DIRECTION};">
                     <span class="genmed">{L_MESSAGES} : <strong>{NB_MESSAGES}</strong></span><br />
                     <span class="genmed">{L_PM} : <strong>{NB_PM_UNREAD} / {NB_PM_READ}</strong></span><br />
                     <span class="genmed"><a href="{U_PROFILE}">{L_MY_PROFILE}</a></span>
                  </div>
               </td>
            </tr>
         </table>
      </td>
   </tr>
</table>
       
<!-- END switch_profile -->
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par Scipion Lun 4 Fév 2013 - 1:07

Le code de la barre de traduction n'est pas installé dans les deux pages.

Avec un peu de chance, vous devriez pouvoir le retrouver sur le message de la page d'accueil, en allant sur PA >> Affichage >> Page d'accueil >> Généralités >> Message sur la page d'accueil : Question

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: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 1:10

Il n'est pas là aussi =/

Code:
<center><img src="http://i12.servimg.com/u/f12/18/06/60/98/bieven10.jpg" border="0" /></center>
<table style="background-image: url(http://i12.servimg.com/u/f12/18/06/60/98/backtc10.png);background-repeat:no-repeat;width: 941px;height: 234px;" id="tableannonce">
<tr>
<td  style="padding-top:4px; width: 225px; height: 210px;margin:0px;" valign="top" class="mess-recent">

 <center><span class="spanrecent" style="color:#fff;">Derniers sujets</span></center>


 <div width="225px" class="recent19" id="dernier_sjt" style="padding-top:2px;">
<iframe name="frame_sjt" style="visibility: hidden; width: 0px; height: 0px;" src="/portal.forum" onLoad="var frame_sjt=window.frame_sjt.document.getElementById('comments_scroll_div');document.getElementById('dernier_sjt').innerHTML=frame_sjt.innerHTML;"></iframe></div>


</td>

<td class="tchatboxst" style="padding-top: 4px;" valign="top">
<center style="padding-bottom: 2px;"><span class="spanrecent" style="color:#fff;">ChatBox</span></center>
<!-- BEGIN CBOX - www.cbox.ws - v001 --><div id="cboxdiv" style="text-align: center; line-height: 0"><div><iframe frameborder="0" width="450" height="125" src="http://www4.cbox.ws/box/?boxid=3075952&amp;boxtag=1512&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain4-3075952" style="border:#000000 1px solid;" id="cboxmain4-3075952"></iframe></div><div><iframe frameborder="0" width="450" height="75" src="http://www4.cbox.ws/box/?boxid=3075952&amp;boxtag=1512&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform4-3075952" style="border:#000000 1px solid;border-top:0px" id="cboxform4-3075952"></iframe></div>
</div>
<!-- END CBOX -->

</td>

<td width="225px" valign="top" class="co-member">

 <div style="background-image:url(http://2img.net/i/fa/empty.gif);padding-top:3px;text-align:center; height: 216px; width:100%;color: #00537c;font-size: 11px;"  id="login190">
<iframe name="frame_sjt2" style="visibility: hidden; width: 0px; height: 0px;" src="/portal.forum" onLoad="var frame_sjt2=window.frame_sjt2.document.getElementById('login19');document.getElementById('login190').innerHTML=frame_sjt2.innerHTML;"></iframe></div>

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

<p class="stmember_ban">


<script type="text/javascript">

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

var images = [],
index = 0;

images[0] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/af110.png' />";

images[1] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/creed116.png' />";

images[2] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/dna112.png' />";

images[3] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/dna211.png' />";

images[4] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/fadoo112.png' />";

images[5] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/fadoo211.png' />";

images[6] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/hayden13.png' />";

images[7] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/hayden14.png' />";

images[8] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/pooh112.png' />";

images[9] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/pooh212.png' />";

images[10] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/shin114.png' />";

images[11] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/shin210.png' />";

images[12] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/vann110.png' />";

images[13] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/vlex112.png' />";

images[14] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/vlex213.png' />";

images[15] = "<img src='http://i12.servimg.com/u/f12/18/06/60/98/larryk10.png' />";

images[16] = "<img src='http://i13.servimg.com/u/f13/11/23/70/67/fabi10.png' />";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

</script>

</p>


<p>
<a href="https://www.facebook.com/Souls.Team" target=_blank><img src="http://i12.servimg.com/u/f12/18/06/60/98/tesfac10.png" width="50px" height="50px" alt="Follow us on Facebook" /></a>
<a href="http://www.youtube.com/user/SoulsTeamAMV" target=_blank><img src="http://i12.servimg.com/u/f12/18/06/60/98/youtub10.png" width="50px" height="50px" alt="Offical Youtube Channel" /></a>
<a href="https://twitter.com/#!/SoulsTeamAMV" target=_blank><img src="http://i12.servimg.com/u/f12/18/06/60/98/twitte10.png" width="50px" height="50px" alt="Follow us on Twitter" /></a>
</p>
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 1:11

il y aurait moyen de faire en sorte que le script no charge pas avec un autre script? peut-etre ca serait une solution. Mais trouvez ou est installer le script serait la vrai solution.
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par Scipion Lun 4 Fév 2013 - 1:18

A toute fin utile, essayez de voir du côté des widgets personnalisés.

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: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 1:27

Rien trouvé dans les widgets personnalisés =(
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par Scipion Lun 4 Fév 2013 - 1:33

Excusez-moi mais je dois quitter, peut-être que dans quelques heures une nouvelle idée jaillira ?

Bonne fin de soirée
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: Probleme de code Google traduction

Message par Darkrai Lun 4 Fév 2013 - 1:43

Bonjour as-tu penser aux codes javascripts?
avatar

Darkrai
**

Messages : 75
Inscrit(e) le : 21/10/2012

http://pokemon-life.pokemonrpg.org/
Darkrai a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 1:45

Scipion a écrit:Excusez-moi mais je dois quitter, peut-être que dans quelques heures une nouvelle idée jaillira ?

Bonne fin de soirée

Merci de ton aide et bonne soirée aussi! =)

Darkrai a écrit:Bonjour as-tu penser aux codes javascripts?
Oui et il n'y est pas =/
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 5:27

Je suis completement déséspé, le script rentre en conflit avec un nouveau script de traduction qui nuit au nouveau script.

Vous voyez quand on appui sur le bouton traduction en noir en haut à droite du forum, il y a un truc de google qui charge(je pense le script de google que j'essai d'enlever). http://souls-team.frbb.net/forum

Quand j'ai testé le design et tous sur un forum "test" et tout fonctionnait comme cela: http://soulstest.bb-fr.com/forum , tous le textes ce traduit et il n'y pas de truc google qui apparait.

Je cherche depuis déjà beaucoup de jours comment l'enlever et surtout qu'il n'a plus ca place avec le nouveau script... Je suis incapable de trouver une solution.
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par Matriochka Lun 4 Fév 2013 - 10:38

Probleme de code Google traduction  Send_210Bonjour,

Je vous rappelle qu'il est autorisé un seul UP par tranche de 24 heures, à partir de votre dernier message posté dans le sujet concerné.

Je vous invite à lire :

A bientôt sur ForumActif Smile
Bonjour,

Techniquement, ce script ne peut être placé qu’ici :
- Panneau d’administration > Affichage > Templates > Général > overall_header,
- Panneau d’administration > Modules > HTML et JavaScript > Gestion des scripts JavaScript,
- Panneau d’administration > Général > Forum > Configuration > Description,
- Panneau d’administration > Promotion du forum > Les moteurs de recherche > Balises supplémentaires


Après, s’il n’est pas ici, je ne vois pas du tout où il peut être… confused

Sinon tu peux essayer de checker les modifications faites sur ton forum ici :
Panneau d’administration > Général > Sécurité > Dernières actions effectuées, mais je ne sais pas si ça remontera à aussi loin, et surtout, je ne suis pas sûre que cette action y soit inscrite…
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Probleme de code Google traduction

Message par Ea Lun 4 Fév 2013 - 11:34

Bonjour,


Le script est présent dans PA > Général > Annonces.

Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Probleme de code Google traduction

Message par vlex Lun 4 Fév 2013 - 19:26

Ea a écrit:Bonjour,


Le script est présent dans PA > Général > Annonces.

Cordialement.

MERCI!! I love you

Je voudrais remercié les autres qui ont bien voulu m'aider, ca fait plaisir cette entraide! =)
vlex

vlex
Nouveau membre

Messages : 14
Inscrit(e) le : 22/09/2008

http://souls-team.1fr1.net/
vlex a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probleme de code Google traduction

Message par Chacha Lun 11 Fév 2013 - 9:50

Probleme de code Google traduction  Check10Bonjour,

Afin de faciliter la gestion des problèmes, si votre problème est résolu, pensez à :
  • éditer votre premier message,
  • cocher l'icône résolu
  • Et enregistrer en cliquant sur Probleme de code Google traduction  Envoi10


Vous pouvez également remercier les personnes qui vous ont aidé, en cliquant sur le bouton Probleme de code Google traduction  50378

A bientôt sur ForumActif Smile
Chacha

Chacha
Modéractif
Modéractif

Masculin
Messages : 69409
Inscrit(e) le : 21/08/2010

https://forum.forumactif.com/
Chacha 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