![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member | I noticed that during last few weeks when I open my forum ( IPB ) I have to manually restore browser encoding (not only me, other forum members too). All our content is written in Cyrillic (Windows), but browser is forced to switch to unicode (UTF-8) on forum opening. Before everything was OK. How to fix that? Thanks. |
| | |
| | #2 (permalink) |
| Active Forumer ![]() | This can only be changed manually by going into HTML... uh-oh... I forgot that this was only accessable in the IPB Wrappers themselves. ACP >> Skins & Templates >> Board Wrappers >> find: Code: <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> You could try putting a new meta tag with the correct stuff in the Board Header in Global HTML elements. |
![]() Banned FMODS.com Member Do not give me support I do not already know... | |
| | |
| | #3 (permalink) |
| Admin ![]() | I'll look into this |
![]() FORUMER.com - Pioneering forum hosting since 2003. Why should you host with Forumer? The Forumer network is powered by a robust cluster of 35 high-end servers. Create your own forum NOW phpbb/IPB phpBB3 is open to almost everyone Forumer turns 4 YEARS OLD!!! | |
| | |
| | #4 (permalink) |
| Admin ![]() | Try to re-create the category titles in russian again. |
![]() FORUMER.com - Pioneering forum hosting since 2003. Why should you host with Forumer? The Forumer network is powered by a robust cluster of 35 high-end servers. Create your own forum NOW phpbb/IPB phpBB3 is open to almost everyone Forumer turns 4 YEARS OLD!!! | |
| | |
| | #5 (permalink) |
| Member ![]() | I have encoding problem with my board as well. For a few weeks now Turkish and Hungarian characters don't show up, before there was NO problem at all! The board is almost impossible to read! can I do anything? |
![]() ![]() .: Turkish Music Rocks :. maNga .: Tarkan :. Kargo :. | |
| | |
| | #6 (permalink) |
| Junior Forumer | i got the same problem : i can't find these lines in html board - Code: <script language='JavaScript' type="text/javascript">
<!--
function buddy_pop() { window.open('index.{ibf.vars.php_ext}?act=buddy&s={ibf.session_id}','BrowserBuddy','width=250,height=500,resizable=yes,scrollbars=yes'); }
function chat_pop(cw,ch) { window.open('index.{ibf.vars.php_ext}?s={ibf.session_id}&act=chat&pop=1','Chat','width='+cw+',height='+ch+',resizable=yes,scrollbars=yes'); }
function multi_page_jump( url_bit, total_posts, per_page )
{
pages = 1; cur_st = parseInt("{$ibforums->input['st']}"); cur_page = 1;
if ( total_posts % per_page == 0 ) { pages = total_posts / per_page; }
else { pages = Math.ceil( total_posts / per_page ); }
msg = "{ibf.lang.tpl_q1}" + " " + pages;
if ( cur_st > 0 ) { cur_page = cur_st / per_page; cur_page = cur_page -1; }
show_page = 1;
if ( cur_page < pages ) { show_page = cur_page + 1; }
if ( cur_page >= pages ) { show_page = cur_page - 1; }
else { show_page = cur_page + 1; }
userPage = prompt( msg, show_page );
if ( userPage > 0 ) {
if ( userPage < 1 ) { userPage = 1; }
if ( userPage > pages ) { userPage = pages; }
if ( userPage == 1 ) { start = 0; }
else { start = (userPage - 1) * per_page; }
window.location = url_bit + "&st=" + start;
}
}
//-->
</script>
<!--IBF.BANNER-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class='maintitle'>
<tr>
<td width="10%" class="maintitle"><div align="left"><{CAT_L}></div></td>
<td width="80%" background="<{cat_top_bg}>" class="maintitle"><div align="center"></div></td>
<td width="10%" class="maintitle"><div align="right"><{CAT_R}></div></td>
</tr>
</table>
<!-- IE6/Win TABLE FIX -->
<table width="100%" cellspacing="0" id="submenu">
<tr>
<td align="left">
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?showforum=7'>ИМПЕРИЯ</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?showforum=54'>LA2</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?showforum=55'>CS</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?showforum=56'>NFSU</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?showforum=57'>GTA</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?c=4'>ALL GAMES</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?showforum=35'>AVATARS</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?c=8'>FLAME</a>
<border="0" alt="" /><{CAT_IMG}> <a href='http://narod.5.forumer.com/index.php?c=5'>FUN</a>
<td align="right">
<border="0" alt="" /><{CAT_IMG}> <a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a> <!--IBF.RULES-->
<border="0" alt="" /> <{CAT_IMG}> <a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
<border="0" alt="" /><{CAT_IMG}> <a href='{ibf.script_url}act=Search&f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
<border="0" alt="" /><{CAT_IMG}> <a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
<border="0" alt="" /><{CAT_IMG}> <a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->
</div>
</tr>
</table>
<div id='logostrip' align='center'>
<a href='http://narod.5.forumer.com/'><img src='http://img439.imageshack.us/img439/1332/logo23bg.jpg' alt='ИМПЕРИЯ - ВСЕ САМОЕ ЛУЧШЕЕ !' border="0" /></a>
<center>
<b>resolution: best view in 1152 x 864 and up.</b>
</center>
</div>
<% MEMBER BAR %>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class='maintitle2'>
<tr>
<td width="10%" class="maintitle2"><div align="left"><{CAT_BL}></div></td>
<td width="80%" background="<{cat_top_bg}>" class="maintitle2"><div align="center"></div></td>
<td width="10%" class="maintitle2"><div align="right"><{CAT_BR}></div></td>
</tr>
</table>
<br />
i added to html : board header these lines = in the beggining Code: <html> <head> <title><% TITLE %></title> <meta http-equiv="content-type" content="text/html; charset=windows-1251" /> <% GENERATOR %> <% CSS %> <% JAVASCRIPT %> </head> <body> but nothing changed .. it doesn't work .. than i tested 15 server and .. in 15 server it works ... what's wrong with this ? ) |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forumer banner suddenly appeared | tdcboard | phpBB2 General Questions | 9 | 03-08-2005 01:18 AM |
| Help With The Ie Encoding In My Board | amr4eva | IPB General Support | 5 | 06-21-2004 01:12 AM |
| Help! Encoding! | zlike | IPB General Support | 3 | 04-03-2004 12:44 PM |