Wiki Article appearing in 2 groups

Wiki Article appearing in 2 groups

This question is answered

We have a need to have a Wiki Article appear in 2 seperate places and for them to be kept in sync.  While we could just post the same Wiki twice, we are wondering if there is a way to have the Content of one Group's Wiki appear in a Sister group.  And if the Wiki is updated, the Sister Group display would be "refreshed" automatically.

Verified Answer
  • There is nothing out of the box that would provide this functionality. An option for something like this could be to manually create both pages, let's call them Page A and Page B. Then create a custom plugin that listens to the wiki page after update event. Check if the page id is one for Page A and if so then update Page B with the content from Page A.

All Replies
  • There is nothing out of the box that would provide this functionality. An option for something like this could be to manually create both pages, let's call them Page A and Page B. Then create a custom plugin that listens to the wiki page after update event. Check if the page id is one for Page A and if so then update Page B with the content from Page A.