- Posts: 26
How To / General
want to show user recently accessed cources
- Fred Wong
- Topic Author
- Offline
- Junior Member
-
Less
More
5 years 1 month ago #1
by Fred Wong
want to show user recently accessed cources was created by Fred Wong
Hi
I want to show the user recently accessed courses and in that completed courses should be not be included.
I want to show the user recently accessed courses and in that completed courses should be not be included.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
5 years 1 month ago #2
by Antonio Durán
Replied by Antonio Durán on topic want to show user recently accessed cources
Hi.
There's currently no way to do that with Joomdle, sorry.
There's currently no way to do that with Joomdle, sorry.
Please Log in or Create an account to join the conversation.
- Fred Wong
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 26
5 years 1 month ago #3
by Fred Wong
Replied by Fred Wong on topic want to show user recently accessed cources
can You please tell me where your $my_courses = JoomdleHelperContent::call_method ('my_courses', $username, 1); is located ?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
5 years 1 month ago #4
by Antonio Durán
Replied by Antonio Durán on topic want to show user recently accessed cources
call_method function is located in administrator/components/com_joomdle/helpers/content.php
my_courses web service method is located in moodle/auth/joomdle/auth.php
my_courses web service method is located in moodle/auth/joomdle/auth.php
Please Log in or Create an account to join the conversation.
- Fred Wong
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 26
5 years 1 month ago #5
by Fred Wong
Replied by Fred Wong on topic want to show user recently accessed cources
Thank you Antonio,
One more thing i want to create override for the user/joomdlehooks/joomdlehooks.php plugin for the do_login function can i create that in my custom template or there is any other way to create that.
joomdlehooks/joomdle
One more thing i want to create override for the user/joomdlehooks/joomdlehooks.php plugin for the do_login function can i create that in my custom template or there is any other way to create that.
joomdlehooks/joomdle
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
5 years 1 month ago #6
by Antonio Durán
Replied by Antonio Durán on topic want to show user recently accessed cources
You can just copy the plugin and create a new one based on it. Then unpublish original and publish yours.
Please Log in or Create an account to join the conversation.
- Fred Wong
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 26
5 years 1 week ago #7
by Fred Wong
Replied by Fred Wong on topic want to show user recently accessed cources
Hi Antonio,
Does Joomdle provide any plugin multi-language plugin through which we can translate the course coming from Moodle. ?
Or is there any way we can translate course to other languages.
Does Joomdle provide any plugin multi-language plugin through which we can translate the course coming from Moodle. ?
Or is there any way we can translate course to other languages.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
5 years 1 week ago #8
by Antonio Durán
Replied by Antonio Durán on topic want to show user recently accessed cources
Moodle provides some tools for that, although I have not really used them:
docs.moodle.org/310/en/Multi-language_content_filter
docs.moodle.org/310/en/Multi-language_content_filter
Please Log in or Create an account to join the conversation.