0

I am migrating Kentico 12 to 13. I found that in Kentico 12 project I have CMS.MessageBoard.dll which is not available in Kentico 13.

Is there any alternative for the same?

Manprit Singh Sahota
  • 1,279
  • 2
  • 14
  • 37

1 Answers1

1

There is nothing in Kentico Xperience 13 to replicate that. However a custom module could be created or reverse engineered based on the version 12 instance. OR you could look for a third party option to add/integrate with Kentico Xperience 13. I know they aren't great options, but they are an options.

Brenden Kehren
  • 5,919
  • 16
  • 27
  • Or, integrate some third party tools for discussions/message boards. Or leverage the custom tables module to store the data and implement custom logic to display and save the messages into custom modules. – jurajo Aug 07 '23 at 05:41