The Elearning Community • Show a web page created by docebo!
Page 1 of 1

Show a web page created by docebo!

Posted: Sat Nov 10, 2012 12:18 pm
by murat
I have created a web page In Admin area --> elearning --> content --> Web pages. (published it)
Place this code where you want to,
This will print the web pages list.

Code: Select all

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

And other method, if you just want a single page you can link directly to it

Code: Select all

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

Re: Show a web page created by docebo!

Posted: Sat Nov 10, 2012 6:48 pm
by max
Good job, ShineMagin. :ugeek:

Thank you!!

For those unfamiliar with this issue: in Docebo you can create web pages, and publish them. But... then you don't know where you can see them....
It seemed that the docebo crew didn't finish the job of implementing this feature. While in Docebo 3x you had a small but working CMS, in Docebo 4 you have the "web pages" but don't know where they end...

What ShineMagin did is a very good workaround that gives you a simple way to show your docebo web pages.

Re: Show a web page created by docebo!

Posted: Tue Nov 13, 2012 10:42 am
by alberto
Thankyou shinemagin!

Re: Show a web page created by docebo!

Posted: Sun Dec 01, 2013 1:48 am
by sachintholia
This is what i was looking for. But where to paste this code?