Same Dashboard for all Forums

Avatar
  • updated
  • Answered
Hi guys,

i want to use the same dashboard in all my forums and knowledge bases. Is there a way to set a default dashboard or do i really have to customize every single forum?
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
Current UserEcho structure is following.

Forums belongs to the project and each has it's own dashboard.
You have two options at this moment.

1) Directly customise each forum dashboard from scratch.

2) We have API call to create new forum. It supports template_forum_id parameter. If it provided it clones provided forum settings & dashboard, so you need to have one forum as specimen (it can be hidden private) and clone others from it.
http://userecho.com/dev/api/forums/create
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
Current UserEcho structure is following.

Forums belongs to the project and each has it's own dashboard.
You have two options at this moment.

1) Directly customise each forum dashboard from scratch.

2) We have API call to create new forum. It supports template_forum_id parameter. If it provided it clones provided forum settings & dashboard, so you need to have one forum as specimen (it can be hidden private) and clone others from it.
http://userecho.com/dev/api/forums/create