I need to create a series of static pages in moodle

Re: I need to create a series of static pages in moodle

by Cristiano Leoni -
Number of replies: 4
Thanks Sam,
I think I have found a better recipe that works *perfectly* now.

My recipe for including static pages with hierarchical menu in Moodle (visible for all users)
here we go:

1. Go to the top-level (site course) and Turn editing on.
2. Get a block on the left or right column (I used the Main Menu block) to be used as a container for static pages - Add a "web page" resource there. Each new static web page should have the side columns visible (advanced options). repeat this step as desired. Note: annotate the pages' IDs
3. Make the container block invisible by clicking the eyeball icon.
4. (optional) Add a block for the collapsable menu - I used my collapsable menu block - and create the outline structure, finally attach links you have noted down in step 2.

The recipe is illustrated by the attached image, and at present you can see the result in this demo installation, here:
http://celab.ei.unibo.it/

You can click on menu items and see pages, and you are still an anonymous user. wink

Thanks to all for help and tips!
Attachment criss_static_content_recipe.gif
Average of ratings: Useful (1)
In reply to Cristiano Leoni

Re: I need to create a series of static pages in moodle

by pradeep n -
Thanks, for the info..i did it
In reply to pradeep n

Re: I need to create a series of static pages in moodle

by S A -
Hi,
is it possible to set roles for these static pages added in 'Main menu'?
(i.e., resource 1 is for students only and 2 for teachers....)
Thanks in advance.
SA


In reply to S A

Re: I need to create a series of static pages in moodle

by Balram Pandey -

I have an question is that, If i go to www.moodle.org site and I click on community tab moodle.org it display in URL something like this "http://moodle.org/community/" , "http://moodle.org/forums/". I mean to say my domain name and that tab name like community,forum etc, and it displays separate page and in that page I want to give some more stuff. Is this possible to do that in for my website? exactly same like moodle.org . You can check http://www.freetestbusters.com/, I want to make something like this which moodle.org has this feature. community|http://moodle.org/community -Forums|http://moodle.org/forums for my website Contactus|http://freetestbusters.com/contact (in url http://freetestbusters.com/community/) -Aboutus|http://freetestbusters.com/Aboutus (here it display separate page on that page I want to give my stuff.) Thanks. Balram

In reply to Cristiano Leoni

Re: I need to create a series of static pages in moodle

by Pascal Dasilva -

Thank you for this Cristiano, that works fine!