Help
Ask questions about how to do or fix things in Arrowchat
User avatar
talkhearts
Free
 
Posts: 3
Joined: 19 Nov 2014, 02:40

 

by talkhearts 22 Nov 2014, 23:59

After adding headerinclude and footer updates, the calls break the inline editing ability on the main software.

I've had to remove the lines from the templates as they seem to conflict with new 1.8.3

Any thoughts ?
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 23 Nov 2014, 04:23

Typically, making sure the full ArrowChat header code is placed immediately after the <head> tag will fix all conflicts.
User avatar
talkhearts
Free
 
Posts: 3
Joined: 19 Nov 2014, 02:40

 

by talkhearts 23 Nov 2014, 04:36

Thanks for the reply - but just to confirm - the <head> tag only appears in the index template and not the headerinclude temp (mybb) which is where the install instructions say to place the code..
User avatar
talkhearts
Free
 
Posts: 3
Joined: 19 Nov 2014, 02:40

 

by talkhearts 23 Nov 2014, 19:52

edit update = the head tag is the headerinclude - putting the code at the beginning of this - breaks the inline quick edit and moderating functions on 1.8.3 myBB.
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 23 Nov 2014, 21:49

Open up a support ticket with your site URL, test login, and FTP access. We'll get it working for ya.
User avatar
roi
Free
 
Posts: 8
Joined: 02 Jul 2018, 12:29

 

by roi 05 Jul 2018, 05:32

v 2.2 still breaks inline moderation in mybb.

the footer code is actually causing the problem.

Is there a fix?
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 05 Jul 2018, 20:48

His specific issue was fixed by doing the following:

MyBB and ArrowChat use the same lang variable, so I just deleted the spot where ArrowChat sets it in the includes/js/arrowchat_dynamic.js file. Removed "lang=[],".
User avatar
roi
Free
 
Posts: 8
Joined: 02 Jul 2018, 12:29

 

by roi 06 Jul 2018, 07:01

Thanks. I will try it.
User avatar
roi
Free
 
Posts: 8
Joined: 02 Jul 2018, 12:29

 

by roi 06 Jul 2018, 13:25

deleting "lang=[], from arrowchat_dynamic.js file affects the popout chat.
No chatrooms or users are shown.

It solves the moderation issue but messes up the chat window.
User avatar
andygrainger
Customer
 
Posts: 3
Joined: 27 Jul 2020, 10:14

 

by andygrainger 27 Jul 2020, 12:53

Hi Jason,

Sorry to resurrect an old thread but I am having the same issue with the latest version of MyBB where the quick edit function isn't working after your JS code was added to my headerinclude and footer templates.

Is there a fix for the issue? (after roi above mentioned that removing "lang=[]," from the arrowchat_dynamic.js file affects the popout chat.

I'm currently trialling ArrowChat and hoping to purchase a paid license if this issue can be resolved.