Take A TourProduct Tour
Our next webinar:
How to Optimize Your Web Site for Mobile
Wednesday, May 22nd
Register Now



Our Open Source Community is a Million Strong Find Out More

Our Customers

DotNetNuke Customers DotNetNuke Customers DotNetNuke Customers DotNetNuke Customers DotNetNuke Customers DotNetNuke Customers

Featured Article

In The Age of Big Data … Data Is Power

CEO Navin Nagiah writes for Huffington Post about the importance of knowing your users read the article here


Find a Partner

DotNetNuke Certified Partners are world-class leaders in website design, development, and implementation. They have a deep knowledge of DotNetNuke CMS products and Social solutions. Our Certified Partners will create innovative, powerful solutions for your website.
Partner Match

Community Live

Keith Wilkinson asked the question DNN Social

I'm looking at the DNN Social modules on behalf of our local Triathlon club - am I right in thinking that not all features are included in the community edition? As a not for profit club we simply cannot afford to run Pro or Enterprise editions and as it stands the functionality appears to be a little restrictive on the Community version unless I've missed a module somewhere.

Cheers

Keith.

26 minutes ago

Julien Girerd answered the question Skin Installation problem

Hi Annie,
Not sure, but I remember have seen post about problems unzipping and/or copying the files by the website (IIS APPPool\yoursitepool) who have not enought right on the Server hosting the UNC sharing.
In the database, there is 3 tables whose store informations about skins : Packages Skins and SkinPackages but as I remember (and retested on a 626), these are just informations and are not necessary to have a new skin available in your site. You can test on you local instance to copy /past/rename your phoenix_skin folder in Portals/_default/Skins/ , you'll see the new skin renamed available in the list of skin choice for page and site (it is the same for containers)..

If you absolutely need to use the standard install method, check around right.

If you just have to update you skin, unzip you skin and override the "olds" files in use on the website (try it first on your test env, and remember to make a backup of your website files before by security as usual)
hth, regards, Julien

4 hours ago

Julien Girerd

5 hours ago

    Steven Webster has earned the privilege Up-vote Posts

    Steven Webster has earned a new Privilege - Up-vote Posts

    5 hours ago

    Ak47 has earned the privilege Edit own questions or answers

    Ak47 has earned a new Privilege - Edit own questions or answers

    5 hours ago

    Ak47 answered the question Settings Module

    Thanks Steven i did the following
    ModuleController objModules = new ModuleController();

    objModules.UpdateModuleSetting(ModuleId, "email", email.Text);
    objModules.UpdateTabModuleSetting(TabModuleId, "email", email.Text);

    5 hours ago

    Ak47 has earned the privilege Up-vote Posts

    Ak47 has earned a new Privilege - Up-vote Posts

    5 hours ago

    Ak47 asked the question Bcc

    if (Settings.ContainsKey("filterBy"))
    {
    string toArr = (string)Settings["filterBy"];


    string Subject = "Contact Us Enquiry";
    string ThanksBody = "Thank you for sending your message. We are currently going through all replies and will be in touch.";
    string email = Email.Value;

    Body.Append("Contact Us Enquiry" +
    "First Name: " + Name.Value + "" +
    "Contact Number: " + ContactNumber.Value + "" +
    "Email: " + Email.Value + "" +
    "Description: " + textarea.Value + "");

    DotNetNuke.Services.Mail.Mail.SendMail(Host.HostEmail, toArr, email, Subject, Body.ToString(), "", "HTML", Host.SMTPServer, Host.SMTPAuthentication, Host.SMTPUsername, Host.SMTPPassword);
    DotNetNuke.Services.Mail.Mail.SendMail(Host.HostEmail, email, "", Subject, ThanksBody, "", "HTML", Host.SMTPServer, Host.SMTPAuthentication, Host.SMTPUsername, Host.SMTPPassword);
    }
    Hi Above is my code the problem is the code doesnt want to Bcc its only sending the mail to toArr any ideas

    6 hours ago

    Scott Willhite answered the question Promoting changes between layers

    Earnest, it depend on a couple of things. First, do you mean you have three separate websites or one website running three different portals? And it also depends on the kind of change you mean. Can you provide some more detail?

    8 hours ago

    Sameer asked the question DNN Events Project File Related

    DNN Events is an "open source". I downloaded the source code from dnn.codeplex.com. However, when I try to open the solution file, it asks me for "TFS" user name and password. If I happen to cancel the dialog box, it DOES NOT open DNNEVENTS project. How can I open this project?

    9 hours ago

    Richard Golko answered the question Error CS0433

    Reading the error code...
    You've got to clean out your c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files folder.

    If you can't because of locked files, download Unlocker.

    12 hours ago

    annie lau answered the question Skin Installation problem

    Hi Julien,
    Add to my previous entry, would it be the case that the path information is stored in a DB table?
    Thanks!
    Annie

    13 hours ago

    annie lau answered the question Skin Installation problem

    Hi Julien,

    Yes, the skin package is fine. The same skin package was able to be installed before we switched to using UNC shared for the website. It was also installed fine on my local DNN instance.
    I also confirmed the .dnn file was created on the temp directory during the skin package parsing process. However, at some point during the process, it's attempting to access the .dnn file created using the "c" drive.

    Any help is much appreciated!

    Regards,
    Annie

    14 hours ago

    Test User asked the question Error CS0433

    I installed a skin/container package into a new portal today; something I've done many times now (in fact it's essentially the same skin I've installed without a problem each time). The site was running really slowly today, and so the process stopped a few times. I was finally able to complete the install though.

    Since completing it, I'm now getting the following error in a couple of places throughout the Admin and Host section:

    Error: Site Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: d:\hosting\8751612\html\nafinfi\DesktopModules\Admin\Portals\sitesettings.ascx(329): error CS0433: The type 'ASP.controls_moduleauditcontrol_ascx' exists in both 'c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\nafinfi\c46ec232\4d808583\App_Web_mooxj0td.dll' and 'c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\nafinfi\c46ec232\4d808583\App_Web_ecnhrsl5.dll' ---> System.Web.HttpCompileException: d:\hosting\8751612\html\nafinfi\DesktopModules\Admin\Portals\sitesettings.ascx(329): error CS0433: The type 'ASP.controls_moduleauditcontrol_ascx' exists in both 'c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\nafinfi\c46ec232\4d808583\App_Web_mooxj0td.dll' and 'c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\nafinfi\c46ec232\4d808583\App_Web_ecnhrsl5.dll' at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Bo

    15 hours ago

    Earnest Post asked the question Promoting changes between layers

    If we have three layers (domains in PowerDNN) running DNN and have a change in one, how do we promote it to the other layer?
    Thx

    16 hours ago

    Brian Dukes answered the question Why DNN accept unlimited urls for the same page?

    If a module is including meaningless parameters in the URL, you should look into getting a better module. However, the parameters probably are not meaningless, they're necessary to look up whatever you're viewing. Ideally, a module would create better, semantic identifiers to include in the URL, instead of using IDs (see http://www.ifinity.com.au/Blog/EntryId/103/Building-Friendly-Urls-into-DotNetNuke-Modules-Part-2-ndash-Improving-Module-Urls), but most don't, because it's a big investment/effort.

    The ability to add garbage to the end of a URL is a known issue, but the way that URLs currently work, there's not a good solution to allow custom parameters, but also filter out garbage. However, it is being thought about. There are even some specific changes in DNN 7.1 (see http://www.dotnetnuke.com/Resources/Blogs/cid/153615/Understanding-the-SEO-importance-of-Canonical-Urls-and-Duplicate-Content.aspx) to address some of the basic issues of duplicate URLs.

    The best URLs will result from create a module-specific URL provider (see http://www.ifinity.com.au/2011/10/26/Announcing_Url_Master_25_The_Next_Generation_in_DotNetNuke_Urls), which is currently a feature of URL Master, but, as I understand it, will be included in DNN itself, now that iFinity (Bruce Chapman) has been acquired by DNN Corp.

    21 hours ago

    renju asked the question How to handle session timeout in DNN?

    I have a DNN site in which I need to redirect to an aspx page I created on session timeout. I tried the method specified in the link, http://www.codeproject.com/Articles/26106/Handle-Session-Timeouts-on-DotNetNuke-Through-an-H but didn't help. Any other options, please help.

    22 hours ago

    Rajesh asked the question Flash files not displaying in banner Module

    SWF file is not showing in the vendors file Path selection for Banner advertisement.. after also choosing the file extension in the settings. can anyone help to solve this issue?

    1 day ago

    Steven Webster asked the question Where did Q&A inline comments go?

    The previous (pre-Nebula) version of Q & A supported inline comments within a question. Great for getting clarification about a request without posting another question as an answer.

    Two questions:

    1. It looks like you imported questions from Q & A to Nebula. Where are those comments? (lot's of valuable clarification in them through the module)

    2. Will you be adding comments back?

    1 day ago

    DotNetNuke Corporation

    DotNetNuke (DNN) provides a suite of solutions that make designing, building and managing feature-rich sites and communities fast, easy and cost-effective. The DotNetNuke Platform CMS is the foundation for more than one million websites worldwide. DNN Social, our newest solution, enables businesses to create immersive, interactive communities. Thousands of organizations like True Value Hardware, Bose, Cornell University, Glacier Water, Dannon, Delphi, USAA, NASCAR, Northern Health and the City of Denver have leveraged DNN to deploy highly engaging business- critical websites. Our rapid growth in product sales and deployments resulted in DotNetNuke Corp. being named one of the fastest growing private companies in America by Inc. Magazine in 2011 and 2012.