- Posts: 3
Joomdle 1.0 Installation
[SOLVED] Joomdle Wrapper for other pages
- Sam
- Topic Author
- Offline
- New Member
-
Less
More
4 years 4 months ago #1
by Sam
Wrapper auto height was created by Sam
Dear team,
Im using Joomdle 2.0, Joomla 3.9.27 and Moodle 3.9.7 both Moodle and Joomla on the same domain (subfolders).
How do I wrap custom moodle pages in Joomla using index.php?option=com_joomdle&view=wrapper
For example, I want to wrap mymoodle.com/calendar/view.php.
I don't want to use the Joomla iFrame wrapper and want to use option=com_joomdle&view=wrapper for SSO reasons.
Im using Joomdle 2.0, Joomla 3.9.27 and Moodle 3.9.7 both Moodle and Joomla on the same domain (subfolders).
How do I wrap custom moodle pages in Joomla using index.php?option=com_joomdle&view=wrapper
For example, I want to wrap mymoodle.com/calendar/view.php.
I don't want to use the Joomla iFrame wrapper and want to use option=com_joomdle&view=wrapper for SSO reasons.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
4 years 4 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Wrapper auto height
Hi.
If you look at file components/com_joomdle/views/wrapper/view.html.php you'll see the different content type supported.
For example, to show a calendar day, that would be:
index.php?option=com_joomdle&view=wrapper&moodle_page_type=event&time=XXX
For other type of content you can also use:
index.php?option=com_joomdle&view=wrapper&moodle_page_type=fullurl&gotourl=XXX
If you look at file components/com_joomdle/views/wrapper/view.html.php you'll see the different content type supported.
For example, to show a calendar day, that would be:
index.php?option=com_joomdle&view=wrapper&moodle_page_type=event&time=XXX
For other type of content you can also use:
index.php?option=com_joomdle&view=wrapper&moodle_page_type=fullurl&gotourl=XXX
Please Log in or Create an account to join the conversation.
- Sam
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
4 years 4 months ago #3
by Sam
Replied by Sam on topic [SOLVED] Joomdle Wrapper for other pages
Thank you
Please Log in or Create an account to join the conversation.