Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I need to add the template section for my customer module under module setting section how can i add it dnn 5 till dnn 7 I already use public DotNetNuke.Entities.Modules.Actions.ModuleActionCollection ModuleActions { get { ModuleActionCollection Actions = new ModuleActionCollection(); this.Actions.Add(this.GetNextActionID(), "Template Manager", "", "", "", this.EditUrl("", "", "BannerAdmin"), "", false, DotNetNuke.Security.SecurityAccessLevel.Edit, true, true); return Actions; } }but this is not working in dnn 7 action menu ? any idea why