- Posts: 3
Stripping Moodle's Menus/Other Stuff when Viewed in Wrapper
- Chris
- Topic Author
- Offline
- New Member
-
Less
More
13 years 9 months ago #1
by Chris
Stripping Moodle's Menus/Other Stuff when Viewed in Wrapper was created by Chris
Hey Y'all,
I'm developing a learning system and I've got to say, Joomdle is far and away the best method for integrating Moodle with a CMS. We tested Drupal and Moodle and several other configurations. Joomdle makes Moodle integration really easy.
That said, I'm looking for some assistance. I'd like to know if there is any way to strip Moodle's sidebars, headers, etc. and see only the main page content when viewing Moodle through the wrapper.
If an instructor, student, or administrator goes directly into Moodle, I want them to be able to see the menus, headers, etc. I don't want my administrators to have to enable menus and more every time they want to update courses.
Is there any way to accomplish this? I had tried using CSS to apply "display: none;" to the features I don't want visible through the wrapper, but I guess that's not an option. Is there any way to do this?
Thanks in advance.
I'm developing a learning system and I've got to say, Joomdle is far and away the best method for integrating Moodle with a CMS. We tested Drupal and Moodle and several other configurations. Joomdle makes Moodle integration really easy.
That said, I'm looking for some assistance. I'd like to know if there is any way to strip Moodle's sidebars, headers, etc. and see only the main page content when viewing Moodle through the wrapper.
If an instructor, student, or administrator goes directly into Moodle, I want them to be able to see the menus, headers, etc. I don't want my administrators to have to enable menus and more every time they want to update courses.
Is there any way to accomplish this? I had tried using CSS to apply "display: none;" to the features I don't want visible through the wrapper, but I guess that's not an option. Is there any way to do this?
Thanks in advance.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
13 years 9 months ago #2
by Chris
Replied by Chris on topic Stripping Moodle's Menus/Other Stuff when Viewed in Wrapper
Hi there,
You can try using this moodle template as a base which strips off all the headers, etc.
sourceforge.net/projects/moodle-joomla/f...dledemo.tgz/download
You can try using this moodle template as a base which strips off all the headers, etc.
sourceforge.net/projects/moodle-joomla/f...dledemo.tgz/download
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
13 years 8 months ago #3
by Chris
Replied by Chris on topic Stripping Moodle's Menus/Other Stuff when Viewed in Wrapper
Thank you. I'll give it a shot.
Please Log in or Create an account to join the conversation.