Forums | Mahara Community
Support
/
Blocktype_installed_category
26 November 2019, 23:20
Good morning,
I installed some blocktypes from databases. But the list doesn't appear: "General", "Media", "External"...
Install all blocktypes and, then, how can I group them? As in the image.
This blog doesn't explain it:
https://manual.mahara.org/en/19.04/portfolio/page_editor.html
27 November 2019, 8:57
Hi Joan,
The groupings are done based on the
- blocktype_category
- blocktype_installed_category
- blocktype_installed_viewtype
database tables
The blocktype_category table lists the categories blocks can be in
The blocktype_installed_category has the mapping of blocks to categories
and the blocktype_installed_viewtype has the mapping of what blocks can be seen on what type of views (pages), eg whether it is a normal page (portfolio), dashboard page, group homepage etc
Hope this helps
Cheers
Robert