TinyPortal

General => Chit chat => Topic started by: bloop on April 22, 2006, 03:58:51 PM

Title: [solved] need help for a strange Ê
Post by: bloop on April 22, 2006, 03:58:51 PM
hello,
can someone help me resolve this problem
see here (https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fimg185.imageshack.us%2Fimg185%2F386%2Fsqdf2im.jpg&hash=f715b8a9faccf0301f22be693157281b02258729)
or the site: here (http://www.animalou.c4.fr/) the ÃÆ'Ã...  on the left in the title box is there something to do to make it disapear.
smf 1.1 RC2, language french and 2 mods installed (paypal donation, hide tag)
thanks for your answer or way to search ;) :)
Title: Re: need help for a strange Ê
Post by: G6Cad on April 22, 2006, 04:45:05 PM
In your french language files, look for the line "Temps de connexion total"  in index.french.php
you will probably find that E in that line. Just remove .
Title: Re: need help for a strange Ê
Post by: bloop on April 22, 2006, 04:49:07 PM
no there's not
this are the lines:
$txt['search_results'] = 'Résultats de recherche';
$txt['search_no_results'] = 'Aucun résultat';

$txt['totalTimeLogged1'] = 'Temps de connexion total : ';
$txt['totalTimeLogged2'] = ' jours, ';
$txt['totalTimeLogged3'] = ' heures et ';
$txt['totalTimeLogged4'] = ' minutes.';
$txt['totalTimeLogged5'] = 'j ';
$txt['totalTimeLogged6'] = 'h ';
$txt['totalTimeLogged7'] = 'm';

$txt['approve_thereis'] = 'Il y a';
$txt['approve_thereare'] = 'Il y a';
$txt['approve_member'] = 'un membre';

with a research in all files I've got no ÃÆ'Ã...  in the code
but here is my code of the index template .php
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script>

<form action="', $scripturl, '?action=login2" method="post" class="middletext" style="margin: 3px 1ex 1px 0;"', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
<input type="text" name="user" size="10" /> <input type="password" name="passwrd" size="10" />
<select name="cookielength">
<option value="60">', $txt['smf53'], '</option>
<option value="1440">', $txt['smf47'], '</option>
<option value="10080">', $txt['smf48'], '</option>
<option value="302400">', $txt['smf49'], '</option>
<option value="-1" selected="selected">', $txt['smf50'], '</option>
</select>
<input type="submit" value="', $txt[34], '" /><br />
<span class="middletext">', $txt['smf52'], '</span>
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}

echo '          
 <td align="rigth" style="background-color: #F6F6F6;">
<script type="text/javascript"><!--
google_ad_client = "pub-0000000000000";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "666666";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td></tr>
</table>
</td>
</tr>
</table>';

echo '
<table id="upshrinkHeader2"', empty($options['collapse_header']) ? '' : ' style="display: none;"', ' width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>';
there is a </td> missing in this part but if I replace it I have something like that :
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fimg166.imageshack.us%2Fimg166%2F5079%2Fazaz4gv.png&hash=9032e664ceabec1b10fe9bf5782043c4e42b641a)
it's strange isn't it ?
Title: Re: need help for a strange Ê
Post by: G6Cad on April 22, 2006, 04:51:55 PM
$txt['totalTimeLogged1'] = 'Temps de connexion total&nbsp, ';

replace your codestring with this and see if it's gone
Title: Re: need help for a strange Ê
Post by: bloop on April 22, 2006, 04:57:22 PM
ok i'll try it now

it's done but nothing change always this  >:( ggggrrrrr ÃÆ'Ã...  
I've modify my post up to explain

it appear when I added the google code



ps: your flash gallery is nice
Title: Re: need help for a strange Ê
Post by: G6Cad on April 22, 2006, 06:22:39 PM
You have the Google ad  :o

Remove it and your problem is solved  ;)
Title: Re: need help for a strange Ê
Post by: bloop on April 22, 2006, 06:31:22 PM
Oh that's not the solution I was hoping
thanks for trying
but if I think about it :
I'm actually trying to install tiny portal maybe I'll place google in another place after that

you don't like google ads ? is there a problem with smf or tidy portal and google adsense??
+
Title: Re: need help for a strange Ê
Post by: G6Cad on April 22, 2006, 06:39:46 PM
I dont mind the google ads, but they do mess a lot of things up and give a lot of strange errors sometimes.

I know some that placed them in TP instead so that could be the solution for you . :)
Title: Re: need help for a strange Ê
Post by: MyFSI on April 22, 2006, 06:44:36 PM
just a small typo: (although i don't think it has anything to do with your problem)
<td align="rigth" style="background-color: #F6F6F6;">

right not rigth
Title: Re: need help for a strange Ê
Post by: bloop on April 22, 2006, 06:58:17 PM
 :up: :up: :up: you did it MyFSI or G6

THANKS I'm so grateful but  :o how did that happened?
i replace your code instead of mine and piouffffff no ÃÆ'Ã... 
you're a kind of magic man or what ?

seriously what was the problem I see the line but there is no differences ?
what is typo ??

I realise that maybe the site stored in cache of my explorer didn't show me that it was G6 the winner of this problem
then thanks for both of you
;)

now i understand the right not rihgt
I though it was a question ok or not ok :uglystupid2:
two times I slip on this letter without seing the difference
it 's ok now :2funny: