Developer forum

Forum » Development » Customize Standard Modules

Customize Standard Modules


Reply

I've previously developed custom modules which is pretty straight forward because all i have to


do is inplement Dyanmicweb.Gui ind the backend and return strings containing HTML to the page


output.


 


Now I need to customize/add functionality to some of the standard modules in Dynamicweb which I think is a bit more complicated, isnt it ?


 


How do you handle such scenarios?


My first thought was to decompile the assemblies, make the changes and compile again, but when the assemblies get updatet the adjustments would be lost.


Replies

 
Reply
^
 
Reply

Unfortunately you can't add functionality to existing modules, and I would think that decompiling and using this code would violate the license agreement.


 


You are more that welcome to post feature requests in the "Suggestions" section on this site.

 

You must be logged in to post in the forum