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

Dynamically add DotNetNuke tokens to url

Is it possible to add a user's email at the end of a external link in a DotNetNuke site? Basically, I want it to appear like this: http://www.website.com/?U=myemail@domain.com With myemail@domain.com to change to the user's email. I tried using the…
0
votes
1 answer

Batch method to export DNN site templates

Is there a batch method to export more than one DNN portal in the same method as the 'Export Site Template' found under Host Settings > Site Management? I'm having to manually export each website one-by-one and I was hoping there is a better method…
0
votes
1 answer

Unrecognized attribute 'fcnMode'. Note that attribute names are case-sensitive

I am getting this error on my PROD server but on my DEV server no such error occurs. My DNN website has fcnMode="Single" in the web.config file on both PROD and DEV servers. Also .NET framework on both the servers is 4.0. This link says…
0
votes
1 answer

DotNetNuke "Web Server Updated" event viewer message stopped scheduling process

I have scheduled one DNN scheduling process in Host=>Schedule section and it can take 3 to 4 hours to completed. But process can't able to completed because of "Web Server Updated" message popping up randomly in event viewer section and it restarts…
Keval Gangani
  • 1,326
  • 2
  • 14
  • 28
0
votes
1 answer

What is version support of Module created in DotnetNuke 7?

I have created a Module(Portal). I am going to publish it. I just don't know which version it can support. The previous versions and future versions. I am just curious above this all specially in case of .DLLs. Please suggest me. Development…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

DNN Language Selector works only on Home Page

I am facing very strange issue in my DotNetNuke website (8.04 Version). I have dual language installed (German and English) in which German is default language. From the homepage i can switch to English or German which is working fine, but from all…
vmax1909
  • 83
  • 1
  • 5
0
votes
2 answers

ControlPath equivalent from DotNetNuke DnnApiController ActiveModule

Is there a way to get the module root folder (folder under DesktopModules) of the ActiveModule from a DnnApiController? In PortalModuleBase I would use the ControlPath property to get to the same root folder I'm looking for.
Brad Bamford
  • 3,783
  • 3
  • 22
  • 30
0
votes
1 answer

Module go missing for DNN Pages after upgrade from DNN 7.1.2 to DNN 9.0.1

We have upgraded a DNN 7.1.2 professional edition to DNN 9.0.1. The upgrade went smoothly without any error. However when accessing the upgraded website none of the modules were being loaded on the page. At the same time I would like to highlight…
Akashc
  • 1
0
votes
1 answer

DNN : How can I edit the Source code of dnn News module in Existing DNN website?

I have already published dnn website. So Can I add my custom module in it? I have purchased DNNGoxNews the module with source code from dnn store. Now I want to modify some of the fields from some user control So How Can I achieve this. I have…
0
votes
1 answer

How do I implement DNN Authentication from external desktop application?

I need a way to authenticate users to a DNN site from an external desktop application, in my case a OS X MAC Application. The Desktop app needs access to Web API service methods on the DNN Site. I think the JSON Web Token (JWT) would work for…
0
votes
1 answer

DNN 7 - User creation notification and random password not working

I am using DNN 07.03.04 (45) and I have problem when creating a new user. When notification and random password box is marked (see image) user receives no notification and no random password on given email. Is this a bug? Regards
wapt49
  • 213
  • 2
  • 16
0
votes
1 answer

How can I pre-process text inside HTML Pro module in DNN 7?

I need to run a RegEx on the content of any HTML Pro module before the page loads. I assume the custom code would go into this file: /DesktopModules/HTML/HtmlModule.ascx -- "OnPreRender" looks like a good place to me. Is this the right place/file to…
Bogdan
  • 129
  • 10
0
votes
1 answer

How to set path(source) of image file or any other file in .js or CSS file in DotnetNuke?

I am working on DotnetNuke 7. I am creating Module using ASP.Net. I have created Module in Visual Studio 2015 and upload it as Extension in DotnetNuke(www.dnndev.me). Everything is working fine except file management. I get stuck most time in case…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
2 answers

Advanced Url Provider and 404 error page

I have activated the Advanced Url Provider and a 404 error page in DNN 7.4.2. Works so far. But: I deleted a page (also from the recycle bin) from the third level, let's say the Url was http://www.example.org/Level1/Level2/deletedPage - When I enter…
Michael Tobisch
  • 1,034
  • 6
  • 15
0
votes
0 answers

Error on fresh DNN 7.4.2 installation

Some days ago an error occured on my DNN 7 development website (main portal) and did not go away. The portal was set up with DNN 7.0.0, and has been updated to 7.4.2 in several steps (or, let's say, whenever a new DNN 7 version was released). It was…
Michael Tobisch
  • 1,034
  • 6
  • 15