Hi,
I am using YAF Forum 1.9.5.5, the forum work very well, at this time I want to create my custom page for user management and document management (I also add more table in YAF Forum database), but I can't find a way to add YAF build-in html editor to my usermanagement.aspx and documentmanagement.aspx page 😞 a lot of error about RegisterClientScript, I try to fix but It still dont' work :(
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 382: }
Line 383:
Line 384: ScriptManager.RegisterClientScriptInclude(thisControl, thisControl.GetType(), name, url);
Line 385: this.AddPageElement(name);
Line 386: }
Does anyone know how to add build-in html editor to custom page 😞