Add-on "Forum module" like this.

I want this forum!

Maybe it will be like implements some interface for fetching data from database:

VaaForum forum = new …
forum.addFetchingTopics(new Interface…{

})

and some tips for database sql, how to create tables + link to userId and what user table must contain.
sorry for bad english. its not my native language.
thanks

Hi,

Not as easy as you’d like, but far easier than implementing it all by yourself:


https://github.com/vaadin/tori


“Tori has a back-end implementation for Liferay and also a development implementation on top of JPA. … Tori is available in the
Liferay Marketplace
.”

ok. thank you