Show a web page created by docebo!

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

Show a web page created by docebo!

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

Re: Show a web page created by docebo!

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

Re: Show a web page created by docebo!

Post by alberto »

Thankyou shinemagin!
sachintholia
FormaLms User
Posts: 35
Joined: Fri May 31, 2013 10:29 am

Re: Show a web page created by docebo!

Post by sachintholia »

This is what i was looking for. But where to paste this code?
Post Reply