Help
Ask questions about how to do or fix things in Arrowchat
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 17 Sep 2012, 08:04

If you are having trouble with ArrowChat freezing on phpFox, follow these instructions:

Open the /static/jscript/main.js file

Find:
$('*').unbind();


Replace with:
$('#main_core_body_holder *').unbind();


phpFox has fixed this. This fix only applies to version 3.4 and below.
User avatar
tamman
Customer
 
Posts: 1
Joined: 28 Aug 2012, 14:02

 

by tamman 20 Sep 2012, 08:15

Worked perfectly! Thank You
User avatar
SCarrier
Customer
 
Posts: 1
Joined: 11 Nov 2012, 13:22

 

by SCarrier 12 Nov 2012, 06:34

Did not fix for me.
User avatar
tselaty
Customer
 
Posts: 1
Joined: 16 Nov 2012, 02:17

 

by tselaty 19 Nov 2012, 02:48

Sadly, this causes another problem where users are unable to interact with feed items as they're loaded in after the page load (eg: commenting).

This is because the loadInit function unbinds everything on the page, which is pretty silly.

/static/jscript/main.js

Replace the loadInit's:
$("*").unbind();
with
$("#main_core_body_holder *").unbind();
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 19 Nov 2012, 13:04

tselaty wrote:Sadly, this causes another problem where users are unable to interact with feed items as they're loaded in after the page load (eg: commenting).

This is because the loadInit function unbinds everything on the page, which is pretty silly.

/static/jscript/main.js

Replace the loadInit's:
$("*").unbind();
with
$("#main_core_body_holder *").unbind();

Well, that explains it. Thank you for the fix!
User avatar
pcosmin
Customer
 
Posts: 3
Joined: 07 Jan 2013, 07:03

 

by pcosmin 07 Jan 2013, 09:11

can u please be more specific? which line ? i have searched for 30 min and i didn't find it
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 07 Jan 2013, 12:05

pcosmin wrote:can u please be more specific? which line ? i have searched for 30 min and i didn't find it

Are you looking line-by-line? That would take a while :)

Press Ctrl+F on your keyboard and paste the code in there. It will jump to it instantly. Make sure you don't add any spaces.
User avatar
pcosmin
Customer
 
Posts: 3
Joined: 07 Jan 2013, 07:03

 

by pcosmin 07 Jan 2013, 13:01

:) ..great,i found it.. i never knew about this shortcut with ctrl+f ..and i work on websites since 2009 :) ..thanks a lot Jason.
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]