Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Front page FAQ.

Front page FAQ

From MoodleDocs
Revision as of 14:13, 28 August 2014 by German Valero (talk | contribs) (added link to spanish translation of page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How can I change the look of the front page?

See Front page settings.

Also, you can add in your own code with an include. See http://tracker.moodle.org/browse/MDL-28163 $CFG->customfrontpageinclude And this blog post: http://blueyestar.com/content/how-create-custom-front-page-moodle-20

What do we mean by the 'front page' of Moodle?

The front page is the site home page. The front page link in the navigation block and navigation bar is called 'Home'.

When logged in, a user's customized home page is called 'My home'.

How can I add text and a picture to the centre column?

  1. In Settings > Front page settings > Edit settings make sure that 'Include a topic section' is ticked
  2. In Settings > Front page settings click 'Turn editing on'
  3. Return to the front page and click the edit icon at the top of the centre column
  4. Add text and a picture
  5. Click the 'Save changes' button

How can I get a different look to my front page?

See the section on tips and tricks in Front page settings.

How can I change the logo to the front page?

  1. In Settings > Site administration > Appearance > Themes click the name of the theme you are using (If you're not sure which theme you are using, you can find out in Settings > Site administration > Appearance > Themes > Theme selector)
  2. Enter the URL for your logo. (Note - you must previously have uploaded your logo somewhere online)
  3. Click the 'Save changes' button

Note: This setting is only available for certain themes.

How do I get rid of a resource/activity that's appeared in "Site Pages"?

When a resource or activity (like a page, file or forum) is added to the Main menu block on the front page, it will appear in the Site Pages of the Navigation block. To remove this link, turn on the editing on the front page, go to or add the Main menu block and click to delete the item.

mainmenu.png

How can I prevent activities I made on the front page being seen in the navigation block?

Uncheck the box "Show front page activities in the navigation" in Settings > Site administration > Appearance > Navigation.

I want to limit the number of courses that appear on the Front Page

At this time, there is no easy way to do this, as such. In Settings>Site administration>Appearance>Courses, you can change the number of courses to be displayed on one page to a different number. Currently, the default is 20, but you can make it whatever you want. It is still messy, though. You can also, from Settings>Site administration>Front page>Front page settings, change what is displayed after login to show only categories.

One way of resolving this issue is to replace the course and Category list on the Front Page with a HTML block that links off to the various category pages. This keeps your courses off the front page altogether.

There are a couple of ways to do this, you can have a list of Categories, in a table, or you can use a table full of icons, much the same as Moodle's front page. Depending on your number of Categories, say 11 different subject areas and one Administration area creates a table either four columns or four rows. For most people, the orderly nature of a balanced table implies an orderly site that is really welcome, particularly if the images linking to a Category are clear and the alt tag text says what it is linking to.

How can I get users to complete an activity on the front page?

You can either:

  1. set your default front page role to 'student' in Administration>Front page>Front page settings
  2. add the chosen users to the student role in Administration>Front page>Front page roles
  3. (new in 2.5) upload the users in the student role in a csv file with frontpage course in course1 and student role in role1 columns (with if desired the group in group1 column also)

See also