Actually, you don't need to modify the source, you can create a custom loadMembers class (similar to the existing one) and redirect to a different "edit member" page. Also make sure to "register" your new loadMembers class in the database, and to restart the app to reflect the changes in the database.
where is the loadMembers class src file? How do I register the class in the database, do you mean I should replace the existing loadMembers class with the custom one?
By restarting do you mean touching web.config or something else?
Hmm, maybe need to re-read your original question? Are you referring to the page that gets loaded when you're clicking on any member in the member section, or are you actually using a dashboard control?
Customising "Edit Member" dashboard?
any way to do it without modifying the source?
Actually, you don't need to modify the source, you can create a custom loadMembers class (similar to the existing one) and redirect to a different "edit member" page. Also make sure to "register" your new loadMembers class in the database, and to restart the app to reflect the changes in the database.
Let us know if you need more info.
Cheers,
/Dirk
wow, I actually think I need a lot more info!
where is the loadMembers class src file? How do I register the class in the database, do you mean I should replace the existing loadMembers class with the custom one?
By restarting do you mean touching web.config or something else?
Hmm, maybe need to re-read your original question? Are you referring to the page that gets loaded when you're clicking on any member in the member section, or are you actually using a dashboard control?
Cheers,
/Dirk
I am referring to the page that gets loaded when clicking on any member in the member section. I was under the impression that it was a dashboard ?
Where can i find detailed dev documentation? I'm having trouble with these kind of things because I haven't found one yet.
is working on a reply...