DotNetNuke is a CMS originally based on a Microsoft .NET example web application called IBuySpy portal. It is available as an open source Community Edition under the MIT license. There are also Professional and Enterprise Editions that add improved workflow, security, SharePoint integration, and ...
0
votes
2answers
29 views
How to make the parts of my web page editable in ASP.Net?
I have requirement to make parts of a dynamic web page that includes header, footer, menu, content and buttons. I require all of them to be editable/non-editable once i turn on/off editing from admin ...
0
votes
1answer
15 views
XMod Pro - DotNetNuke - Google Maps
I'm trying to get some old code working with the latest Google Maps API. But probably like a majority of the people asking questions, have zero experience with Javascript let alone the API.
If ...
2
votes
2answers
44 views
How to Align 3 DIVs next to each other?
I'm needing to create 3 DIVs in a footer container DIV that are aligned left, middle and right. All the CSS examples I've seen make use of floats as I've done. However, for some reason DotNetNuke is ...
0
votes
1answer
24 views
Unable connect DNN6 to SQL Server 2012 developer edition
I have SQL Server 2008 Express and SQL Server 2012 Developer edition installed.
When I want to connect to SQL Server from Visual Studio 2010 I have only option to connect to VISTAUSER-PC/SQLEXPRESS ...
0
votes
0answers
25 views
DNN with C# Postback on Edit Page is always true
I have my view page, on it I have 2 image buttons to allow the user to edit or delete a Row. I created the link the following way
imgEdit.PostBackUrl = EditUrl("CFT_ID", ...
1
vote
1answer
28 views
Different result in IIS express and IIS
I recently installed webmatrix on a windows 2008 machine.
I installed dotnetnuke using webmatrix, I visited the site using a browser on the server, finished installing the site, and everything works ...
-1
votes
0answers
20 views
Dotnetnuke , “web.Config Registration missing”
I am using Dotnetnuke, when I edit contents of main Portal its Ok,
but, when I want to edit contents of Child Portal (RADEditor) I recieve following bug. !
Error: " Web.config registration missing".
...
1
vote
1answer
42 views
dnn with c# How do I call the edit.ascx file
I have a module on C# for DNN, the purpose is to display a list of customers and allow only people from certain groups to see the page and their data. this is my ascx file for the view part
<%@ ...
1
vote
2answers
54 views
Syntax for using C# to create multiple HTML attributes via attributes.add
This is long-winded but should be easy for one of you knowledgable chaps to workout.
I have a DotNetNuke webpage with a dynamic login link. If you are not logged in the link will be 'login' and have ...
0
votes
0answers
11 views
How to encrypt user profile in DNN
I am new to DotNetNuke and using DNN 6.x.
I want to encrypt all the data in user profile so that if someone steals the database he will not be able to use profile of my users.
Is there any module ...
0
votes
0answers
26 views
jQuery Re-Binding after tab change using Active Social for DotNetNuke
I am working with a third party tab control which is part of a DotNetnuke module called Active Social which I have no documentation for. The problem is when I change tabs I lose a js (masonry.js) ...
1
vote
1answer
32 views
How can I create a dotnetnuke user account properly from the command line?
I am trying to create a command line quick program to do a once-off import of users from an old system (non-DNN) to a new system. However, a NullReferenceException gets thrown at the following line ...
0
votes
0answers
11 views
DotNetNuke Reports Module Default URL Parameter
I am trying to use the DNN reports module. I have had great success using the query results fed to an XSLT to html transformation. You can make some really nice stuff this way. The issues I am running ...
0
votes
2answers
34 views
DNN jQuery conflict - pop up window won't close
I'm working on a DNN site that has been set up before my time here.
There's some conflict with the jQuery I believe, which prevents the modal pop up window in the attached calendar (link) events to ...
0
votes
1answer
50 views
Not able to make bootstrap responsive design work with dotnetnuke
You can view my website here: Website
I have used twitter bootstrap in my project with DotNetNuke. I did my designing and layout using HTML, CSS, bootstrap. The responsive design was working fine ...
1
vote
1answer
16 views
Why is my DNN friendly url redirect not taking effect?
I've added the following XML to my SiteUrls.config file:
<RewriterRule>
<SendTo>/pod/</SendTo>
<LookFor>.*abcdefg</LookFor>
</RewriterRule>
...
0
votes
2answers
48 views
My Disk Space Usage Is more Than Sum Of Space Of My portal and database [closed]
I have one dotnetnuke portal with size 60MB and backup file with 12MB, but my disk space usage is 139MB!!
I want to know what is that files that used my space.
How Can I Do that?
Edited :
I check ...
0
votes
2answers
29 views
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 ...
1
vote
1answer
21 views
DotNetNuke 'TrueFalse' profile property labels
By default, DotNetNuke 'TrueFalse' Profile Property displays two radio buttons with 'True' and 'False' labels. Is there a way to rename these labels so that they say something like 'Yes' and 'No', for ...
1
vote
1answer
27 views
X-UA-Compatible in DotNetNuke
Is there a way to implement a X-UA-Compatible: IE=edge,chrome=1 line of code in the .ascx of a DotNetNuke site? Or is there another place to implement it?
Presently, I've got:
<meta ...
0
votes
3answers
36 views
What is the best way to set AutoDeployment for Dot Net Nuke Web Site in TFS
i am looking for a way to autodeploy a Dot Net Nuke website by TFS after checking in. I also need to some how transform web config to the right connection for the deploy server.
Since this is a ...
0
votes
0answers
17 views
How do I add a new directory via DNN skin installation?
How do you add a new directory to DNN upon skin install? Is through the reference in the manifest?
1
vote
1answer
40 views
HTML tags in Dotnetnuke not working
I've been trying to add HTML tag to the page with no success. The code I use is:
Protected Sub Page_PreRender(sender As Object, e As System.EventArgs) Handles MyBase.PreRender
Dim defaultPage As ...
0
votes
1answer
23 views
integrate stand-alone YAF into DNN
I have an active YAF Forum and the members of the forum are demanding to integrate it into DNN. Can somebody who has done this before(Integrate a existing stand-alone YAF into DotNetNuke in a way so ...
2
votes
1answer
47 views
How do I integrate ServiceStack and DotNetNuke to provide REST services within a DNN authenticated context?
DotNetNuke 6.2 has a Services Framework that does something similar
http://www.dotnetnuke.com/Resources/Wiki/Page/DotNetNuke-6-2-Developer-Quick-Start.aspx#Services_Framework_18
The single ...
0
votes
1answer
34 views
DotNetNuke 6: AD Forms-based Authentication to Dynamics AX 2009 Business Connector
There are 2 parts to this question. To develop applications with ASP.NET that interface with AX 2009, calls to the Business Connector (BusinessConnectorNet.dll) must make a call through the Axapta ...
0
votes
1answer
23 views
DNN - Rendered aspx page show data similar to binary data
I have a DNN site and I updated it to a newer version 5.6.4.
After I've logged in, it redirects me to my page. Instead of the page, it shows me some unrecognizable character paragraph, not the actual ...
1
vote
1answer
44 views
Moving DotNetNuke From Local To Host
I have installed DotNetNuke 5.6 on my local drive,now i want to move it to host to run web site. What steps should I do to run my web site?
0
votes
1answer
32 views
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
...
4
votes
2answers
45 views
DotNetNuke - Header, Content and Footer
Is there any way, like one does with WordPress, to create a header.php, theme-file.php and footer.php and then combine them using hooks? It seems crazy to me to still duplicate skin files especially ...
0
votes
1answer
35 views
post form data to html table in DNN
I need your help
I have two pages in a DNN site. 1 is a form and 2 is a html table.
My question is. Is it possible to get the data from page 1 and send it to the table in page 2 in a DNN site? If ...
4
votes
1answer
67 views
Why is DNN killing my authentication cookies when I access an ashx from a child portal?
I am seeing a really wierd issue that only happens with non-administration users.
When the user logs in and accesses one page, they are logged out of the system. The page finishes loading as if they ...
2
votes
3answers
77 views
Idetification between multiple DotNetNuke module definitions
I have build a module in DotNetNuke 6 that contains multiple module definitions. A module can be added on multiple pages (tabs) and multiple module can be added to one page (tab).
Problem is that I ...
0
votes
1answer
36 views
Dotnetnuke user not registering
I have just installed Dotnetnuke on my website. I put a login module on the home page from where user can register. When they click on register a form is shown they fill out the form and click ...
0
votes
1answer
24 views
ASPX with DNN: Line Break in Generated Souce Code
Utilizing ASPX and DotNetNuke - when viewing the generated source code all of our META calls in the XHTML document HEAD are showing up on one line.
Is there an easy way to force line breaks between ...
0
votes
2answers
54 views
Change DNN Form into normal GET form
I'm working on making some changes to a Dot Net Nuke website with a customized skin. I found out that the header to the skins file was located in 'Default.aspx' here.
The form has some very strange ...
0
votes
1answer
44 views
Superfish sf-navbar issue in internet explorer 7,8,9
I am using Superfish menu for my DNN website and applying sf-navbar as a class for ul by using jquery in superfish.js. I think this is not a right way to include it! However, I have also defined the ...
0
votes
1answer
56 views
Not able to load my dotnetnuke website on Internet Explorer though it is working fine with other browsers
I have just integrated my design built using twitter bootstrap, html5, css, jquery with dotnetnuke to create a skin.
The html version in on following URL: ...
1
vote
1answer
36 views
DotNetNuke Custom Application Architecture
I have the task of developing a custom ASP.NET business application. It will essentially consist of record entry and a workflow to manage these records. We are looking to leverage a CMS and we've ...
0
votes
2answers
67 views
if menu item exists show or hide link with jQuery
I would like to check if my menu contains the menu item "Admin".
Admin is the name of the parent menu item. When the user is logged in they can see the admin menu.
My menu css path looks like this:
...
0
votes
1answer
68 views
dotnetnuke <customErrors mode=“Off”/>
I have successfully installed dotnetnuke 6 on localhost and is working fine but when i uploaded it to shared hosting webserver it is giving error
here is the link http://www.pakwindow.com/pages/
...
3
votes
1answer
30 views
DotNetNuke Unit Testing Facilities and Tutorials
What is the standard, best practice way to perform unit testing in a dotnetnuke app? I have searched SO as well as the dnn website, and wasn't able to find much info about this. I assume dnn has ...
0
votes
1answer
47 views
Fix/Replace DNN search-engine with FTP
I'm working on a DNN website, I have a user account with Admin privileges but don't have access to the Host Account. I do have FTP access and have been browsing around the file-structure and have seen ...
2
votes
2answers
80 views
How to convert a dnn site to mobile version?
I have a site made by dnn6.i need to add the mobile version of the site.how can i solve this problem.or is it possible to convert mobile compatible site.
0
votes
3answers
63 views
Change <head></head> in DotNetNuke without Host Access
I need to make a change to the header of a DotNetNuke website I have Admin access but not host access. I can also access the file directory of the website via FTP.
Is it possible for me to make ...
2
votes
1answer
67 views
DNN and windows authentication
I'm trying to achieve the simplest functionality related to windows authentication in DotNetNuke. What I need is just the user to be authenticated using windows authentication when accessing DNN site ...
0
votes
1answer
38 views
Extending on DNN Users and Roles, possible?
The way I create my menus is causing a slight problem. I define the style in my style-sheet and create a module with html in it, here's an example of the HTML:
<ul class="cmenu">
...
0
votes
3answers
86 views
different content based on browser version?
Is it possible to display different content within a CMS (DNN) based on the browser the user is using? For example, IF IE 7 then display content 1
IE7 doesnt like image maps that well and id rather ...
0
votes
0answers
61 views
HTML Z-index in a DNN menu system
I am trying to use the DNN mega menu in this website. Only problem is that it looks like the pic below... It works fine in chrome but once I try and run it in IE it looks like someone threw a grenade ...
0
votes
1answer
45 views
DNN Module Development: Creating HTML Module Functionality
I'm making a DNN Module and I want to add functionality similar to HTML Module. So I'm adding a telerik radeditor to the Edit.ascx along with dnn:Label. I also want to a button labeled Save that is of ...