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
0
votes
0 answers

DNN "Page Settings" Dialog Appears Off-Screen on Longer Documents

As an admin, when I go to Edit Page -> Page Settings, a jQueryUI dialog appears for editing content. When I have a longer document, the dialog falls off the screen, as if it's centering itself based on the document's middle, as opposed to the user's…
0
votes
1 answer

DNN - Get date a module was upload

I need to show a message when a user's last login was before the last time we update a module. I can get the users last login using a cookie (if need be) but I can't seem to find a way of extracting the date a module was last updated/uploaded. I am…
GideonKain
  • 744
  • 1
  • 12
  • 27
0
votes
2 answers

Prevent users from seeing other profiles on DNN

I'm using DNN 7.1.2 and what I want to do is prevent users from navigate on other profiles and see their usernames - make the profiles private (I've already disabled all the info from Profile Settings). If I login on any user and than paste this url…
Gerald Hughes
  • 5,771
  • 20
  • 73
  • 131
0
votes
1 answer

Authenticate dotnetnuke from WCF Service

I have a DNN site that has all the users info. Currently we are planning to create a Winform Application that login with the DNN credentials through a WCF web service. But, I don't get how the WCF service can verify the username and password with…
Yesudass
  • 45
  • 2
  • 9
0
votes
1 answer

DNN Search only works when language cookie is en-US

I've a DNN 7.2 site with 3 languages and search functionality . The search works only and only if the language cookie is set to en-US . If the culture in the search service URL is fr-FR and the language cookie contains "fr-fr", which is very normal,…
Pola Edward
  • 528
  • 1
  • 4
  • 20
0
votes
1 answer

Easiest Way To Move a Single Page DotNetNuke Page From Dev to Live?

We have a DotNetNuke installation that we have on a dev environment and we are setting it up on our live server now. Everything looks great and is working just fine that regard. We were wondering if it was possible that once a page has been updated…
0
votes
2 answers

Fail to login with newly created user on DotNetNuke

I try to register an account on a DNN website. I get the activation link on my email address, click on it, get the message "Your account has been successfully verified". After I type the password and click login I get the error "A critical error…
Gerald Hughes
  • 5,771
  • 20
  • 73
  • 131
0
votes
0 answers

DNN Search Results Permissions

I've made a custom DNN 7.2 module which is simply an entry form (with permissions on the page for some roles), and i use razor host scripts to retrieve its entries and display them in frontend for public users, and I've implemented ModuleSearchBase…
0
votes
2 answers

Enabling caching proxy for DotNetNuke backend

I am running DotNetNuke 7.2.2 Community Edition which by default returns all HTML-pages with Cache-Control: private in the response header. To generation of static HTML pages on the DotNetNuke platform typically takes 200-300 ms on our server, but…
Guido Leenders
  • 4,232
  • 1
  • 23
  • 43
0
votes
1 answer

How to get tab url in DNN

I have a tab with an external url. I want to to get the external url - not the tab url which is then redirected to the external url I have tried: tab.FullUrl tab.Url tab.TabPath All of these return the Tab url not the external url. Can…
user3392351
  • 135
  • 1
  • 7
0
votes
2 answers

DNN - RESET PASSWORD EMAIL TOKEN ERROR

I just recently installed DNN 7.2.2 and created my own website, but unfortunately the reset password token is not working. When I try the password reset link, after entering my username, I get this message: "Error as occur when defining the…
djluis
  • 362
  • 5
  • 19
0
votes
2 answers

Process for developing DNN skins or modules without uploading after every single change

While our team is starting work on our first DNN 7 sites, we're running into a small impediment. It would seem that the development cycle for a skin or module is that for every single little change you make, you need to create a new package and…
ThisGuyKnowsCode
  • 530
  • 4
  • 18
0
votes
1 answer

DotNetNuke Editing Data from one page in another

Hello this my first time using DotNetNuke website. i want to open a popup window of a page which will add or edit the data in the parent page depending on button click. this is the code i am using to open the window