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
2
votes
1 answer

DotNetNuke Popups for login and registration not working

Have 3 sites on same DotNetNuke installation, but for the oldest site the popups don't work on registration and login pages. Instead, the forms are presented in a separated page as if the popup option was not set on site settings. Already tried many…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
2
votes
1 answer

using jquery ui in custom dnn module

I am trying to show a jQuery modal popup in my custom dnn module and for it I used below code which works fine.
My Notice 1
TechnicalSmile
  • 1,387
  • 5
  • 16
  • 30
2
votes
2 answers

jVectorMap - How to get County maps for US states?

I am creating a control to be used in a DNN site that will display the US map using jVectoMap. When I click Colorado I need the state map to appear with the counties defined. Eventually I would like to have all of the US states but Colorado is…
2
votes
0 answers

DNN 7 Verification Code and Email - How To Resend, Verify Programmatically When Code Is Available?

When a user completes registration and logs in for the first time, they are forwarded to some page and are told to go to their email and click the verification link. We're using DNN 7 and Up. Sometimes, users don't get the verification email, and as…
Mickael Caruso
  • 8,721
  • 11
  • 40
  • 72
2
votes
1 answer

Disabling website to everyone except portal administrators or host users in DotNetNuke 7?

Is it possible to disable a DNN portal, or an entire DNN installation to everyone except administrator / host users? I need to update a DNN website and apply new themes to differant sections of the website, however this will take some time on the…
Alex
  • 1,549
  • 2
  • 16
  • 41
2
votes
2 answers

7.1 error page for 404 is not showing up

I have a dnn 7.1.1 installation I am testing for production. I thought that this version supported a 404 error page. But no matter what type of erroneous url I pass to the DNN site I don't get this page appearing and I don't see it under admin/page…
J King
  • 4,108
  • 10
  • 53
  • 103
2
votes
3 answers

How to add canonical tag in Dotnetnuke 7.0

I am designing a website using Dotnetnuke latest version 7.1. I wanted make my website search engine friendly. I got options to add meta keywords, description. Another thing i wanted on my site is canonical tags for all the pages in the site. I…
2
votes
1 answer

In Built Video Streaming Facilities Available in DOTNETNUKE?

In Built Video Streaming Facilities Available in DOTNETNUKE?
2
votes
3 answers

DotNetNuke Module keeps converting itself into Application in IIS7

Bit of a weird one. For some reason one of my DNN modules keeps being converted into an Application in IIS7 in my development environment. Meaning when I try to view a page that contains that module it can't find the module correctly. It's ok if I…
HuwD
  • 1,800
  • 4
  • 27
  • 58
1
vote
1 answer

How to add a new user profile field to Dnn?

I want to add a new profile field in the DNN portal to be displayed in the registration form. I could not find it inside the DNN portal menu.
user17210710
1
vote
1 answer

Not able to edit DotNetNuke source file

I am new to DotNetNuke Framework. Currently working on DNN 07.04.01 (280) version. Problem : Changes made in the DNN source file doesn't even get recognized when I run it. I am working on "UserAccounts" module. We have controller called…
1
vote
1 answer

DNN 9.1.1 - Persona Bar Jquery Errors post update

I've recently completed updating a DNN 7.4.1 install to DNN 9.1.1 with some difficulties. The steps I've followed were to 1st disable all scheduler tasks in the database directly as without that i was getting timeout issues. Next I upgraded to DNN8…
UserSN
  • 953
  • 1
  • 11
  • 33
1
vote
1 answer

2sxc module reinstallation

The problem I’m experiencing is when uninstalling 2sxc in DNN 7.3.xx and then trying to reinstall it again I get an error (see below). I believe that the DB has remnants of the installation and I tried going directly to the DB and removing…
user8524988
1
vote
1 answer

Type or namespace name does not exist / Could not load file or assembly

I know these questions have been around for some time, but the solution for my specific problem is not on any answer I have found so far. The problem is a well-known error, at compile time the namespace error or the could not load assembly an…
Rene MF
  • 157
  • 1
  • 12
1
vote
2 answers

/signalr/hubs 404 (Not Found) in DNN 7.3.4

I am developing a website using DNN 7.3.4. I am signalr in this. I have executed this script for AUM_DoNotRewriteRegEx. IF NOT EXISTS (SELECT * FROM dnn_hostsettings WHERE SettingName = 'AUM_DoNotRewriteRegEx' ) insert into dnn_hostsettings …
Manoj
  • 4,951
  • 2
  • 30
  • 56
1 2
3
20 21