Skip to content

Upgrading to Version 10.0

John Henley edited this page Jul 17, 2026 · 1 revision

If you're upgrading to DNN Community Forums 10.0 AND you access forums database tables using SQL, you MUST view the important release note below.

In DNN Community Forums 10.00.00, SQL Server object names for this module have been renamed from activeforums_* to communityforums_*. If you access data from the Community Forums module using SQL statements, your SQL statements need to be updated to use the new names.

For backward compatibility, synonyms have been added to accommodate continued use of the activeforums_* objects.

These synonyms will be removed in DNN Community Forums 11.00.00.

Clone this wiki locally