CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by vi01239984564 26/8/2024, 7:41 pm

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


Không viết được tiếng việt trong forum

2 posters

Go down

Không viết được tiếng việt trong forum Empty Không viết được tiếng việt trong forum

Bài gửi by samachoangvang_2004 15/9/2009, 9:47 am

Forum mình đã tích hợp google mudim code nhưng vẫn ko viết được tiếng việt khi post bài.Hình như là sai Over_header_new nhưng ko biết chỉnh sửa thế nào
mong mọi người giúp đỡ
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
  {META_FAVICO}
  {META}
  <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  {T_HEAD_STYLESHEET}
  {CSS}
  <!-- BEGIN switch_enable_pm_popup -->
  <script type="text/javascript"><!--
      pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
      pm.focus();
  //-->
  </script>
  <!-- END switch_enable_pm_popup -->

  <!-- BEGIN switch_report_popup -->
  <script type="text/javascript"><!--
      report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
      report.focus();
  //-->
  </script>
  <!-- END switch_report_popup -->
  {GREETING_POPUP}
  <script src="/{JS_DIR}/{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN hitskin_preview -->
  <style type="text/css">
  #hitskin_preview {
  margin: 0; padding: 0;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 65px;
  background: url(' http://2img.net/i/fa/hitskin/hitskin_bar.png ') repeat-x left -15px;
  color: #fff;
  }

  * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
      position: absolute;
      top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
      z-index: 2;
      background: transparent url(' http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif ') repeat-x left -15px;
  }

  * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
    background: #fff url(foo) fixed;
    }

  #hitskin_preview h1 {
      float: left;
      margin: 3px 0 0 0;
      padding: 0 0 0 10px;
      font: italic normal 25px Arial,sans serif;
      color: #fff;
  }
  #hitskin_preview h1 img {
      vertical-align: middle;
  }
  #hitskin_preview em {
      color: #7CBA2C;
      font-weight: bold;
  }
  #hitskin_preview a {
  color: #fff;
  }
  #hitskin_preview a:hover {
  text-decoration: underline;
  }

  #hitskin_preview .content {
      text-align: right;
  }

  #hitskin_preview .content p {
      margin: 4px 1em 0px 1em;
      font-size: 13px;
      line-height: 1.8em;
      color: #fff;
      font-weight: bold;
  }
  #hitskin_preview .content p span {
      font-weight: normal;
      font-size: 0.8em;
  }
  body {
      margin-top: 40px !important;
  }
  {hitskin_preview.HITSKIN_RTL_CSS}
  </style>
  <!-- END hitskin_preview -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
  <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  <div class="content">
      <p>
        {hitskin_preview.L_THEME_SITE_PREVIEW}
        <br />
        <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
      </p>
  </div>
</div>
<!-- END hitskin_preview -->
<a name="top"></a>
{JAVASCRIPT}

<table border="0" width="958" cellpadding="0" cellspacing="0" align="center" >
<tr>
  <td align="left"><img style="margin-left:5px;" src="http://i455.photobucket.com/albums/qq272/chanpin/skinbmc/banner.gif" border="0" alt="Cao Nguyên 9x Zone" /></td>
  <td align="right" id="header_right_cell">
     
  </td>

</tr>
</table>


<table class="bodylinewidth" width="778" cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
      <td width="778" colspan="3">
        <table width="100%" cellspacing="0" cellpadding="0" border="0">
            <tr>
            <!-- BEGIN switch_logo_left -->
              <td colspan="3"><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="0" /></a></td>
            <!-- END switch_logo_left -->

            <!-- BEGIN switch_logo_center -->
              <td colspan="3" align="center" width="100%" valign="middle">
                  <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="0" /></a><br />
              </td>
            <!-- END switch_logo_center -->

            <!-- BEGIN switch_logo_right -->
              <td colspan="3"><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="0" /></a></td>
            <!-- END switch_logo_right -->
            </tr>
        </table>



<br />



<!-- open content container -->

<div align="center">
  <div class="page" style="width:100%; text-align:left">
      <div style="padding:0px 25px 0px 25px" align="left">

<table width="958" cellpadding=0 cellspacing=0 border=0 align="center" style="background: #FFFFFF;">
<tr><td colspan=2 width="960">


<!-- nav buttons bar -->

  <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">

  <tr align="center">
     
     
        <!-- BEGIN switch_user_logged_out --> <td class="vbmenu_control"><a href="http://caonguyen.withme.us/profile.forum?mode=register" rel="nofollow">Đăng Kí</a></td> 
 <td class="vbmenu_control"><a href="http://caonguyen.withme.us/login.forum?connexion" rel="nofollow">Đăng Nhập</a></td>       
  <!-- END switch_user_logged_out -->
     
      <td class="vbmenu_control"><a href="http://caonguyen.withme.us/forum.htm" accesskey="5">Diễn Đàn</a></td>
      <td class="vbmenu_control"><a href="http://caonguyen.withme.us/memberlist.forum">Thành Viên</a></td>

      <td class="vbmenu_control"><a href="http://caonguyen.withme.us/calendar.htm">Lịch</a></td>
           
       
           
            <td class="vbmenu_control"><a href="http://caonguyen.withme.us/search.forum?search_id=activetopics" accesskey="2">Bài Trong Ngày</a></td>
           
            <td id="navbar_search" class="vbmenu_control"><a href="http://caonguyen.withme.us/search.forum" rel="nofollow">Tìm Kiếm</a> </td>
       
                  <!-- BEGIN switch_user_logged_in --><td class="vbmenu_control"><a href="http://caonguyen.withme.us/profile.forum?mode=editprofile" accesskey="2">Lí lịch</a></td>        <!-- END switch_user_logged_in -->
              <!-- BEGIN switch_user_logged_in --><td class="vbmenu_control"><a href="http://caonguyen.withme.us/msg.forum?folder=inbox" accesskey="2">Tin nhắn</a></td>        <!-- END switch_user_logged_in -->
              <!-- BEGIN switch_user_logged_in --><td class="vbmenu_control"><a href="http://caonguyen.withme.us/login.forum?logout=true" accesskey="2">Thoát</a></td>        <!-- END switch_user_logged_in -->
       
       
     
     
     
      </tr>
  </table>

<!-- / nav buttons bar -->


<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
  <td class="alt1" width="100%">
<div class="navbar" style="font-size:10pt"><table cellpadding="0" cellspacing="0" border="0">

<tr><td><img class="inlineimg" src="http://i455.photobucket.com/albums/qq272/chanpin/skinbmc/nen.gif" alt="" border="0" /> </td><td><strong><a href=http://caonguyen.withme.us/forum.htm>-‘๑’- [C]ao [N]guyên [9]x [Z]one-‘๑’-</a> {NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</strong></td></tr></table></div>
     
             
  </td>
<td class="alt2" nowrap="nowrap" style="padding:0px">

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <table cellpadding="0" cellspacing="3" border="0">
      <tr>
        <td style="white-space: nowrap;"><label><span class="smallfont">Kí Danh:</span></label></td>
        <td> <input class="post" type="text" size="10" name="username" /></td>
        <td nowrap="nowrap"><label><span class="smallfont">Ghi nhớ</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td>
      </tr>
      <tr>
        <td class="gensmall"><label><span class="smallfont">Mật Khẩu:</span></label></td>
        <td> <input class="post" type="password" size="10" name="password" /></td>
<td nowrap="nowrap">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}"></td>      </tr>
      </table>

      </form>
<!-- END switch_user_login_form_footer -->
  </td>

</tr>
</table>
            <div id="page-body">
              <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" border="0">
                    <tbody>
                        <tr>
                          <td valign="top" width="100%">
                              <div>
                                <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div>
                          </td>
</tr><tr>
                          <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                          </td>
                        </tr>
                    </tbody>
                  </table>
              </div>
            </div>
        </td>
      </tr>
  </table>
</body>
</html>

<!-- END html_validation -->
Click vào forum
avatar
samachoangvang_2004
CPMember
CPMember

No choice Ngày đăng ký : 15/04/2009
Số bài : 13
CPP : 9
Châm ngôn sống : samachoangvang_2004

http://teenquangninh.forum777.com

Về Đầu Trang Go down

Không viết được tiếng việt trong forum Empty Re: Không viết được tiếng việt trong forum

Bài gửi by maxf 15/9/2009, 12:55 pm

Forum của bạn chưa cài Mudim mà.
Bạn chèn Code sau:
Code:
<script src="http://mudim.googlecode.com/files/mudim-0.8-r153.js"></script>
Vào trong thẻ <head> nhé.
maxf
maxf
CPPurpleMember
CPPurpleMember

Firefox PunBB
Ngày đăng ký : 28/02/2009
Số bài : 620
CPP : 776
Châm ngôn sống : Sống không cần Châm Ngôn

http://maxf.forum.st

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết