Forum LAMS for Tech-Heads - General Forum: Re: Live edit button missing after upgrade to 2.3


 
Search: 

2: Re: Live edit button missing after upgrade to 2.3
In response to 1 07/01/09 02:20 AM
[ Reply | Forward ]
Hi Dave,

The people from University of Cadiz have also reported this.

Here's a quick and painless fix:

In your LAMS DB, do the following changes:

alter table lams_lesson modify live_edit_enabled tinyint(1) DEFAULT 1;

That will set the live edit feature ON by default. That will fix this problem for when you start these lessons from Moodle.

Additionally, change the column for the lesson you want to have live edit enabled:

update lams_lesson set live_edit_enabled = '1' where lesson_id = XYZ;


Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum