DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Forum Group Names Showing Twice – Help with Cleanup

 6 Replies
 0 Subscribed to this topic
 30 Subscribed to this forum
Sort:
Author
Messages
Growing Member
Posts: 80
Growing Member
New Poster
New Poster
Congrats on posting!

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.

Advanced Member
Posts: 233
Advanced Member
4 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
4 Engaged Reader
Engaged Reader
You are an engaged reader!

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 &#91;ForumGroupId&#93;<br /> ,&#91;GroupName&#93;<br /> ,&#91;SortOrder&#93;<br /> ,&#91;Active&#93;<br /> ,&#91;Hidden&#93;<br /> ,&#91;GroupSettingsKey&#93;<br /> ,&#91;PermissionsId&#93;<br /> ,&#91;PrefixURL&#93;<br /> FROM &#91;activeforums_Groups&#93;<br /> <br /> SELECT &#91;ForumId&#93;<br /> ,&#91;PortalId&#93;<br /> ,&#91;ModuleId&#93;<br /> ,&#91;ForumGroupId&#93;<br /> ,&#91;ParentForumId&#93;<br /> ,&#91;ForumName&#93;<br /> ,&#91;SortOrder&#93;<br /> ,&#91;Active&#93;<br /> ,&#91;Hidden&#93;<br /> ,&#91;ForumSettingsKey&#93;<br /> ,&#91;PrefixURL&#93;<br /> FROM &#91;activeforums_Forums&#93;</code>

Growing Member
Posts: 80
Growing Member
New Poster
New Poster
Congrats on posting!

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

Growing Member
Posts: 80
Growing Member
New Poster
New Poster
Congrats on posting!

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

Advanced Member
Posts: 233
Advanced Member
4 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
4 Engaged Reader
Engaged Reader
You are an engaged reader!
Looks like the sort order got mangled. I will need to duplicate and fix that. But in the meantime, if you run this query to update the sort order, it should fix it for you for now.

[code]
UPDATE activeforums_Groups
SET SortOrder = 1
WHERE ForumGroupId = 2
UPDATE activeforums_Groups
SET SortOrder = 2
WHERE ForumGroupId = 3
UPDATE activeforums_Groups
SET SortOrder = 3
WHERE ForumGroupId = 1

[/code]
Advanced Member
Posts: 233
Advanced Member
4 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
4 Engaged Reader
Engaged Reader
You are an engaged reader!
Added GitHub issue
https://github.com/DNNCom...tyForums/issues/1433
Growing Member
Posts: 80
Growing Member
New Poster
New Poster
Congrats on posting!

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!

— Joseph

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:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved