I am trying to install a module in a DNN project residing on Godaddy.
I am getting an error installing the module
I know the error I am getting in DNN is coz of permissions.
I thought giving write permissions to the App_Data and DesktopModules folder will resolve the error, but it doesn't, is there any other folder I have to give write ...
Hi There,
Is there any free DotNetNuke manual? and also C# version of the program?
Thank in advance
...
hi,
i had written one JS in asp.net. I had called that from body onload, but the JS doesn't get called where i have put my debugger. What could be possible reasons for this? I'm developing website in dotnetnuke.
The JS i have written is syntactically and logically correct.
Thanks
<script type="text/javascript">
var displayTime, speed...
Hi There,
Please let me know how to install and run DotNetNuke_Community_05.02.00_Source.zip in visual studio 2008.
I keepp getting all kinds of errors
Thanks in advance
...
How can i configure Log4net to work in a Dotnetnuke solution?
I am using DNN 5.2
the Global.asax does not have a code behind file to put code to initialize the Log4net.
...
The home page for DotNetNuke 5.2 is around 252.6KB. It uses 15 JavaScripts and 8 CSS files. The number of resources DotNetNuke uses seems excessive to me. I am looking for best practices creating DotNetNuke skins that limit the JavaScript and CSS resources.
...
Hi,
We are about to start in a content-rich web site and we are considering Dotnetnuke.
The site will be multilingual with size compared to that of the UN site (http://www.un.org/en/index.shtml )
The question is: Would DotNetNuke support such large content size? is there a limit on the size of content or the depth of the hierarchy?
...
How can I do the reverse of a regular PayPal transaction. The only information I found in their documents was for the customer to pay us for things. What if we want to pay out the customer?
Is there a way to give a transaction type to reverse and pay out to the customer instead of them paying us?
Update: Turns out you can use Mass Paym...
How can I control what 'styles' show up in the 'style' drop down box of the Text/HTML module in DotNetNuke?
Is there also a way to edit the 'styles' that are currently in the drop down box?
...
Hello
We want to remove the /dotnetnuke/ from all 300 pages of our website that has been running since Feb 09.
Google isn't indexing all of our pages just 98. I'm thinking that the /dotnetnuke/ is causing our content to be too deep in our site for Google to find(?)
We also don't have any Page Rank although our site appears on page on...
I am using dotnetnuke 4.9.5 (ASP.Net 2.0) and its default membership provider i.e. AspnetSqlMembershipProvider. Currently a username of length 1 is legal. Is there anyway I could restrict the minimum length for username?
...
Hi all,
I'm using DNN 5.x;I want to delete an user from C# code. The code I tested is:
UserInfo objUserInfo = DotNetNuke.Entities.Users.UserController.GetUser(0, userid, false);
UserController.DeleteUser(ref objUserInfo, false, false);
Howver, the correponding record remains in tables: aspnet_users, aspnet_membership, users. What sho...
For debugging purposes, how can I print to the event log/viewer in DotNetNuke, using VB.NET or C#?
...
I am working on my first DotNetNuke website and there is a requirement for all the custom module functionality I am developing to be available with JavaScript disabled.
However, when I create a module that contains a simple submit button, i.e.<input type="submit" />, DotNetNuke displays a critical error with JavaScript turned off but wo...
Hi,
In my web application (Dotnetnuke 5) site, for development purposes I made a virtual directory under the main website.
As a result, in my solution I have the main Web site as well as the virtual directory website which is actually a folder inside this main web site.
Now I want to have this as a virtual directory because I want to ...
I've got DotNetNuke (v5.1.4 Community Edition) setup on a Windows Server 2008 64-bit system (using SQL Server 2008 64-bit for the backend database), and I want to reference a separate ASP.NET application from it. I plan to display the ASP.NET application via an IFrame module on the DNN site. I'd like the ASP.NET application to recogniz...
i have made a custom module on DNN and create its package but when i integrate it with some other DNN application i need to manually create its required database to make that module working with that site.
Is it possible to create a package in a manner that it can automatically create its database when integrate it with other applicatio...
For the extra level of customization we are doing on our website we have manipulated the DNN Nodes Collection to remove certain nodes for certain people. Now we need to reverse this process and need to add nodes if conditions are right for the user.
I have tried this
Dim newNode As New DotNetNuke.UI.WebControls.DNNNode
newNode.Navigat...
I have a DNN site that I now want to change so that users must log in beofre they can view any of the content. I can go to each page an change the permissions but i am looking for a faster way - even if that means going into the database.
...
This might be too specific of a problem - but any ideas are appreciated
I have a DNN 3.2.2 instance that is sort of broken right now - the main item that shows up is the User Admin screen will not appear it has a application error.
Looking in the Database there are two application IDs in aspnet_Applications and some uses use one and so...