bdecentgmbh / moodle-mod_poster

Poster activity module for Moodle
GNU General Public License v3.0
5 stars 4 forks source link

Not all blocks are available? #8

Closed ewout closed 6 years ago

ewout commented 6 years ago

I wonder which blocks should be available for adding to a poster page. In my site the calendar block, for example, is not available, as shown in the screenshot below. What could the cause be? selecao_019

mudrd8mz commented 6 years ago

Yeah, the problem is that not all blocks declare themselves as being addable on an activity page (and Poster is an activity). The way around is to:

  1. Add the block on the course page
  2. Let it display on all course pages
  3. Go to Poster, edit the block setting there.
  4. Change it to appear on this Poster page only.

It is quite non-intuitive but that is how blocks work in Moodle.

ewout commented 6 years ago

Thanks! I hadn't noticed item 6 in https://moodle.org/plugins/mod_poster