<< Back
Message for this thread
Posted by Messages text
Five Kegan

Noavatar
Total post : 1
> Profile
Written on : 15/12/2011 09:55 ( more than one month )
Object : Display list of courses on home page
I've been playing about with settings on docebo for a while now trying to get my list or catalogue of courses to display on the home page (where users login/register).

The best I've managed so far is inputting the following (in bold).

<div class="webcontent">
<div class="box">
<h3><?php echo Lang::t('_HOMEPAGE', 'login'); ?></h3>
<div class="text">
<?php echo Lang::t('_INTRO_STD_TEXT', 'login'); ?>
<?php echo Layout::get_catalogue(); ?> 
</div>
</div>
</div> 

This now shows a link to my catalogue on another page, however I was hoping to find a way to list all my courses on this page itself.

Is this possible ?

I'm using Docebo version 4.0.4
 
 
<< Back