Questions tagged [dotnetnuke-module]

DotNetNuke is a web content management system based on Microsoft .NET. The Community Edition is open source.

DNN Platform (formerly "DotNetNuke Community Edition" content management system) is open source software that is intended to allow management of websites without much technical knowledge, and to be extensible through a large number of third-party apps to provide functionality not included in the DNN core modules. Skins can be used to change the look of a website using DNN.

The default functionality of DotNetNuke can be expanded by adding third-party modules, either from an existing library of modules, or through in-house development of custom functionality. The DotNetNuke framework provides basic functionality such as security, user administration and content management, while modules are used to tailor the web site for specific deployment needs.

http://en.wikipedia.org/wiki/DotNetNuke#Modules

366 questions
0
votes
2 answers

Add parameters to querystring when using pagingcontrol in dotnetnuke

I use paging control of dnn for pagination: and it works. i want to show currentpage in the url when page is changed. the url is now…
atabrizi
  • 908
  • 1
  • 13
  • 29
0
votes
1 answer

How to add physical .aspx page in dotnet nuke site

Hi i am exploring dot net nuke these days, my task is to add physical .aspx page in dot net nuke site, for that purpose i add .aspx page in dot net nuke site which i open in visual studio -> ADD New Item -> .aspx Page and build it -> Debug ->…
Salman Roy
  • 575
  • 2
  • 12
  • 27
0
votes
2 answers

Retrieve Password DNN

we are using dot net nuke portal. when user clicks Retrieve Password he gets email with From: test@testmail.my I want to change this email but I can't find the place.
avnic
  • 3,241
  • 8
  • 37
  • 46
0
votes
1 answer

Dynamic Page In DNN 6.0

I have created a dynamic page in DNN. So I want to know that from where can I find this page in code side when I close my running application. For example I have created a module which I can find under DesktopModule.
Hitesh
  • 1,188
  • 5
  • 30
  • 52
0
votes
1 answer

How to create Module DNN 6.0

I have created a module which have 3 fields(textbox) .Now I want to insert all these fields in Database table. So my question how to create table , how to make a connection and how to code related to insert, update ,delete and select data form that…
Hitesh
  • 1,188
  • 5
  • 30
  • 52
0
votes
1 answer

Dotnetnuke 6.2 Editing User and Role module

I'd like to inject some code after user registration. I've find code in Admin/Security/ManagerUsers cmdRegister_Click method. But to successively run my code I need to compile this module. How could I do this, since there's no .csproj for this…
user1529839
  • 1
  • 1
  • 5
0
votes
1 answer

DNN Forum Module Customise to an ID

I want to Make the DNN Forum Module Specific to an ID. Example I want to Send a ProductID and when the detail of that Product Appears that Product based Forum should also appear. SO How can i do that?
Syed Fazli
  • 71
  • 5
0
votes
2 answers

Navigating to DNN Module

I'm forming a newsletter with links to various html modules within my DNN website. I have access to each of their ModuleID's and I'm wanting to use that to get the url. The current approach (made by a third party developer) worked, but only to a…
Mitchell
  • 253
  • 1
  • 5
  • 16
0
votes
1 answer

form in DNN skin not working

i am using dnn6.1 and i have a skin and i created modules in that skin.My problem is i am not getting textbox values with in that skin. there is a cde in that skin like
  • ranjenanil
    • 308
    • 2
    • 7
    • 19
  • 0
    votes
    0 answers

    Display xml as a .doc in web browser

    I have a .doc that I saved out as an xml. I want to display this xml in a .doc format on a web browser. The reason I want to load the xml instead of the original .doc is because there are key tags that I've placed in the document that I want to…
    Mitchell
    • 253
    • 1
    • 5
    • 16
    0
    votes
    2 answers

    Can this be done by skinning?

    I am working on DNN 4.09.03. I want to modify the look and feel of a links module. I know how to change the outer looks with containers, but I want achieve a mouseover effect for the links itself. Looking closely it appears that the links are…
    Prabu
    • 4,097
    • 5
    • 45
    • 66
    0
    votes
    2 answers

    how to convert password from dnn4 to dnn6

    i need to import all users from a dnn 4 site to dnn 5 site.i have already imported all tables.but in membership table the password encryption is different for dnn4 and dnn5. i have register the same user in both sites.and the password and…
    KIRAN K J
    • 632
    • 5
    • 28
    • 57
    0
    votes
    1 answer

    Customising a DNN Module

    I am trying to modify a standard dnn module (Links) that comes with dnn. Essentially what i want is the make a copy of the current links module and change the look of it. I had a look inside the links module, and each link is placed in a table cell.…
    Prabu
    • 4,097
    • 5
    • 45
    • 66
    0
    votes
    1 answer

    how to get UserController.CreateUser(userinfo) procedure in dnn?

    I have 2 DNN sites. I need to synchronize user table while registering user in one. ie. if a user register at site 1, that user will be available in site 2. So I need to use the query behind UserController.CreateUser(userInfo).
    KIRAN K J
    • 632
    • 5
    • 28
    • 57
    0
    votes
    1 answer

    Unexpected Error in content staging DNN6 Enterprise

    guys! I've got a very strange error when trying to connect two portals. When I press whatever 'connect portals' or 'test connection' buttons a red error appears sayin' "An unexpected Error has occurred while validating your request". Yikes! So, I…
    Bassist
    • 181
    • 1
    • 11
    1 2 3
    24
    25