Page 1 of 1

MyBB - Issue with inline quick editing

PostPosted: 22 Nov 2014, 23:59
by talkhearts
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 ?

PostPosted: 23 Nov 2014, 04:23
by Jason
Typically, making sure the full ArrowChat header code is placed immediately after the <head> tag will fix all conflicts.

PostPosted: 23 Nov 2014, 04:36
by talkhearts
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..

PostPosted: 23 Nov 2014, 19:52
by talkhearts
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.

PostPosted: 23 Nov 2014, 21:49
by Jason
Open up a support ticket with your site URL, test login, and FTP access. We'll get it working for ya.

Re:

PostPosted: 05 Jul 2018, 05:32
by roi
v 2.2 still breaks inline moderation in mybb.

the footer code is actually causing the problem.

Is there a fix?

Re: MyBB - Issue with inline quick editing

PostPosted: 05 Jul 2018, 20:48
by Jason
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=[],".

Re: MyBB - Issue with inline quick editing

PostPosted: 06 Jul 2018, 07:01
by roi
Thanks. I will try it.

Re: MyBB - Issue with inline quick editing

PostPosted: 06 Jul 2018, 13:25
by roi
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.

Re: MyBB - Issue with inline quick editing

PostPosted: 27 Jul 2020, 12:53
by andygrainger
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.