Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
Mr.Easybb (1587)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
Bloodbath (745)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
Rukiafan (533)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
Dom (513)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
puppycheese (446)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
pedro (330)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
Neymar (301)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
Hitsu (281)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 
Flora (275)
AWC messages are not sent Log in and Log out button does not work also! Vote_lcapAWC messages are not sent Log in and Log out button does not work also! Voting_barAWC messages are not sent Log in and Log out button does not work also! Vote_rcap 


AWC messages are not sent Log in and Log out button does not work also!

avatarYodaHUN
Status : No status yet...

Posts : 20
Join date : 2014-02-24
Wed 04 Feb 2015, 17:45
Good day, I have a very important problem. Avacweb log in and log out buttons does not work. I managed to log in, from the original chat but my messages are not sent. It says only: [18:23:50] away,Ben,

Here is the javascript with plugin list.

Code:
var avacweb_chat_config = {
  version : '1-9-1',
  new_chat_title : 'Legend of Avatars',
  stylesheet : 'http://chat.avacweb.net/avacweb_chat_2.css',
  allow_private_messaging : 1,
  allow_user_resize : 1,
  allow_appear_offline : 1,
  commands : {
kick: {
 run: function(){
  var staffID = [1,2,39,57]; // change the numbers between the brackets as you like
  for(var i=0;i<staffID.length;i++){
    if(staffID[i]===avacweb_chat.user_id) {
    return true;
    } else continue;
  }
  return false;
 }
}
},
  custom_placement : null,
can_open_tabs : [1],
  tabs : {
"Staff Szoba" : [1, 2,14],
"Spam" : [],
},
  allow_copyrights : 0, //please be kind and allow AWC to place small discreet copyrights and backlink on your forum.

  // DO NOT TOUCH ANYTHING BELOW
  message_hook:[],user_hook:[],events:{},add_event:function(t,f) {t in this.events?this.events[t].push(f):this.events[t]=[f]}};
  document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></sc' + 'ript>');
// END OF AWC CONFIG
window.avacweb_chat_translation = {
          'log in' : 'Belépés',
          'log out': 'Kijelentkezés',
          'chat'  : 'Chatfal',
          'on'    : 'Be',
          'off'    : 'Ki',
          'close'  : 'Bezárás',
          'smilies': '',
          'colors' : 'Színek',
          'send'  : 'Küldés',
          'archives' : 'Archívum',
          'message': 'Üzenet',
          'refresh': 'Frissítés',
          'you are disconnected. click log in to join the chat.' : 'Jelenleg ki vagy jelentkezve,

kattints a "Belépés"  gombra a csevegéshez.',
          'user options' : 'Felhasználói beállítások',
          'color' : 'Szín',
          'sound' : 'Hang',
          'bold' : 'Kihúzott betűk',
          'underline' : 'Aláhúzott betűk',
          'strike' : 'Áthúzott betűk',
          'italic' : 'Dőlt betűk',
          'private message' : 'Privát Üzenet',
          'loading smilies...' : '',
          'this command is not available or does not exist' : 'Nem létező parancs.',
          'user not found' : 'Nem található ilyen felhasználó',
          'view profile' : 'Profil megtekintése',
          'send private message' : 'Privát üzenet küldése',
          'kick from chat' : 'Kirúgás a chatfalról',
          'remove from moderators' : 'Eltávolítás a Moderátorok közül',
          'send friend request' : 'Megjelölés Barátként',
          'add to moderators' : 'Hozzáadás a moderátorokhoz',
          'away' : 'Távol',
          'reading' : 'Olvasó mód',
          'start private conversation' : 'Privát beszélgetés kezdése',
          'conversation with' : 'Beszélgetés vele',
          'public' : 'Publikus',
          'started by' : 'Létrehozta',
          'add a new tab' : 'Új chatfal létrehozása',
          'private message' : '*Suttogja*',
          'away' : 'Távol',
          'no users online'  : 'Nincs online felhasználó',
          'sorry this command is only for staff.' : 'Ezt parancsot csak staff tag használhatja.',
          'no banned users to display.' : 'Nincs megjeleníthető bannolt felhasználó',
          'tab names must be more than 2 characters.' : 'A névnek több mint 2 karaktert kell tartalmaznia!',
          'choose a name for the new tab' : 'Válassz nevet a chatszobának',
          'newest first' : 'Új üzenetek mutatása először',
          'merge messages' : 'Üzenetek összekapcsolása',
          'appear offline' : 'Megjelenítés offline-ként',
          'disable timeout' : 'Automatikus kijelentkezés kikapcsolása'
          };
        (function(awc){
          awc.add_event('onload', function() {
              this.settings.add('sound', 0, true).add_ui('sound');
              $('body').append('<span id="achat_sound"></span>');
          });
         
          awc.add_event('onnew', function() {
              var sound_file = 'http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3'; //change this URL to your own sound file if you want
              if( this.settings.on('sound') ) {
                document.getElementById('achat_sound').innerHTML = '<embed src="' + sound_file + '" hidden="true" autostart="true" loop="false"/>';
              }
          });
        })(avacweb_chat_config);
avacweb_chat_config.add_event('onload', function () {
  $(avacweb_chat.id('achat_color_button')).after('<div class="achat_button" onclick="do_selectsmilies(event);">Emotikonok</div>');
});
avacweb_chat_config.commands.system = {
    description : '/system message - post a system message',
    run : function(text) {
        if(text && text.length) {
            return '[table class="system-message"][tr][td]' + text + '[/td][/tr][/table]';
        }
        return false;
    }
};
(function(awc) {
  ('Avacweb chat Plug in Poke System');
 
  //add the poke command.
  awc.commands.poke = {
      description: '/poke username - Poke a user in the chatbox to get their attention.',
      run : function(msg) {
        var uid = avacweb_chat.get_user_data(msg).id;
        if(!uid) {
            avacweb_chat.popup(msg + ' ' + avacweb_chat.t('nem tartózkodik a chaten.'));
            return false;
        }
       
        return '[table class="achat_poke" rel="' + uid + '"][tr][td][/td][/tr][/table]';
      }
  };
 
  awc.message_hook.push(function(row, username, user_id) {
      var poke = $('.achat_poke', row)[0]
      , ac = avacweb_chat;
     
      if(poke) {
        var poker = parseInt(user_id)
        , poked = parseInt(poke.getAttribute('rel'))
        , time = $('.date-and-time', row)[0].innerHTML;
       
        if(!ac.user('id') || !poker || !poked) {
            return row.innerHTML = '';
        }
       
        //if we are being poked...
        if(poked === ac.user('id')) {
            if( !ac.pokes[time] ) {
              ac.pokes[time] = 1;
              document.title = username + ' ' + ac.t('megbökött téged') + '!';
              $('body').append('<embed src="http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3" hidden="true" autostart="true" loop="false" />');
             
              //save the pokes.
              JSON && ac.cookie('pokes', JSON.stringify(ac.pokes), 0);
            }
            row.innerHTML = '<span class="poke">' + username + ' ' + ac.t('megbökött téged') + '!</span></span></span>' + time;
        }
        else if(poker === ac.user('id')) {
            row.innerHTML = '<span class="poke">' + ac.t('Megbökted őt:') + ' ' + ac.get_user_data(poked).name + '.</span></span></span>' + time;
        }
        else {
            row.innerHTML = '';
            row.style.display = 'none';
        }
      }
  });
 
  //load the pokes.
  awc.add_event('onload', function() {
      avacweb_chat.pokes = {};
      avacweb_chat.original_title = document.title;
     
      var cookie = avacweb_chat.cookie('pokes');
      if(cookie && JSON) {
        avacweb_chat.pokes = JSON.parse(cookie);
      }
  });
 
  awc.add_event('onsend', function() {
      document.title = this.original_title;
  });
 
})(avacweb_chat_config);
avacweb_chat_config.add_event('onopen', function() {
  var o = document.getElementById('awc-overlay');
  if(!o) {
      o = document.createElement('div');
      o.id = 'awc-overlay';
      document.body.appendChild(o);
      $(o).click(function() { avacweb_chat.settings.toggle('open'); });
  }
  o.style.display = '';
});
avacweb_chat_config.add_event('onclose', function() {
  var o = document.getElementById('awc-overlay');
  if(o) o.style.display = 'none';
});
avacweb_chat_config.message_hook.push(function(row, username, userid, usr, msg) {
    row.innerHTML += '<span class="awc-quote" onclick="parent.avacweb_chat.quote_msg(\'' + username.replace(/'/g, "\\'") + '\', this.parentNode)">Idézés</span>';
});
avacweb_chat_config.add_event('onload', function() {
    avacweb_chat.quote_msg = function(user, row) {
        avacweb_chat.insert_text( '[quote="' + user + '"]' + $('.msg', row).text() + '[/quote]' );
    };
});
avacweb_chat_config.user_hook.push(function(row, username, user_id) {
  if( 'u' + user_id in this.settings.value('ignored') ) {
      row.className = 'ignored-user';
  }
});
avacweb_chat_config.add_event('onlogout', function(e) {
    if( !confirm('Biztosan ki akarsz lépni?') ) return e.preventDefault();
    avacweb_chat,toggle('close');
});


And here is the modified CSS for plugins.

Code:
#awc-overlay {
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    background: #FFF; /* CHange this to #000 for darker themed boards */
    filter: alpha(opacity=50);
    min-height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.awc-quote { float: right; font-weight: bold; text-shadow: 0 1px white; cursor: pointer; }
a:link { 
    text-decoration: none; 
    text-shadow: none; 
    -webkit-transition: 200ms linear 0s; 
    -moz-transition: 200ms linear 0s; 
    -o-transition: 200ms linear 0s; 
    transition: 200ms linear 0s; 
    outline: 0 none; 

a:link { 
    text-decoration: none; 
    text-shadow: none; 
    -webkit-transition: 200ms linear 0s; 
    -moz-transition: 200ms linear 0s; 
    -o-transition: 200ms linear 0s; 
    transition: 200ms linear 0s; 
    outline: 0 none; 


a:link:hover, a:link:focus 

    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff; 
}
p.page-bottom + .h3, p.page-bottom + .h3 + div.page-bottom, #chatbox_popup {
display: none;
}
avacweb_chat_config.add_event('onload', function () {
  $(avacweb_chat.id('achat_color_button')).after('Smileys');
});
#LGquick_search {
  position: fixed;
  top: 0px;
  right: 5%;
  background: #DDD;
  padding: 15px 20px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border: 1px solid #CCC;
  border-top: none;
  text-shadow: 0 1px white;
  box-shadow: inset 0 0px 10px #EEE;
  -moz-box-shadow: inset 0 0px 10px #EEE;
  -webkit-box-shadow: inset 0 0px 10px #EEE;
}
#LGquick_search input {
  background-color: white;
  color: #666;
}
div.achat_button:nth-child(4){display: none}
td.row1, td.row2, td.row3, td.row3Right, #chatbox{
  background-image: url(http://img0.picup.hu/4qq1g2s.png);
}

#chatbox_header, #chatbox_footer {
  background-image: url(http://i38.servimg.com/u/f38/19/04/29/65/thead10.jpg);
box-shadow: none!important;
  color: #fff;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
  padding-top: 3px;
  padding-left: 5px;
  text-shadow: none!important;
  font-family: segoe UI;
}

#chatbox_footer {
  background-image: url(http://i38.servimg.com/u/f38/19/04/29/65/thead10.jpg);
box-shadow: none!important;
  color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

and here is the CSS, for the chat itself.

Code:
#chatbox_header, #chatbox_footer {
  background-image: url(http://i38.servimg.com/u/f38/19/04/29/65/thead10.jpg);
box-shadow: none!important;
  color: #fff;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
  padding-top: 3px;
  padding-left: 5px;
  text-shadow: none!important;
  font-family: segoe UI;
}

#chatbox_footer {
  background-image: url(http://i38.servimg.com/u/f38/19/04/29/65/thead10.jpg);
box-shadow: none!important;
  color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#chatbox { font-family: segoe ui; font-size: 13px;}

body.chatbox {
  background-color: transparent!important;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.56);
box-shadow:        0px 0px 9px 0px rgba(50, 50, 50, 0.56);
  background-image: url(http://img0.picup.hu/4qq1g2s.png);
}

#avacweb_chat iframe { border: none!important;
  background-color: transparent!important;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.56);
box-shadow:        0px 0px 9px 0px rgba(50, 50, 50, 0.56);}

.member-title { border: none!important; }

.achat_row {
  border: none!important;
}

I guess the problem will be in the CSS code, because I removed all of plugins + translation, and the issue was there. I also removed them one by one, and no idea. Please help.
Ch@lo ValdezCh@lo Valdez
Status : :)

Posts : 218
Join date : 2013-04-21
Age : 48
Location : Mexico City
Wed 04 Feb 2015, 17:55
i thing this is a problem in FM, AVC here have same problem, in my board too
RukiafanRukiafan
Status : No status yet...

Posts : 533
Join date : 2012-07-20
Wed 04 Feb 2015, 18:05
Ch@lo Valdez wrote:[quotelink="http://www.avacweb.com/t2318-awc-messages-are-not-sent-log-in-and-log-out-button-does-not-work-also#21983"]i thing this is a problem in FM, AVC here have same problem, in my board too
Yeah, FM completely changed the coding of the chatbox feature effectively breaking AWC...Neutral
RukiafanRukiafan
Status : No status yet...

Posts : 533
Join date : 2012-07-20
Wed 04 Feb 2015, 18:06
Heck, even the official chatbox is a broken hot-mess just like the new message editor was when they first implemented it. Neutral
BildeBilde
Status : No status yet...

Posts : 142
Join date : 2011-11-04
Location : http://127.0.0.1/
Wed 04 Feb 2015, 18:16
Broken here too.

What's interesting is that the chatbox source code seems to be referencing a new API at /chatbox/actions.forum...which is a 404 error for me. If you look at the source code, thought, it appears to be a much more sane API, using actual JSON data instead of blindly running javascript provided by the server Razz

The API at /chatbox_actions.forum actually appears to work, though (chats that reimplement everything from scratch still work)
avatarYodaHUN
Status : No status yet...

Posts : 20
Join date : 2014-02-24
Wed 04 Feb 2015, 18:31
Hope get fixed soon, we found another solution until it gets fixed:

http://www.avacweb.com/t2321-chatbox-button-for-old-version
BildeBilde
Status : No status yet...

Posts : 142
Join date : 2011-11-04
Location : http://127.0.0.1/
Wed 04 Feb 2015, 19:10
Forumotion chatbox is not broken for me anymore. New API looks better, too. Unfortunately, AWC is completely broken now, but I'd think it should be fixable.

I'm going to dig into the new chat API a bit later.
avatarGuest
Wed 04 Feb 2015, 20:03
After the second message everything gets stuck and freezes on all users. Can't even log out of chat no more and the archives don't respond. The only buttons still working are the ones in the smiley row on the bottom bar. Sad

It's been a while since I was forcefully downgraded to the standard FM chat box as an AWC user and I can't even remember what it looked like before, but since the engine's dead in both FM chat as well as in AWC I hope these problems get to be solved soon.

Just for comparison:
FM Chat now: http://prntscr.com/612xrv
AWC before it blacked out because of the FM chat update: http://prntscr.com/5t60my

I hope these technicians will work after hours CET and stand by as well, because looking at the time this got posted by Buttercup ( http://help.forumotion.com/t138766p60-new-chatbox#940184 ) that was pretty much at the end of the working day. We got no prior notice about the update and I personally feel "beta testing" (I wouldn't call it a beta release with that many MAJOR bugs in it) on everyone on FM is something that should be or should have been avoided.
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Wed 04 Feb 2015, 22:54
I'll take a wee look at this to see what is causing the issue OK guys.
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Wed 04 Feb 2015, 23:07
I feared this was gonna come soon after the recent changes they'd been making which had been causing bugs in AWC. Unfortunately I might not get a chance to look at things until Friday or even Saturday maybe and for that I apologise, this update has simply come at a bad time for me.

I hope I can get round to fixing everything up for you very soon!
I may need to release a version 1.9.2 which conforms to FMs new chat API and then work on a 1.9.3 as what was originally going to be the 1.9.2.... I know what I mean at least.

Sorry for the issues FM has caused by this, please can you all keep me updated on how things are working? I read your messages on my phone and it helps me dive straight in when I get the chance.
avatarGuest
Wed 04 Feb 2015, 23:28
@LGforum : If you want to keep updated on the FM chat box update, please refer to: http://help.forumotion.com/t138766p90-new-chatbox as it happens.
brandon_gbrandon_g
Status : No status yet...

Posts : 81
Join date : 2015-01-13
Age : 26
Location : USA
Thu 05 Feb 2015, 00:17
Thanks LG! Since I abosuletly refuse to even attempt to use the new fm chatbox until it is sorted I have disabled the chatbox on my site until all this is sorted. Take your time LG, keep us informed if you can, FM Support forum is gonna a riot pretty soon....

Regards,
-Brandon
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Thu 05 Feb 2015, 09:48
I meant keep me updated on AWC and how it is being affected and behaving.
Good thinking Brandon, the FM chatbox is no replacent really. Keep an eye out here to know when AWC is sorted.
BloodbathBloodbath
Status : No status yet...

Posts : 745
Join date : 2013-05-31
Age : 28
Thu 05 Feb 2015, 11:01
AWC is obviously not working anymore since internal request URLs have been modified by forumotion, instead of "/chatbox/chatbox_actions.forum" it's just "/chatbox/actions.forum" now. Also the new API uses a much different way of sending data now (it uses JS objects now), so unless those are updated, it's pretty safe to say that AWC won't be functioning.
brandon_gbrandon_g
Status : No status yet...

Posts : 81
Join date : 2015-01-13
Age : 26
Location : USA
Thu 05 Feb 2015, 11:26
LGforum wrote:[quotelink="http://www.avacweb.com/t2318-awc-messages-are-not-sent-log-in-and-log-out-button-does-not-work-also#22011"]I meant keep me updated on AWC and how it is being affected and behaving.
Good thinking Brandon, the FM chatbox is no replacent really. Keep an eye out here to know when AWC is sorted.

LG unforunatelly awc does not work at all, all you get is the button then the chat pops out, however, it will not let yo connect, no matter what browser, forum or awc verision. It is just broken.

Take your time, that was just my update.

-Brandon
BildeBilde
Status : No status yet...

Posts : 142
Join date : 2011-11-04
Location : http://127.0.0.1/
Thu 05 Feb 2015, 22:52
Bloodbath wrote:[quotelink="http://www.avacweb.com/t2318-awc-messages-are-not-sent-log-in-and-log-out-button-does-not-work-also#22013"]AWC is obviously not working anymore since internal request URLs have been modified by forumotion, instead of "/chatbox/chatbox_actions.forum" it's just "/chatbox/actions.forum" now. Also the new API uses a much different way of sending data now (it uses JS objects now), so unless those are updated, it's pretty safe to say that AWC won't be functioning.

EDIT: Sorry, I thought the old chat API was still up, but apparently it's been disabled. Scratch the message below. Sorry!

The old API still exists though, so if anybody has saved a local copy of /chatbox before the update (I think I saw a tutorial to get the chat on a HTML page once), so I would think that could be used to rush a bad fix to AWC.

On a side note, anybody know what all the "listener" stuff is in the new chat API? Seems to poll an external site
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Tue 10 Feb 2015, 18:56
@Bilde I think the listener stuff that make cross domain request is simply a way to avoid requesting the forum URL. The response from the listener indicates whether the chatbox has been updated or not via the "Last Modified" response header. If it has then a refresh of the chatbox takes place. Presumably this would be to cut down on the amount of requests made to the forum URL, best guess why would be to avoid angry forum owners hitting the request limit even more often.
...this is all guesswork from what I've seen so far anyway.
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Tue 10 Feb 2015, 21:17
They updated the chat so that it now is on the same server as the toolbar notifications and what not. So when they did that they upgraded the entire chat. That's the listener stuff, it really shouldn't be called a listener when its not listening to anything at all.
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Wed 11 Feb 2015, 00:27
Regardless my post above still applies. The refresh requests are made to your forum URL. So the external domain request does essentially "listen" for the chatbox to change before the chat bothers to make any refresh requests. Clever idea really - they've acknowledged how much people use ajax on their forums now and prevented overload.
brandon_gbrandon_g
Status : No status yet...

Posts : 81
Join date : 2015-01-13
Age : 26
Location : USA
Wed 11 Feb 2015, 01:53
Speaking of the chat? Do we have an update on the progress of AWC? I am in no rush and you should take your time. I am just asking so maybe I can tell my members something. Just to re assure it will be back sooner rather then later. Smile Thanks so much LG for AWC and working hardon a fix for it.
avatarDDril
Status : No status yet...

Posts : 44
Join date : 2014-05-29
Wed 11 Feb 2015, 08:50
Too bad that this update arrived on FM. Good luck LG.
Sponsored content