Questions tagged [dotnetnuke-7]

Version 7 of the DotNetNuke open source CMS.

Version 7 of the DotNetNuke open source CMS hosted on Codeplex. Visit the project's website at http://www.dnnsoftware.com/.

309 questions
1
vote
1 answer

How to set PathNameAlias SharedFiles in DNN7

I get this error message: NetworkError: 404 Not Found - http://dnndev.me/Resources/Shared/Scripts/jquery.min.js?cdv=49" when loading my webpage. I think this is related to the include:
Asle G
  • 568
  • 7
  • 27
1
vote
1 answer

Upgraded to WebAPI2 and DotNetNuke 7.2.1 and all services returning 404.0

I wrote some WebAPI controllers using WebAPI for DotNetNuke 7.0 using this method Everything worked great. Today I upgraded DNN to 7.2.1 and upgraded my projects to ASP.NET Web API2 and my services on my local machine are now not working - they…
Rodney
  • 5,417
  • 7
  • 54
  • 98
1
vote
1 answer

Custom Password Reset or where are the dlls for DotNetNuke.Modules.Admin

I'm working on a custom PasswordReset and SendPassword. While doing so, I found the existing controls at the Website\admin\Security, the reference is pointing to DotNetNuke.Modules.Admin.Security namespace. So I went to look for it in the platform…
tatigo
  • 2,174
  • 1
  • 26
  • 32
1
vote
1 answer

How to Login Dotnetnuke from another ASP.Net Application

I have a dotnetnuke site. customers access this site with their username and password. and, I am having another ASP.Net site. I want to let the customers enter the same dotnetnuke password & username to login here also. I searched everywhere in…
1
vote
1 answer

Invalid postback or callback argument - No server controls except a button (DNN Module)

My DNN module page only contains some divs and a LinkButton. The contents of the div are populated using jQuery AJAX. The button is used to post a file to the server that needs to be uploaded. I am getting the "Invalid postback or callback argument"…
Apeksha
  • 485
  • 6
  • 23
1
vote
2 answers

dal2 linq error in custom module when calling repository GetById

I have a simple custom module I am building but I have run into a problem when using the DAL2 GetById. Here is the POCO declaration of the table i am using: _
J King
  • 4,108
  • 10
  • 53
  • 103
1
vote
4 answers

How to avoid that a fixed bootstrap nav obscures the DNN control bar?

I am using bootstrap 3.0 nav in DNN with the navbar-fixed-top CSS class (I would not have this problem with navbar-static-top, but then the navbar disappears when one scrolls the page). When I log into DNN (as admin) then DNN will also produce a…
TvdH
  • 1,088
  • 14
  • 29
1
vote
1 answer

petapoco query a Sql Server View

I have started using the DAL2 with dotnetnuke 7. I have some complicated queries that I have created views for in the SQL server database that my instance uses. What is the best practice for accessing a simple select from these views. If I use the…
J King
  • 4,108
  • 10
  • 53
  • 103
1
vote
1 answer

no install folder after building VB.Net DAL2 Compiled Module

I have a dnn 7 website set up locally for development through dnndev.me. However I did not install the dnndev.me in the standard root folder c:\websites\dnndev.me\ it is in another location in my user documents. But the dnn installation works…
J King
  • 4,108
  • 10
  • 53
  • 103
1
vote
2 answers

DotNetNuke get URL for image uploaded via the FilePicker

I have a dnn:FilePicker on my settings control for my module. I can get the path for the image from FilePicker.FilePath. That gives me something like: /Images/Headers/Default.jpg How on earth do I go from that, to: /[virtual…
1
vote
1 answer

Is it possible to programmatically display my custom module version in DNN?

Is there a way in DNN 5, 6 or 7, via the DNN API to programmatically display our custom module version number (the one we set in the module manifest) so that we don't have to manually change it on each new version. This would be handy so we can be…
Alex
  • 1,549
  • 2
  • 16
  • 41
1
vote
2 answers

Sql Azure database connection from DNN site

I have a dnn website that I'm testing a move to Azure Websites. What I wanted to do was first recreate the database on Azure and then just change the connection string to point to the azure sql database. I migrated the database just fine. It…
J King
  • 4,108
  • 10
  • 53
  • 103
1
vote
1 answer

How to use Composite Keys with DAL2 in DNN 7+?

I am working with DAL2 in DNN 7+. I have a database table with a primary key created from 2-varchar(50) fields. What is the proper way to declare the multi-field primary key in the attributes of the object? I typically…
RacerNerd
  • 1,579
  • 1
  • 13
  • 31
1
vote
1 answer

DotNetNuke 7 - Synchronizing files stored in Azure Folder Provider

I have DotNetNuke version 7 installed on an Azure VM. I created a folder of type Azure Folder Provider in File Manager. I would like to just upload files directly to the Azure Blob Storage container and have DotNetNuke pick up the files that are not…
Amir Khawaja
  • 459
  • 1
  • 6
  • 13
1
vote
2 answers

DNN Search customization

How do I edit the default text 'Search...' that appears inside my search bar? I am using DNN 7.1 Here is my skin object:
joshlfisher
  • 115
  • 1
  • 2
  • 8