Hello
I want make a small change in file UserProfile, which is showing user detail in forum.
I want to rewrite code to show user profile data from portal tables instead of forum tables. (Registered user has many information like icq, msn, firstname, lastname...gived by user during registration and i want show them in UserProfile)
I downloaded Forum_source_04_04_03, open it in VS2005 with SP1, edit the file Forum_UserProfile.ascx.vb, compile the solution, take the new output binary file
DotNetNuke.Modules.Forum.dll and replace with it current file in wwwroot/bin on my web hosting.
But no changes will take effect, the page UserProfile give the same result as before change.
Is my consecution wrong?
Exsuce my poor language skill and thanks for any advice. Boris