moodleou / moodle-mod_subpage

Subpage module allows you to add Moodle activities onto inner page within course
21 stars 15 forks source link

2.5 Version #4

Open brum1975 opened 11 years ago

brum1975 commented 11 years ago

I have a version of Subpage working for Moodle 2.5 available at https://github.com/brum1975/moodle-mod_subpage/tree/MOODLE_25_BETA

Changes to Moodle mean the activity picker works without changes to OU 2.4 version.

Changes I have managed include replacing deprecated function calls and enabling drag drop of resources between sections of subpage, inline title editing and visibility toggling.

nickvarney commented 10 years ago

Hi.

Much appreciate the work you've put in to making a 2.5 subpage available.

One question I have, I'm running this on the latest 2.5.3 version of Moodle on a local install (wamp) and notice that all the subpage resources I've uploaded appear as orphaned activities in section 110, section 111 etc at the foot of the main course page when editing is turned on? When editing is turned off they disappear from the foot of the course page. The resources exist within the subpage sections as expected and open as normal.

Can this be ignored?

sammarshallou commented 10 years ago

Yes this can be ignored. The way subpage works is to store its resources/activities in these 'orphaned sections' starting, by default, at number 110.

If you want to get rid of these messages, you may have to use a custom course format that doesn't display orphaned sections.

--sam


sam marshall Leading Technical Developer Information Technology Berrill Level 2

(01908) 655673 Study with the OU :: www.open.ac.uk

-----Original Message----- From: nickvarney [mailto:notifications@github.com] Sent: 18 November 2013 12:05 To: moodleou/moodle-mod_subpage Subject: Re: [moodle-mod_subpage] 2.5 Version (#4)

Hi.

Much appreciate the work you've put in to making a 2.5 subpage available.

One question I have, I'm running this on the latest 2.5.3 version of Moodle on a local install (wamp) and notice that all the subpage resources I've uploaded appear as orphaned activities in section 110, section 111 etc at the foot of the main course page when editing is turned on? When editing is turned off they disappear from the foot of the course page. The resources exist within the subpage sections as expected and open as normal.

Can this be ignored?

— Reply to this email directly or view it on GitHub https://github.com/moodleou/moodle- mod_subpage/issues/4#issuecomment-28693004 . https://github.com/notifications/beacon/NDOynQptwlS1iIFCjArt- OqQAUvq0Oq-lCWkThZ0CjxKl8P688RWXReME7-O0JAO.gif

-- The Open University is incorporated by Royal Charter (RC 000391), an exempt charity in England & Wales and a charity registered in Scotland (SC 038302).

nickvarney commented 10 years ago

Thanks for the reply Sam.