Hi folks, I'm using the DNN Community Forums module and currently setting up the structure for my MSP site: 👉 https://azmanagedit.com/Community-Forum
However, I noticed that my forum groups (like General IT Support and Web & Hosting Management) are showing up twice — each with different forums underneath. I’m assuming this is due to duplicate group names being created instead of all forums being placed under a single group.
What’s the best way to clean this up and merge the forums under one group title without breaking anything? Appreciate any guidance from those who’ve dealt with this before.
Thanks in advance!
— Joseph AZ Managed IT
You can see that it's displaying the group names twice, but with different forums under each — so it's not just a visual duplicate. So far, I've tried clearing the DNN cache and restarting the application, but the issue persists. Ive also tried toggling between the groups.
Joe, Certainly haven't seen that happen before! Did you upgrade the forums module from a previous version or is this a new install? If you have SQL access, can you run this and post the results? <code>SELECT [ForumGroupId]<br /> ,[GroupName]<br /> ,[SortOrder]<br /> ,[Active]<br /> ,[Hidden]<br /> ,[GroupSettingsKey]<br /> ,[PermissionsId]<br /> ,[PrefixURL]<br /> FROM [activeforums_Groups]<br /> <br /> SELECT [ForumId]<br /> ,[PortalId]<br /> ,[ModuleId]<br /> ,[ForumGroupId]<br /> ,[ParentForumId]<br /> ,[ForumName]<br /> ,[SortOrder]<br /> ,[Active]<br /> ,[Hidden]<br /> ,[ForumSettingsKey]<br /> ,[PrefixURL]<br /> FROM [activeforums_Forums]</code>
Thanks for the quick reply.
It was actually a fresh install — no upgrade from a previous version. I created two forum groups that were named the same, and that seemed to trigger the issue. That’s when I noticed the groups being duplicated — same group name showing up twice but with different forums underneath each one.
I’ll go ahead and run the SQL queries you posted and report back with the results.
Appreciate the help!
— Joseph
Hey Johnhenley,
Sorry for the delay in getting back to you. Before I saw your message, I ended up rebuilding everything — I deleted all the categories and started fresh. Interestingly, once I deleted the first group, everything returned to normal.
I ended up scrapping the site, from DNN9 to DNN 10 from scratch, and setting up 2sxc again along with Active Forums / DNN Community Forums: https://azmanagedit.com/Community-Forums
No issues this time since I avoided the duplicate entry mistake. I really appreciate your post and help on this — thank you again!
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.