TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 18, 2024, 11:41:00 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 112
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 87
  • Total: 88
  • @rjen

[solved] need help for a strange Ê

Started by bloop, April 22, 2006, 03:58:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bloop

hello,
can someone help me resolve this problem
see here
or the site: here 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 ;) :)

G6Cad

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 .

bloop

#2
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 :

it's strange isn't it ?

G6Cad

$txt['totalTimeLogged1'] = 'Temps de connexion total&nbsp, ';

replace your codestring with this and see if it's gone

bloop

#4
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

G6Cad

You have the Google ad  :o

Remove it and your problem is solved  ;)

bloop

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??
+

G6Cad

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 . :)

MyFSI

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

bloop

#9
 :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: