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
french language display problem
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: french language display problem
Sorry for my bad English, but read this post: viewtopic.php?f=24&t=556
Re: french language display problem
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
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
-
- Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: french language display problem
Yes, it is the overall_header.html in prosilver it says: Simply replace this with this one:
Greeting Chris
Code: Select all
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
Code: Select all
<a href="{U_PORTAL}" title="{L_PORTAL}" id="logo">{SITE_LOGO_IMG}</a>
Re: french language display problem
thanks a lot for your help.
keep the good work.
keep the good work.