請問有關[V3~V4]聊天室V1.9b 的IE 問題

提供WOG各方面的技術問題,並提供最新path更新。

版主: 涅魂, 簫哥, 10度C~

ahomehk
 
文章: 44
註冊時間: 2005-09-05 5:10 pm

請問有關[V3~V4]聊天室V1.9b 的IE 問題

文章ahomehk » 2010-07-02 11:26 pm

安裝後發現 IE 8 以下的版本都未能運作,請問是應該什麼部份出現問題了呢?

謝謝指導!



aaasss9555
 
文章: 172
註冊時間: 2009-07-30 9:15 pm

Re: 請問有關[V3~V4]聊天室V1.9b 的IE 問題

文章aaasss9555 » 2010-07-14 9:12 pm

在JS裡找到
$(document).ready(function()

把這一段向這樣注釋掉
代碼: 選擇全部
$(document).ready(function() {
   $root = $(UI.set_frame == 1 ? f : dfoot).find('#wog_chat');
   $root.find('#chatLoading').hide();
   $body = $root.find('#chatBody');
   //加入訊息顏色
   var $color = $root.find('#chatColor');
   $.each(color, function(k, v) {
      $('<option value="'+v+'">&nbsp;</option>').css('background-color', v).appendTo($color);
   });
   /*
   $root.find('.channel-set').eq(0).change(function() {
      var val = $(this).is(':checked');
      $root.find('.channel-set').not($(this)[0]).removeAttr('checked').val([val?'1':'0']);
      rootScope.Sookie('wog_chat_ne', val ? '1,1,1,1' : '0,0,0,0');
   }).end().filter(':not(:eq(0))').change(function() {
      var set = [0, 0, 0, 0];
      $root.find('.channel-set:checked').each(function() {
         set[parseInt($(this).parent().attr('channel'), 10)-1] = 1;
      });
      set = set.join(',');
      rootScope.Sookie('wog_chat_ne', set);
      if(set == '1,1,1,1') {
         $root.find('.channel-set:eq(0)').val(['1']);
      } else {
         $root.find('.channel-set:eq(0)').removeAttr('checked');
      }
   });
   var set = (""+rootScope.Gookie('wog_chat_ne')).split(',');
   var chk = false;
   $.each(set, function(k, v) {
      if(parseInt(v, 10) == 0) {
         chk = true;
         $root.find('.channel-set:eq('+(k+1)+')').removeAttr('checked');
      }
   });
   if(chk == true) {
      $root.find('.channel-set:eq(0)').removeAttr('checked');
   }*/
   
   $root.find('#chatMessage').inputHint('請輸入訊息');
   checkLogin();
});


試試看可不可以,不過這樣一來關閉頻道就無法使用了


書本的好壞不在於厚度而是內容;
人生的意義在於內涵而不是長短。

ahomehk
 
文章: 44
註冊時間: 2005-09-05 5:10 pm

Re: 請問有關[V3~V4]聊天室V1.9b 的IE 問題

文章ahomehk » 2010-07-18 7:26 pm

立即試一下!謝謝幫助!




回到 Online FF Battle-WOG官方聯盟推廣處

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 10 位訪客