- Posts: 10
Skip the page with "Go to course" button?
- Broadside
- Topic Author
- Offline
- New Member
-
Less
More
11 years 11 months ago - 11 years 11 months ago #1
by Broadside
Skip the page with "Go to course" button? was created by Broadside
Hi,
I'm not sure if this is possible, but figured it couldn't hurt to ask!
At the moment, we've got a course category page for a Department like this:
1.
When you click on the blue square 8 (for example), I get:
2.
If I then click (for example) Independent Learning, I get this page:
3.
which then leads on to
4.
if you click "go to course".
Is there any way to skip that third screen with the button and make the Independent Learning link (#2) jump straight to the course (#4)? The button in #3 is just an extra click for the users, so we would like to skip it if we can and go straight from #2 -> #4.
Edit, forgot the version numbers!
Joomla is 3.3.0.
Joomdle is 0.94
Moodle is 2.6.3 (though I'm going to update it to 2.7 this week, hopefully)
I'm not sure if this is possible, but figured it couldn't hurt to ask!
At the moment, we've got a course category page for a Department like this:
1.
When you click on the blue square 8 (for example), I get:
2.
If I then click (for example) Independent Learning, I get this page:
3.
which then leads on to
4.
if you click "go to course".
Is there any way to skip that third screen with the button and make the Independent Learning link (#2) jump straight to the course (#4)? The button in #3 is just an extra click for the users, so we would like to skip it if we can and go straight from #2 -> #4.
Edit, forgot the version numbers!
Joomla is 3.3.0.
Joomdle is 0.94
Moodle is 2.6.3 (though I'm going to update it to 2.7 this week, hopefully)
Last edit: 11 years 11 months ago by Broadside.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
11 years 11 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Skip the page with "Go to course" button?
You can configure Joomdle to show the "Go to course" button in the course category view (#2).
However, I just looked at the code, and I see that it will only show if course has a description, and yours don't.
I guess we did it this way because it was weird to show only the button under the title, but I guess you could just remove that check, and see if it suits your needs.
File is: components/com_joomdle/views/coursecategory/tmpl/default.php
However, I just looked at the code, and I see that it will only show if course has a description, and yours don't.
I guess we did it this way because it was weird to show only the button under the title, but I guess you could just remove that check, and see if it suits your needs.
File is: components/com_joomdle/views/coursecategory/tmpl/default.php
Please Log in or Create an account to join the conversation.
- Broadside
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
11 years 11 months ago #3
by Broadside
Replied by Broadside on topic Skip the page with "Go to course" button?
Sorry for the long delay in replying.
That is brilliant, works perfectly, thank you for your help!
That is brilliant, works perfectly, thank you for your help!
Please Log in or Create an account to join the conversation.