Page 1 of 1

Display all courses to anonymous visitors?

Posted: Sat Aug 11, 2012 2:12 pm
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.

Re: Display all courses to anonymous visitors?

Posted: Sat Sep 01, 2012 3:41 pm
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.

Re: Display all courses to anonymous visitors?

Posted: Wed Nov 07, 2012 5:36 pm
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

Re: Display all courses to anonymous visitors?

Posted: Thu Nov 08, 2012 8:40 am
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

Re: Display all courses to anonymous visitors?

Posted: Wed Nov 14, 2012 12:37 am
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