A .NET open source content management system and web application development framework
1
vote
1answer
22 views
Controller not filtering data in Breeze query in DotNetNuke Module
I am trying to include the basic Breeze sample in a DotNetNuke module (it works fine in a standalone WebAPI project). To simplify things I remove the client and will just refer to the URL JSON calls I ...
1
vote
4answers
288 views
What are your recommendations for reducing the number of resources (JavaScript and CSS) that DotNetNuke loads?
The home page for DotNetNuke 5.2 is around 252.6KB. It uses 15 JavaScripts and 8 CSS files. The number of resources DotNetNuke uses seems excessive to me. I am looking for best practices creating ...
-1
votes
1answer
10 views
Error occurred while installing dotnetnuke
I have a problem installing DotNetNuke 7. I configured the ISS, the sql Server database and the setup started perfectly. But then it showed me this error:
13% ERROR occured - Step Failed - File ...
0
votes
1answer
13 views
same older dll override existing newer version in bin folder
I've build 2 modules for DNN and they work great. Both modules depend on a separate project, that is included by a dll file. Both installations include that dll to the bin folder.
Now if one of the ...
0
votes
1answer
40 views
Highslide Image Gallery DotNetNuke
I am trying to use Highslide (http://highslide.com/) on my DotNetNuke site.
The problem is the thumbnails simply link to the images, rather than opening in Highslide.
It is as if the javascript is ...
0
votes
0answers
10 views
Include jQuery UI in DNN 5.6
I am redesigning a website that is running DNN 5.6. This is my first time using this CMS, so I am new to most of asp.net. My problem is, I cannot get jQuery UI to register on my pages. I've built the ...
0
votes
1answer
16 views
Dnn text editor doesn't change form a basic text box to Rich text box
i have an issue regarding to dnn text editor
<dnn:texteditor ID="Texteditor1" runat="server" />
when i change it mode from a basic text box to rich text box it doesnt change.
What can be ...
1
vote
3answers
25 views
DNN Count User Query
Why is DNN running this query continously:
Select count(*)
from dbo.DNN_vw_users
where portalID = @PortalID and IsDeleted = 0
This query is taking a total CPU time of over 600,000ms and its ...
-2
votes
1answer
13 views
Need to migrate static old website to new dotnetnuke website [closed]
I need to migrate pages to new dnn website.There are only 10-15 pages.So its better that i make new pages in dnn website.
But i want same content of static pages also in Dnn pages.
Please suggest me ...
1
vote
1answer
27 views
Has anyone created a DNN 7 user with the services framework?
I'm trying to create a user with the DNN 7 services framework. I've taken my working code from my custom registration module and modified to work within a DNN webapi function.
When I get to the ...
0
votes
1answer
18 views
Normal User Control in DNN
In DNN, when one is developing a custom module, the user controls for the custom module are normally inherited from a special base class called 'PortalModuleBase' in DNN Framework.
Is it possible to ...
1
vote
3answers
510 views
Help on DotNetNuke
Does any body know how can i change the layout of a dotnetnuke website. I need to modify the standard layout
0
votes
1answer
17 views
Page Title and Site Title Configuration DNN 7
Currently I am using DNN 7 and when I view a page the Tab looks something like below
SiteLogo SiteName > PageTitle
I am unable to find any settings within DNN that will allow me to specify how I ...
0
votes
1answer
15 views
DNN: losing login session after home page
I have a DNN server with many portals on it. Of all the separate portals (site), one seems to have a strange login/session issue. On the site in question, if you log in as a host OR administrator, ...
0
votes
1answer
17 views
DotNetNuke Installation Wizard Keeps on Loading
Coming to straight to the point. I am installing DNN and the installation wizard just keeps on loading and loading. Even if I fill the fields but links are not working. Apparently javascript hasn't ...