Chintan Mstry
Chintan Mstry

Reputation: 31

DNN : How can I edit the Source code of dnn News module in Existing DNN website?

I have already published dnn website. So Can I add my custom module in it?

I have purchased DNNGoxNews the module with source code from dnn store. Now I want to modify some of the fields from some user control So How Can I achieve this.

I have already installed the module in my dnn website.But How can I modify the module.

Please point me the right direction.

Thank You

Upvotes: 0

Views: 592

Answers (1)

Chris Hammond
Chris Hammond

Reputation: 8943

You will want to install this module in a development environment, which typically means a local copy of DNN

  1. Follow this tutorial for how to setup your development environment.
  2. Once that environment is setup, go to the HOST/EXTENSIONS page
  3. Install the SOURCE package of the module you purchased
  4. Open up the Project file, or Solution, in Visual Studio 2015
  5. Make your changes, compile the module/changes
  6. Repackage the module for deployment, if the source code doesn't do it for you automatically you can follow this tutorial.

Upvotes: 1

Related Questions