Tagged Questions

0
votes
1answer
12 views

DNN Survey module

Hi, I am have a requirement of creating a user feedback function in a DNN 5 (community edition) site, it includes about 30 MCQ questions and a couple of file attachments upload bo …
1
vote
2answers
382 views

DNN 5 - Can’t get current ModuleId from nested user control in cutom module

I'm writing a custom module for DNN 5, and I need a "Manage" link to be on every control in the module. I created a new UserControl ("ManagerLink") that inherits from PortalModuleB …
1
vote
2answers
101 views

Best wiki for dotnetnuke

I've tried the wiki that comes with DotNetNuke and we don't like it at all. Can anyone suggest a better wiki that we could use with DNN 5?
0
votes
0answers
56 views

How to stop “SMTP Configuration Test” email every time I send a Newsletter in DotNetNuke 5.0?

The question is in the title, every time i send out a Newsletter from DNN (Newsletter Module) the Admin gets a blank "SMTP Configuration Test" email. How do I stop that email?
0
votes
1answer
102 views

dnn 5 module programming

Hi all. I'm starting to get into dnn 5 module programming (using dnn for the very first time). The issue is i can't seem to be able to use my new module. i programm it, then appar …
1
vote
3answers
171 views

Change favicon in DotNetNuke portal

I'm managing several DotNetNuke portals (as well as the main hosting itself). All of the portals have the default DNN icon in the address and when they're bookmarked. I want to h …
0
votes
3answers
144 views

Why is document.write no longer working for me?

I'm working in DotNetNuke but this doesn't really seem to be strictly a DNN problem. I am using a DNN provided method in my module called FormatEmail which uses document.write to …
1
vote
2answers
482 views

CSS menu broken in Firefox (display:table-cell;)

HTML: <td align="center" width="100%"> <a class="Forum_ib_moderate" href="Default.aspx" title="Moderate"></a> <a class="Forum_ib_admin" href="Default.aspx" …
0
votes
1answer
107 views

DNN 5 - Role expired, but user can still view pages

I'm testing periodic fee subscriptions in DNN 5. I've set the renewal period on my custom role to 1 day. After 1 day, the subscription shows as EXPIRED, but the user can still vi …
3
votes
1answer
260 views

DNN 5 - DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() throws NullReferenceException

Posting as a reference when redirecting to custom controls in custom DNN 5 module, I get InnerException: Object reference not set to an instance of an object. Method: DotNetNuke …
1
vote
2answers
333 views

Ajax onSuccess callback while not having any control over ajax calls

I have a simple JS function that needs to get called when AJAX call succeeds, however i don't have any control over the AJAX calls since the framework (DNN5) handles all that. How …