Questions tagged [dotnetnuke-9]

Use this tag for Dnn (DotNetNuke) 9.x specific questions.

DotNetNuke 9 is the latest version of the DotNetNuke open source CMS hosted on Codeplex. Visit the project's website at http://www.dnnsoftware.com/.

110 questions
3
votes
2 answers

DotNetNuke Lucene Search not working 'Lock obtain timed out' in load balanced env, how to fix?

We have a DotNetNuke site running on two servers that are load balanced. To ensure the files are in sync on these servers, we are using File Replication Service. Search works fine on DotNetNuke when not load balanced, but in the load balanced setup…
Swimburger
  • 6,681
  • 6
  • 36
  • 63
2
votes
1 answer

DotNetNuke 9.4.4 - No service for type 'DotNetNuke.UI.Modules.IModuleControlPipeline' has been registered

After upgrading from 9.0.2 to 9.4.4, our site now shows the following error. DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.InvalidOperationException: No…
Shiz
  • 21
  • 1
2
votes
1 answer

How to detect if Edit Mode is enabled on the server side in DNN 9?

How can I detect if DNN is in Edit Mode in the Back-End code? I looked at this link, but it seems to deal with DNN7 on the Client-Side: http://www.dnnsoftware.com/answers/dnn7-detect-page-edit-mode-in-js For example: if(DotNetNuke.EditMode ==…
Tig7r
  • 525
  • 1
  • 4
  • 21
2
votes
2 answers

How to get the Absolute DNN Portal Logo URL Path for use with Microdata?

How can I get the current DNN Logo file's Absolute URL Path? Currently, Google picks up the Relative Path. /Portals/2/Images/logo.png I need the full path with the domain name. I want something almost like: PortalSettings.PortalAlias.PortalID The…
Tig7r
  • 525
  • 1
  • 4
  • 21
2
votes
2 answers

Custom module with possibility to add modules into module to create an expander module in DNN 9.2

​I'm using DNN 9.2 and searching for a possibility to create an own module that will work like the Atlassian Confluence's Expander Macro where I could add additional content. In my case I want to add other modules, which will be visible if the…
ChW
  • 3,168
  • 2
  • 21
  • 34
2
votes
0 answers

siteurls.config and url rewiriting in dotnetnuke 9

rewriting url and human friendly url is very important in seo and performance. dnnurlprovider is default ur rewiter for DNN and rule is written in siteurls.config and DNN 9:
Moslem7026
  • 3,290
  • 6
  • 40
  • 51
1
vote
2 answers

How do I ensure Google Ads can track the GCLID on URLs in DNN9?

Using DNN 9.3.2 and the Advanced URL provider, Google Ads appends a query string with a GCLID. It looks like this: https://example.com/travel-insurance/overview/?gclid=tester-123 When DNN9 gets that URL, it rewrites it to remove the trailing slash…
1
vote
2 answers

problems with search engine on dnn

I'm having problems when indexing content on dnn search engine. I have a provider that use dnn and I have an admin user. They tell me that they have another customer that use the search engine and works well. They pre config everything and is not…
1
vote
2 answers

How to remove existing DNN ReCaptcha script reference

DNN V09.02.00 (366) adds the following script reference to every page. We are trying to use our own Google V2…
Swimburger
  • 6,681
  • 6
  • 36
  • 63
1
vote
1 answer

DNN return parent page instead of 404 page, how to return 404?

We have a normal DNN installation (v09.00.02 366) and we set a 404 page using the "Default Pages" under the site settings. There's this odd behavior where DNN returns the content of the parent page instead of returning a 404 page when you browse to…
Swimburger
  • 6,681
  • 6
  • 36
  • 63
1
vote
2 answers

Cannot Read Profile Token

I am using the DNNSharp ActionGrid and would like to filter the Grid using a Token Value. Using DotNet Nuke version 9.2 I have created 2 custom profile fields. One is a text box and I can use this in the SQL where clause using the Token…
Perry
  • 1,277
  • 2
  • 17
  • 39
1
vote
4 answers

Redirected to Default.aspx instead of set error 500 page on exception

In the site settings of our DotNetNuke installation, we set the Default Page for "500 Error Page" as you can see below. After setting this, we were expecting to be redirected when an error occurs. Instead we're still redirected the the…
Swimburger
  • 6,681
  • 6
  • 36
  • 63
1
vote
0 answers

What information can be returned to the DotNetNuke ModuleSearchBase via an API Controller?

We currently have the following code on our custom DNN module: public class FeatureController : ModuleSearchBase { public CommonDataDefinitions.Products.WebProductDetails ProductDetails { get; set; } = null; public override…
Tig7r
  • 525
  • 1
  • 4
  • 21
1
vote
1 answer

Routing in DNN SPA Module is not working as expected

I cannot seem to figure out how to access the methods on one of my controllers, the Settings controller works without issue... ServiceRouteMapper: public void RegisterRoutes(IMapRoute mapRouteManager) { mapRouteManager.MapHttpRoute( …
John Kane
  • 4,383
  • 1
  • 24
  • 42
1
vote
1 answer

DNN 9 SPA Module QuickSettings

I am very sorry to have to do a post like this, but I have been looking everywhere and I have not found a good example of how to use/reference quick settings on a SPA module for DNN 9. IS there anyway that someone could point me to some sample code…
John Kane
  • 4,383
  • 1
  • 24
  • 42
1
2 3 4 5 6 7 8