Path

ez projects / ezautosave / forum / general / not working with frontend e...


Not working with frontend editor?

You need to be logged in to post messages in the forums. New users may register here.

Quoc-Huy NGUYEN DINH

Member since:
19 March 2008

Posts: 23

Saturday 26 November 2011 4:58:11 pm

In some of my installations, QH AutoSave didn't work out of the box.
After investigating it was because jQuery file was loaded after qhautosave.js.

The solution is either override the file page_head_script.tpl and load 'ezjsc::jquery', 'ezjsc::jqueryio' from there before the frontend scripts.

Or edit extension/qhautosave/settings/design.ini.append.php and add the following lines to the JavaScriptSettings section:
FrontendJavaScriptList[]=ezjsc::jquery
FrontendJavaScriptList[]=ezjsc::jqueryio

--
NGUYEN DINH Quoc-Huy (Huy for short...)
The Financial Times: http://ft.com/
eZ Certified: http://auth.ez.no/certification/verify/380953
Website: http://www.quoc-huy.com/
Photography: http://www.qhphotography.com/

Twitter: @quochuync @qhphotography
G+: http://plus.tl/quochuy

Up

You need to be logged in to post messages in the forums. New users may register here.