<< Back
Message for this thread
Posted by Messages text
Rasanga Amal

Noavatar
Total post : 2
> Profile
Written on : 26/09/2011 08:06 ( more than one month )
Object : How to show a web page created by docebo?
I looked for the subject but couldn't find inough info!

I have created a web page In Admin area --> elearning --> content --> Web pages. (published it)
But can not see how to  link or show the web page in Home page or Loggin page!

I have seen a user has forwarded this subject to http://www.docebo.com/community/doceboCms/wiki/129_327/show/english/0/Layout

But

<?php echo LoginLayout::menu(); ?>

This will print the web pages list

which php file must I edit to insert above code? & where to instert it? I need to show (contact) web page created by admin panel.

Please help me, I am totally new here!
Thanks.


 
Armstrong John

Noavatar
Total post : 13
> Profile
Written on : 29/09/2011 05:40 ( more than one month )
Object : Re: How to show a web page created by docebo?
The files you want to edit are in

 templates/iamsp/layout

the lms_user.php file is the primary user home page.

If you just want a single page you can link directly to it

/doceboLms/index.php?modname=login&op=readwebpages&idPages=1 

Where 'idPages' is the page ID you want to load (you can get this by looking at the URL when you edit). 
 
<< Back