Bộ gõ tiếng Việt cho XenForo 1.0.0

Bộ gõ tiếng Việt mudim cho XenForo

  1. VXF
    Compatible (tương thích):
    • XenForo 1.2
    • XenForo 1.3
    Miêu tả:
    - Hỗ trợ gõ Tiếng Việt (mudim) cho XenForo.
    - Không bị xung đột vs các phần mềm gõ Tiếng Việt mặc định của OS.
    - Tương thích cho mọi thiết bị.
    - Và còn nhiều thứ khác chờ bạn khám phá ....

    Cài đặt:
    - Upload nội dung trong file đính kèm lên thư mục root diễn đàn.
    - Thêm đoạn sau trong template page_container_js_head
    Mã:
    <script src="{$javaScriptSource}/mudim.js"></script>
    
    - Thêm đoạn sau vào template page_container_js_body
    Mã:
    <script type="text/javascript">
    Mudim.BeforeInit = function() {
        Mudim.LANG=[
            'Tắt',
            'VNI',
            'Telex',
            'VIQR',
            'Đủ kiểu',
            'Tự động',
            'Sửa lỗi chính tả',
            'Dùng kiểu bỏ dấu mới',
            'Toggle',
            'Toggle Panel',
        ];
        Mudim.IGNORE_ID = ['email','url'];
        Mudim.COOKIE_KEY_NAME = 'xf_vim|mudim-settings';
        Mudim.method = parseInt('2');
        CHIM.Speller.enabled = parseInt('1') ? true : false;
        Mudim.newAccentRule = parseInt('1') ? true : false;
    };
    
    Mudim.AfterInit = function() {  
        Mudim.HidePanel();
        Mudim.SetPreference();
    };
    </script>

Recent Reviews

  1. batboy_boy
    batboy_boy
    5/5,
    Version: 1.0.0
    bác nào ko xài dc ném file js vào thư mục js hoặc sửa
    <script src="{$javaScriptSource}/mudim.js"></script> nhé
  2. nvn1510
    nvn1510
    5/5,
    Version: 1.0.0
    cảm ơn :D
  3. haitran
    haitran
    5/5,
    Version: 1.0.0
    Very well, thanks
  4. fuktumlum
    fuktumlum
    5/5,
    Version: 1.0.0
    tuyệt, đã chạy
comments powered by Disqus