Hello all,
I'm using Docebo 4.0.5 and I'd like to display all my courses to anonymous visitors.
I've been googleing around but didn't find anything helpful.
Anyone here can help, or is it possible?
EDIT: I've set an example course to "available" status, and as "free" and "subscription are open" in course subscription section. Still visitors can only see the login page. Even a registered user is NOT able to see that example course.
thanks.
Display all courses to anonymous visitors?
Re: Display all courses to anonymous visitors?
Hi, welcome on the forum!
To display the catalog to non registered users you can link or embed the file home_catalogue.php from your template folder.
Unfortunately the config option to activate the catalog on the login page has been rmoved in latest version, maybe someone will reintegrate it and share on the forum.
To display the catalog to non registered users you can link or embed the file home_catalogue.php from your template folder.
Unfortunately the config option to activate the catalog on the login page has been rmoved in latest version, maybe someone will reintegrate it and share on the forum.
Re: Display all courses to anonymous visitors?
Make a link outside the login screen. I have it as a part of the text on the loginscreen.
http://yoursite/index.php?r=homecatalogue/show
THen you´ll see the catalouge. They still have to log in to subscribe.
A similar forum topics :
Corsi in home ?
viewtopic.php?f=6&t=361&hilit=index.php ... gue%2Fshow
http://yoursite/index.php?r=homecatalogue/show
THen you´ll see the catalouge. They still have to log in to subscribe.
A similar forum topics :
Corsi in home ?
viewtopic.php?f=6&t=361&hilit=index.php ... gue%2Fshow
Hello,I'm Murat. If you need me, you can contact my mail
Re: Display all courses to anonymous visitors?
Yes, exactly like Shinemagin said.
The link can be written with "show" at the end or with "allCourse" at the end, it works just the same
http://www.yoursite.com/index.php?r=hom ... /allCourse
The link can be written with "show" at the end or with "allCourse" at the end, it works just the same
http://www.yoursite.com/index.php?r=hom ... /allCourse
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: Display all courses to anonymous visitors?
Code: Select all
<!-- <div class="homecatalogue">
<?php echo Layout::get_catalogue(); ?>
</div> -->
The purpose of;
From the home page, provides a link for catalog page
Hello,I'm Murat. If you need me, you can contact my mail