History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-15360
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Gordon Bateson
Reporter: Patrick Malley
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Moodle

HotPot module not compatible with Custom Corners

Created: 23/Jun/08 08:40 PM   Updated: 24/Jun/08 05:23 AM
Component/s: Hotpot
Affects Version/s: 1.9
Fix Version/s: None

File Attachments: None
Image Attachments:

1. image007.jpg
(27 kb)

Participants: Gordon Bateson and Patrick Malley
Security Level: None


 Description  « Hide
The Hotpot module appears not to function properly with Custom Corners turned on.

Image uploaded: "Existing Hot Potatoes Matching with any Custom Corners Theme (Hot Potatoes not compatible with Custom Corners)"

Reference discussion: http://moodle.org/mod/forum/discuss.php?d=97503

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Gordon Bateson - 24/Jun/08 05:23 AM
Yes, as the reference discussion explains, currently the HotPot module up to and including Moodle 1.9 is not compatible with the custom corners theme.

In particular the display of the HotPot quizzes goes loopy, as the screen shot demonstrates.
To fix this properly requires modifiying mod/hopot/view.php to do the following:

    1. separate the Hot Potatoes styles and Moodle theme styles

    2. adding the special hacks to start and finish the custom corners
            if ($THEME->customcorners) {
                print_custom_corners_start();
            }
            if ($THEME->customcorners) {
                print_custom_corners_end();
            }

    3. it may also be necessary to make sure that a standard Moodle footer is printed for some HotPot output formats