|
|
|
|
|
|
1 Replies and 293 Views and 1 Subscribers
Browse for media in module editor
293
1
1
Started by Russell
I have a custom module and I want the user to be able to select uplaoded media to be displayed by the module. I need the user to be able to click a button and view the availabel media in much the same way as clicking the insert image button does on the html editor module.
Any suggestions welcome.
|
|
|
|
1 |
293 |
1 |
|
|
1 Replies and 324 Views and 1 Subscribers
Migrating modules from DNN 7 to 9
324
1
1
Started by Seek
Hello devs!
I need to upgrade my modules from DNN 7 to DNN 9.latest (now 11).
I know that there are many differences between the 2 versions and I would like to understand which is the correct path to achieve this.
I have to port 65 projects (including skins, providers, visual components and many other things) and I thought of doing it like this:
Understand the architectural differences between the 2 versions: I don&39;t know where to find specific documentation.
Understand the di...
|
|
|
|
1 |
324 |
1 |
|
|
1 Replies and 297 Views and 1 Subscribers
A question on RedirectURL
297
1
1
Started by Joshua Rose
My custom login for DNN is setting a value for RedirectURL
this.RedirectURL = retURL.Value.ToString();
This works fine for any site based url or path that&39;s passed to it. (and I swear that it worked external URLs that I tested)
But if the retURL.Value is an external site some DNN framework setting is stripping it or blocking external URLs after this:
this.OnUserAuthenticated(eventArgs);
I&39;m thinking there might be a setting I missed, though recently tons of cybersecurity t...
|
|
|
|
1 |
297 |
1 |
|
|
7 Replies and 1073 Views and 1 Subscribers
Custom module throwing exceptions when updating settings
1073
7
1
Started by John A
Hello,
I noticed a some strange behavior today when updating any(all custom modules) of my module settings. My module runs just fine, and even updates fine. But after a do an update I see this in error log about 4 times:
DotNetNuke.Services.Exceptions.Exceptions - System.Threading.Tasks.TaskCanceledException: A task was canceled. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndD...
|
|
|
|
7 |
1073 |
1 |
|
|
2 Replies and 371 Views and 2 Subscribers
Starting point to add input type=file to DNN module
371
2
2
Started by Joshua Rose
I&39;m just looking for an example of adding a file upload for a DNN module (in edit or settings)
If possible maybe an example that reads an excel file I think I have raw DNN and I can do this in another language on a seperate page (maybe admin access I-frame) but that will sort of break the concept of making a module in the first place.
Thanks for your help
|
|
|
|
2 |
371 |
2 |
|
|
3 Replies and 483 Views and 1 Subscribers
Strange Exceptions
483
3
1
Started by John A
DNN 9.7.2
I am getting an exception usually at night on a new project of mine. It is deployed to a hosting provider and visable to everyone.
My exception is : Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the appli...
|
|
|
|
3 |
483 |
1 |
|
|
7 Replies and 1214 Views and 3 Subscribers
How to lock user account programmatically?
1214
7
3
Started by devildog67
I need to lock a user account programmatically. We&39;re using version 08.00.04 (226) and coding with C.
I&39;ve search Google, StackOverflow, etc. but haven&39;t been able to find a way to do this. Is this not possible in DNN
Thanks
|
|
|
|
7 |
1214 |
3 |
|
|
6 Replies and 1053 Views and 4 Subscribers
Module developing
1053
6
4
Started by Daniele
Hi, I want to develop a module that needs a setting in PortalSettings table. In the installing script I want to insert the row but how can I specify the current PortalId in which the module is being installing
Thanks in advance.
|
|
|
|
6 |
1053 |
4 |
|
|
3 Replies and 932 Views and 2 Subscribers
Difference between DAL and DAL2
932
3
2
Started by Vasil Buraliev
Hi everyone,
Would you please tell me what are the main benefits of the DAL2 comparing to the previous one
The Context of the Quesion: It is a really challanging process in front of me. I have a web app based on DNN 6.2 and with a huge bespoke development (custome extension/module). The extension is not written very well, so I&39;ll try to migrate the module to the latest DNN version 9.10.X and along the way I&39;ll try to make some improvements.
So, right now I have to m...
|
|
|
|
3 |
932 |
2 |
|
|
2 Replies and 636 Views and 0 Subscribers
Guide for DNN module development
636
2
0
Started by Marco Alvarado
Hi Community,
I would like to ask you for guidance, pretty much what I&39;m looking for its a roadmap starting at beginners, intermediate and then advanced.
I&39;ve found some courses online but before I start paying monthly fees I want to get some guidance, resource, videos, etc.
Regards,
|
|
|
|
2 |
636 |
0 |
|