- Posts: 13
Tips & Tricks
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
How to add a new view in joomdle component
- Kathir
- Topic Author
- Offline
- New Member
-
Less
More
12 years 7 months ago #1
by Kathir
How to add a new view in joomdle component was created by Kathir
Hai I want to add a new view like virtualclass rooms in joomdle component .How can i ? Either i have to create a new view by following the existing views code or is there any other way to create a new view like the existing views , i have a lot of requiremets like this to view all that i can saitsfy through moodle .
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
12 years 7 months ago #2
by Chris
Replied by Chris on topic How to add a new view in joomdle component
If you want to have customised views you will need to create the code for that. You could of course use Joomla overrides so you don't need to worry about your custom code being over written in the future.
One thing to note is that if you require different data that what is already provided in the views, you will need to also make code in moodle to capture the information so it can send it to Joomla as Joomdle uses Moodle's API and does not read directly from the Moodle tables.
What type of information do you need? Do you have samples of your view - perhaps we already have done some similar work?
One thing to note is that if you require different data that what is already provided in the views, you will need to also make code in moodle to capture the information so it can send it to Joomla as Joomdle uses Moodle's API and does not read directly from the Moodle tables.
What type of information do you need? Do you have samples of your view - perhaps we already have done some similar work?
Please Log in or Create an account to join the conversation.