Liqiud basics
Modules
API
Mailer
Community templates
On this page
Overview
Below is a list of all the templates that you can use in the community.
There is no need to implement all templates, only make those you need. For instance you might not need a separate landing page and a "list all groups"-page and forms to create new posts will probably be on groups and posts, so there is no need for a separate "create new post" page.
"customer.login.coy" is the login page for wm3; if the webshop is enabled, the webshop "customer.login.ws" is used instead.
| Name | Description | Properties | URL |
| community | Community landing page | groups | (/:locale)/community |
| community-group | Description of drop |
group |
(/:locale)/community/groups/:url |
| community-group-edit | Edit a specificgroup | group posts |
(/:locale)/community/groups/:url/edit |
| community-groups | Show all groups | groups | (/:locale)/community/groups |
| commmunity-post | Show a specific post | group post posts |
(/:locale)/community/posts/:id |
| community-post-edit | Edit a specific post | group post posts |
(/:locale)/community/posts/:id/edit |
| community-post-new | Create a new post | group post posts |
(/:locale)/community/groups/:group_url/posts/new |
| community-posts | List all posts in a group | group posts |
(/:locale)/community/groups/:group_url/posts |
| community-posts-all | List all posts | posts | (/:locale)/community/posts(/:subset) |
| community-profile | Show a specific profile | profile | (/:locale)/community/profile/:uuid |
| community-profile-current | Show the current profile | profile | (/:locale)/community/profile |
| customer.login | All customer login | * | /w/customer/login |
Updated: 2020-06-09