Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Vote for DotNetNuke as your choice for winner of this year's PackT Open Source CMS Award
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

ExactTarget email software solutions
Merak Mail Server
WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
FCKeditor Project
Salaro -- Skins and more
OnyakTech
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Forum Module [L...  Modifying and tasting the DNNForum - How to?
Previous Previous
 
Next Next
New Post 6/10/2008 3:01 AM
Resolved
User is offline Guillermo
10 posts
10th Ranked


Modifying and tasting the DNNForum - How to? 

Hi!

First thanks in advance for reading and replying.

I have to cover some specification requirements and I need to modify some details of the forum.

The first thing you all have to know is that I'm giving my first steps in ASP .NET so I'll be very grateful if the replies are a little bit more specifics.

The Question: I would like to know is how to load again the DNNForum I have modified.

Giving more details, I have download the source and I have unpacked it into the DesktopModules folder of my DNN as I read in an other googling. And know I have into DesktopModules/Forum_04.04.03_Source all the SQLDataProviders, the Forum.dnn and a folder called Resources which contains the solution I am modifying.

So when I move to the Host/ModuleDefinition menu of the portal (I logged like superuser) I cannot find the Module I have been modifying.

I tried to install it by browsing the .dnn file but I get this error: "Invalid File Extension For Custom Module UMLModels_Forum.dnn". Should I have to pack the module for installed each time I want to test a change?

I tried also to import it, but in the manifest select box does not appear the UMLModels_Forum.dnn

So, I'm a little bit lost.

Anybody can help me?

Thanks for all!

 
New Post 6/10/2008 8:44 AM
User is offline Matthias Schlomann
1275 posts
www.taunusstein.org
6th Ranked








Re: Modifying and tasting the DNNForum - How to? 

First you have to install the Module on the devloper Portal localy.  Then check the DesktopModules\Forum folder if are all source are there, if not extract the files from the Zip file.  Go to the web.config and set debug = "true"  . Check the Project files if they are correctly linked to your virtual folders.  Then open the project over the project file in the "DesktopModules\Forum" folder.  Now you can make your changes and the check it to do debug (F5) this will compile the new dll file.


Regards
Matthias
www.moonlightradio.net
 
New Post 6/10/2008 2:37 PM
User is offline Guillermo
10 posts
10th Ranked


Re: Modifying and tasting the DNNForum - How to? 

Ok!

In the Forum folder I don't have the source code.

1.- Can I do it in another folder diferent from the Forum folder? (Something like myForum). In this case, Should I have to do something into the administration portal?

When I unzip the source code I have into de main folder (Forum_04.04.03_Source) a lot of files .SqlDataProvider, one .dll file, one .dnn file and a folder (Resources) that contains all the source code.

2.- So, do I have to put all the content of the folder  Forum_04.04.03_Source/ Resources  into the Forum folder? Or I should put the content of the root folder (Forum_04.04.03_Source: keeping intact the file structure: with the .dnn, the folder "Resources", ...)

3.- How can I check if the Project files if they are correctly linked to your virtual folders?

Thanks a lot!!

 
New Post 6/10/2008 3:40 PM
User is offline Matthias Schlomann
1275 posts
www.taunusstein.org
6th Ranked








Re: Modifying and tasting the DNNForum - How to? 
Modified By Matthias Schlomann  on 6/10/2008 6:44:01 PM)

What Visual Studio version did you using?  Make sure WAP is installed.

1. No you have to use the Forum folder.You have to install the forum module source on your local DNN environment as a new module.

2. Put the content of the Resource Folder to the Forum folder.

3. After you extract the Resource folder you will see the project files, open it with a notepad or edit the files with VS.  You will see the linked paths.  Make sure the paths are the same as on your local machine. Also check if the virtual folder (IIS) is the same as in the project files (Standard is "localhost/DotNetNuke_2" .

Do not use a production environment for developing!

Check this resources http://www.dotnetnuke.com/Resources/Documentation/DownloadableFiles/tabid/478/Default.aspx !!!!


Regards
Matthias
www.moonlightradio.net
 
New Post 6/11/2008 9:23 AM
User is offline Guillermo
10 posts
10th Ranked


Re: Modifying and tasting the DNNForum - How to? 

Thank you very much Matthias!

I have VS 2005 pro. And yes I have Microsoft Web Application Projects  (WAP).

I don't know if I have fixed well all the liking paths. I guess not because I get the next error when I start the debug (F5):

 

"Unable to start debugging on the server. The web server is not configured correctly..."

 

In the IIS I have "localhost/DNNPortal" so, I have modified the next properties in the DotNetNuke.Forums.build file according to my environment:

        <property name="rootWeb" value="http://localhost/" overwrite="false" />
        <property name="webAlias" value="DNNPortal" overwrite="false" />

 

I have also checked this properties in the DotNetNuke.SubProject.build file, which I don't know if I have to modify the words in bold:

               <solution solutionfile="..\..\Solutions\DotNetNuke.All\DotNetNuke.All.sln" configuration="${project.configuration}">     
                <webmap>                 
                    <map url="http://localhost/DotNetNuke/DotNetNuke.vbproj" path="..\..\DotNetNuke.vbproj" />                   
                </webmap>        
            </solution>
           
            <solution solutionfile="${subproject.solution}" configuration="${project.configuration}">     
                <webmap>                 
                    <map url="http://localhost/DotNetNuke/DotNetNuke.vbproj" path="..\..\DotNetNuke.vbproj" />                   
                </webmap>        
            </solution>

The thing is that I don't find the DotNetNuke.vbproj. I have found the this file: DotNetNuke.webproj.

 

Am I skipping any other change?

 

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Forum Module [L...  Modifying and tasting the DNNForum - How to?
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Data Springs Inc. - Module Development
Data Springs is a leader in the DNN community offering high quality modules, custom module development, enhancements to the DNN core product and overall DNN support.
www.datasprings.com
XCESS expertise center b.v.
Custom made modules and complete solutions for the DNN framework. Maatwerk modules en complete webtoepassingen gebaseerd op het DNN framework.
www.xcess.nl
EMAS Pro
Strategic Enrollment Management Software for Higher Education Recruitment, Retention and Financial Aid
www.emaspro.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP