MyBB 1.9 Demo
Quick thread title edit - Printable Version

+- MyBB 1.9 Demo (https://mybb.jsoltesz.com/mybb-1.9)
+-- Forum: 1.9 Issues (https://mybb.jsoltesz.com/mybb-1.9/forum-15.html)
+--- Forum: Issues (https://mybb.jsoltesz.com/mybb-1.9/forum-16.html)
+---- Forum: Fixed Issues (https://mybb.jsoltesz.com/mybb-1.9/forum-17.html)
+---- Thread: Quick thread title edit (/thread-68.html)



Quick thread title edit - Justin - 12-02-2018

Quick thread title edit (on the forum display page) does not work. Textbox to edit does not appear after holding down thread title.


RE: Quick thread title edit - Ben - 12-02-2018

I can confirm


RE: Quick thread title edit - effone - 12-02-2018

[Image: Untitled-1.png]

That says, you need to include 'inline_edit.js' & 'jeditable.min.js' only after including jQ library in page, not before ...

[Image: Untitled-2.png]


RE: Quick thread title edit - Justin - 12-03-2018

Looks like the Twig conversion caused those to move above jQuery; might need to separate the <title> attribute from the other head items in the template.

(See showthread.twig and master.twig)


RE: Quick thread title edit - Justin - 02-04-2019

I've separated javascript files into a jscripts block separate from the  head block which fixes this.


Quick thread title edit - Justin - 02-04-2019

This issue has been resolved!

Please reply to this thread if it appears it has not been resolved.