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

Front page FAQ: Difference between revisions

From MoodleDocs
(tweaking)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Front page}}
{{Front page}}
==How can I change the look of the front page?==
==What do we mean by the 'front page' of Moodle?==


See [[Front page settings]].
The front page is the site home page. The front page link in the navigation block and navigation bar is called 'Home'.


You may consider installing the [[Essential theme]] additional plugin from the [https://moodle.org/plugins/view.php?id=773 Moodle plugins database]. It is by far the most downloaded plugin for 2014 and has [https://moodle.org/plugins/reviews.php?plugin=theme_essential great reviews], If you want your Moodle to look better than the best Wordpress sites or to give students a really enjoyable site.
When logged in, a user's customized home page is called the 'Dashboard'.


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
==How can I change the look of the front page?==
 
==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'.
*There are various ways of enhancing your front page without needing access to theme files on the server. First, see the section on tips and tricks in [[Front page settings]].
 
*If you are using Classic, Boost or other bootstrap-based themes  you can then do some cool things with Bootstrap layout elements, as described in the thread [https://moodle.org/mod/forum/discuss.php?d=267662 LOOK & LEARN: How to add marketing spots as a front page topic].
When logged in, a user's customized home page is called 'My home'.
*See also the simple customisation of the School demo front page in [[Standard themes]].
*You can set  a different front page for guests and logged in users with [[Conditional activities]] as described in the thread [https://moodle.org/mod/forum/discuss.php?d=268238 Show a different page to guests and logged in users].
*You may consider installing a custom theme from the [https://moodle.org/plugins/browse.php?list=category&id=3 Moodle plugins directory].


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


# In ''Settings > Front page settings > Edit settings'' make sure that 'Include a topic section' is ticked
# In ''Administration > Front page settings > Edit settings'' make sure that 'Include a topic section' is ticked
# In ''Settings > Front page settings'' click 'Turn editing on'
# In ''Administration > Front page settings'' click 'Turn editing on'
# Return to the front page and click the edit icon at the top of the centre column
# Return to the front page and click the edit icon at the top of the centre column
# Add text and a picture
# Add text and a picture
# Click the 'Save changes' button
# Click the 'Save changes' button
==How can I get a different look to my front page? ==
*There are various ways of enhancing your front page without needing access to theme files on the server. First, see the section on tips and tricks in [[Front page settings]]
*If you are using Clean, More or other bootstrap-based themes  you can then do some cool things with Bootstrap layout elements, as described in the thread [https://moodle.org/mod/forum/discuss.php?d=267662 LOOK & LEARN: How to add marketing spots as a front page topic].


==How can I change the logo to the front page?==
==How can I change the logo to the front page?==


# 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'')
# In ''Administration > 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 ''Administration > Site administration > Appearance > Themes > Theme selector'')
# Enter the URL for your logo. (Note - you must previously have uploaded your logo somewhere online)
# Enter the URL for your logo. (Note - you must previously have uploaded your logo somewhere online)
# Click the 'Save changes' button
# Click the 'Save changes' button
Line 42: Line 37:
==How can I prevent activities I made on the front page being seen in the navigation block?==
==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''.
Uncheck the box "Show front page activities in the navigation"  in ''Administration > Site administration > Appearance > Navigation''.
==How can I hide front page blocks from guests but show to logged in users?==
==How can I hide front page blocks from guests but show to logged in users?==
See [[Blocks FAQ]]
See [[Blocks FAQ]]
Line 49: Line 44:
==I want to limit the number of courses that appear on the Front Page==
==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.
At this time, there is no easy way to do this, as such. In  '' Administration>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 ''Administration>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.  
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.
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?==
==How do I enable logged-in users to participate in front page activities?==
You can either:
 
#set your default front page role to 'student' in ''Administration>Front page>Front page settings''
Either:
#add the chosen users to the student role in ''Administration>Front page>Front page roles''
 
#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)
# Go to ''Administration > Site administration > Users > Permissions > Define roles'' and edit the 'Authenticated user on frontpage' role
# Allow capabilities for the front page activities
# Click the 'Save changes' button
 
Or:
 
# Go to ''Administration > Site administration > Front Page > Front Page settings''
# Set the default front page role to student
# Click the 'Save changes' button
 
==How can I add a page to the front page?==
==How can I add a page to the front page?==
   
   
Line 68: Line 72:
#Hide the block.
#Hide the block.
#Go to ''Site administration>Appearance>Themes>Theme settings'' and add your page URL to the custom menu items box according to the instructions.
#Go to ''Site administration>Appearance>Themes>Theme settings'' and add your page URL to the custom menu items box according to the instructions.
Note that if it is possible to install plugins on your Moodle site then you can also use the [https://moodle.org/plugins/view/local_staticpage Static pages plugin].


==How can I get rid of the site short name in the navigation bar?==
==How can I get rid of the site short name in the navigation bar?==
Line 78: Line 84:
To hide the short name and also remove the space where it used to be, add:
To hide the short name and also remove the space where it used to be, add:
  .navbar .brand {display: none;}
  .navbar .brand {display: none;}
 
[[Category:FAQ]]
[[Category:FAQ]]


[[fr:FAQ Page d'accueil]]
[[de:Startseite FAQ]]
[[de:Startseite FAQ]]
[[es:Portada FAQ]]
[[es:Portada FAQ]]

Latest revision as of 15:00, 2 July 2020

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 the 'Dashboard'.

How can I change the look of the front page?

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

  1. In Administration > Front page settings > Edit settings make sure that 'Include a topic section' is ticked
  2. In Administration > 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 change the logo to the front page?

  1. In Administration > 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 Administration > 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 Administration > Site administration > Appearance > Navigation.

How can I hide front page blocks from guests but show to logged in users?

See Blocks FAQ

How can I show front page blocks to guests but hide from logged in users?

See Blocks FAQ

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 Administration>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 Administration>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 do I enable logged-in users to participate in front page activities?

Either:

  1. Go to Administration > Site administration > Users > Permissions > Define roles and edit the 'Authenticated user on frontpage' role
  2. Allow capabilities for the front page activities
  3. Click the 'Save changes' button

Or:

  1. Go to Administration > Site administration > Front Page > Front Page settings
  2. Set the default front page role to student
  3. Click the 'Save changes' button

How can I add a page to the front page?

  1. With the editing turned on, add the Main menu block if it isn't already present.
  2. Click Add and activity or resource and add a Page.

If you wish the page to be hidden but accessible from the top dropdown menu, then:

  1. Copy the page's URL.
  2. Hide the block.
  3. Go to Site administration>Appearance>Themes>Theme settings and add your page URL to the custom menu items box according to the instructions.

Note that if it is possible to install plugins on your Moodle site then you can also use the Static pages plugin.

How can I get rid of the site short name in the navigation bar?

Sometimes if the short and full names of your site are similar, you might wish to hide the short name. If you are using the Clean or More theme, you can do this by adding lines to the custom CSS box in the appropriate theme settings page.

To hide the short name but keep the space where it used to be, add:

a.brand {visibility:hidden}

To hide the short name and also remove the space where it used to be, add:

.navbar .brand {display: none;}