Page 1 of 1

french language display problem

Posted: 9. June 2008 19:02
by dreambill
hi,
i have some problem with french caracter display, the caracter are correctly displayed in the forum, but not in the portal.
as you can see in the picture, im getting little square instead of letter, but this happen only on the portal, é â è ë... this kind of letters are replaced by a square...

as you can see in the first pic, everything is fine with phpbb, but on the mods tab and portal page these caracter are missing and replaced by a square.....

thanks for help.

http://stephanebilodeau.com/images/ok.jpg
http://stephanebilodeau.com/images/bad.jpg

Re: french language display problem

Posted: 9. June 2008 19:18
by Christian_N
Sorry for my bad English, but read this post: viewtopic.php?f=24&t=556

Re: french language display problem

Posted: 9. June 2008 20:58
by dreambill
problem solved, thanks.

nice portal, good work.


i have another small question, on top of the page, there is a PHPBB logo, if you clic on it, you go to the forum, how can i change it to go to the portal? wich file i have to edit?

http://stephanebilodeau.com/images/phpbanner.jpg

Re: french language display problem

Posted: 9. June 2008 23:02
by Christian_N
Yes, it is the overall_header.html in prosilver it says:

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
Simply replace this with this one:

Code: Select all

<a href="{U_PORTAL}" title="{L_PORTAL}" id="logo">{SITE_LOGO_IMG}</a>
Greeting Chris

Re: french language display problem

Posted: 9. June 2008 23:12
by dreambill
thanks a lot for your help.
keep the good work.