Display all courses to anonymous visitors?

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
acheng
Newbie
Posts: 1
Joined: Sat Aug 11, 2012 10:25 am

Display all courses to anonymous visitors?

Post by acheng »

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.
User avatar
alberto
FormaLms Guru
Posts: 1155
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: Display all courses to anonymous visitors?

Post by alberto »

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.
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

Re: Display all courses to anonymous visitors?

Post by murat »

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
Hello,I'm Murat. If you need me, you can contact my mail
User avatar
max
FormaLms Guru
Posts: 2770
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Display all courses to anonymous visitors?

Post by max »

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
---------------------
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
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

Re: Display all courses to anonymous visitors?

Post by murat »

Code: Select all

<!-- <div class="homecatalogue">
<?php echo Layout::get_catalogue(); ?>
</div> -->
This code is located in the home_login.php page

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
Post Reply