YAFLogo

oreka99
  • oreka99
  • 55.2% (Neutral)
  • YAF Forumling Topic Starter
8 years ago
Hi,

Please show me how to disable edit User Profile Modules? Thank you.

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
8 years ago
The only way would be to modify the soure code. In the Project YAF.Controls the file ProfileMenu.cs remove the line..

html.AppendFormat(
                @"<li class=""yafprofilemenu_{2}""><a href=""{0}"" title=""{1}"">{1}</a></li>",
                YafBuildLink.GetLink(ForumPages.cp_editprofile),
                this.GetText(Config.IsDotNetNuke ? "FORUM_SETTINGS" : "EDIT_PROFILE"),
                ForumPages.cp_editprofile);