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…
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…
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…
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…
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,…
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…
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…
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…
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…
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…
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…
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…
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