Questions tagged [dotnetnuke-7]

Version 7 of the DotNetNuke open source CMS.

Version 7 of the DotNetNuke open source CMS hosted on Codeplex. Visit the project's website at http://www.dnnsoftware.com/.

309 questions
0
votes
2 answers

Intellisense in DNN Christoc Module Development template not working for registered controls

I have created a module using the Christoc Module Development templates for Visual Studio 2015 on a local install of DNN 7.4.1. In my module I am using Telerik controls as well as DNN controls including dnn:DnnJsInclude, dnn:TextEditor,…
Lewis Hamill
  • 171
  • 1
  • 13
0
votes
1 answer

DNN 8 Search function misbehaving

I have upgraded a site from DNN 7 to DNN 8 http://esiwebsitedev.centralus.cloudapp.azure.com/ We encountered problems like pages redirect to 404 pages and search results are…
0
votes
0 answers

Using Signalr In dnn

I am using signalr library in my DotnetNuke module. Currently I have inserted the follwing record to hostsettings table in DNN DB insert into hostsettings (SettingName , SettingValue , SettingIsSecure , CreatedByUserId , CreatedOnDate ,…
0
votes
1 answer

How to create Custom Module in DNN 7.3.3?

Can anyone help to make custom module in visual studio for DNN Software. Or any reference. I am using VS-2013 and DotNetNuke 7 C#.
0
votes
2 answers

DNN HTML being injected into site

I have a bit of HTML that seems to getting injected into my site. I have checked the skin html, the modules on the page (settings and develop) and the page settings withing and I can't see where it is coming from. As A work around I am trying to…
0
votes
0 answers

2sxc: can not install any apps

I have recently installed the latest version of the base app from codeplex (2sic_2SexyContent_08.04.08_Install.zip ) to DNN vesion 7.4.0, created a new admin page and added the module there. from there I have tried to add a new app…
Bryan
  • 1
0
votes
1 answer

Open Web Studio - How to use in skin file in DNN Website

My DNN Website uses lots of ListX controls. I have successfully upgraded the listX controls to OWS. However I am not sure how can I use it in Skin files Following is a ListX tag.
Sachin Pakale
  • 292
  • 2
  • 4
  • 19
0
votes
1 answer

Dnn Rich Text(Text editor) template manager doesn't load

I've been working with DNN for the past weeks and now it's finnaly time to make my project to the production server, but I found an issue. In the default Rich Text we have a "Template" option, witch we can save html presets, saving them works fine.…
Daniel Costa
  • 137
  • 2
  • 10
0
votes
1 answer

DNN Search (index documents)

I got a question regarding the search module of DNN. I am currently using DNN community edition 7.4 and I want to index PDF documents so that I can search on the content of the PDF files. Now after a lot of research I found the following…
Rotan075
  • 2,567
  • 5
  • 32
  • 54
0
votes
1 answer

Basic Features is currently unavailable - Dotnetnuke

We have recently upgraded our DNN site from 6.0.3 to 7.4.2 version. The upgrade went successfully. But recently we are getting the following exception when we login to the site and click on the Admin menu option. Error: Basic Features is currently…
Sachin Pakale
  • 292
  • 2
  • 4
  • 19
0
votes
1 answer

Dotnetnuke development to production migration

I have currently updated our DNN site to version 7.4.2. I have implemented skin & content changes for our site in local environment and want to know the best path to deploy these changes to our production site. I have tried using the Export site…
Sachin Pakale
  • 292
  • 2
  • 4
  • 19
0
votes
1 answer

Need some clarification of DNN Evoq

I'm DNN developer but didn't know much more about DNN Evoq. I need to convert my website from Professional Edition to Evoq. Current website has 28 custom modules, 1 skin and 100+ Pages. My Questions: Can I integrate current website modules in…
0
votes
2 answers

How to show a module that is used in many tabs in DotNetNuke

We are new to DNN and we plan to add a product module that is in charge of adding, editing, deleting, listing, and showing the details of the products. We have written a UserControl named ProductsList.ascx, which has AddProducts.ascx and…
0
votes
1 answer

GUID Inserting as Username while create DNN user programmatically

I have write code for create DNN user programmatically by following code but it is inserting Username like this 50c5c87e-bba7-4fc8-b2b4-1d9e3e388dc5-contracthiring@outlook.com. It is something looks like merging GUID + EmailAddress. But it should be…
0
votes
1 answer

Dotnetnuke.install.config documentation

I am looking to create a custom build of DotNetNuke (vr. 7.4.2). Trying to configure the configuration file (Dotnetnuke.install.config.resources) for the installation in order to fit my custom build seems to be puzzle. There are some specific tags…
Christos Asa
  • 155
  • 1
  • 1
  • 13