|
Going to Site Administration, Modules, Activities, Resources, Settings it is possible to change what windows attributes should be available by default.
This seems to solve our problem. The problem is the lack of documentation! John/Beatriz - can we close this, or are there still missing strings?
thanks,
Dan Dan,
The missing strings seem to be fixed, BUT the window issues are still unresolved. (I just tested on demo.moodle.org). thanks. - will have a look at it!
Dan ok taking notes.....
it seems like at some point all those options were to be stored in the mdl_scorm > options field - instead of having a field for each value in the scorm table.. - don't know enough about formslib to see how that might work... also the variables seem to be set as $SCORM_POPUP_OPTIONS in locallib.php (but not 'grabbed' from anywhere) so even if we were saving the values somewhere in the db, it isn't checking them. there also seems to be some code at the top of locallib that doesn't seem to serve any purpose (stdoptions isn't used anywhere) $stdoptions = ''; attaching patch that should fix this.
fix now in 1.8stable, 1.9stable and HEAD
code reviewed and discussed.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This behavior has the same problem in all Resources, meaning text pages, web pages,etc.
When upgrading to 1.8.2 all old resources that were programmed only to:
Allow the window to be resized
Allow the window to be scrolled
Are now set back to all the window attributes checked. However they still work fine.
BUT, when editing a resource, all the attributes show checked out. If the attributes are not unchecked the window goes back to show Menu bar, tools bar, etc.
Is any place where the administrator can set those attributes a default to use throughout the system?
Would that be nice or what?