I am new to moodle and I am working to develop a theme for moodle site. I have to show three boxes next to other on the front page. one box will show upcoming events and other will show latest news. I have noticed the boxes of latest news and upcoming events are displaying correctly in inner pages but I don't know how to display these boxes on the front page. I am using moodle 2.3.3. Any help would be appreciated.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
you can add your code into the "summary" of the frontpage, using Moodle's HTML editor. If you're comfortable with php and html, you should add your boxes directly into the frontpage.php from your Moodle theme (/theme/*your_current_theme*/layout/frontpage.php). Edit your frontpage.php, it may looks like this :
|
|||||
|