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
1 answer

Dotnetnuke homepage name included in url for some languages

I'm having trouble with dotnetnuke 7. For some languages, when i enter my home page i have something like this (which is…
Tomasz Sikora
  • 1,649
  • 3
  • 19
  • 30
0
votes
1 answer

dnndev.me works on chrome and firefox browser but not IE

I have a win 8.1 pc with sql server epxress 2012 and iis 8. I set up the dnndev.me testing environment as per @christoc tutorial HERE. This works perfectly when i request the dnndev.me page in CHrome, Firefox, and safari. But IE will not display…
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

dotnetnuke 7 and google's new universal analytics

the question I have is similar to This SO question. I know where to find the SiteAnalytics.config files and what they do. But I want to know how to use the new universal analytics code that google provides. The current DNN anayltics code is as…
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

DNN Portal and Page relative images in custom skin css

I have a custom skin that I designed. It is used on more than one portal that I manage. I want to add the ability change a header image based on the page that is being displayed. This image is a background and I don't want to use a content pane…
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

Add javascript file to container control

Within my skin I have a module container where I want to add a JavaScript file. No problem, I use: <%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %>
jerone
  • 16,206
  • 4
  • 39
  • 57
0
votes
1 answer

DNN module with multiple sqlprovider install scripts

Context I have a DNN 7 module that uses multiple tables. I have the CREATE TABLE statements in separate files for clarity and ease of use. My module's .dnn file has multiple entries for each script under the components tag. Problem When I install…
Dillon Hafer
  • 156
  • 1
  • 8
0
votes
2 answers

DNN with Telerik RadButton doesn't render Text from resource file

I hope that someone can help me with issue. In a DNN custom module that I'm creating, I have a RadButton that doesn't show the Text value from the resource file. Other controls do read the values from the resource file. I tried from the ascx and…
Luis LL
  • 2,912
  • 2
  • 19
  • 21
0
votes
0 answers

DNN7 Installation Error

Whenever I try to Install DNN7 with or witout WebMatrix I got the same Error. I think tried every solution - gave a appropriate permission to the folder, true collation used. But not working. Whenever I install I get this error. Installation log:…
0
votes
3 answers

Why are DAL2 queries missing field names and showing SELECT NULL?

I am creating a module for use in DNN 7+ and would like to use DAL2 for data access but am having some problems selecting items from the database. My code appears to be connecting to the database successfully but the queries that are generated by…
0
votes
1 answer

DNN7 Populate Dropownlist Of Registration Page in Dotnetnuke

I am new in Dotnetnuke. I Have a Question About DNN Custom Registration form. I have created a custom registration form and Added DropDownList on Form of DataType List and Added Entries In It.It showing that DropDownList. Now My Problem is that; I…
Frank James
  • 157
  • 2
  • 5
  • 15
0
votes
2 answers

Custom DNN module won't be dropped onto a page

I have a custom DNN module that works well in DNN 5. After modifying the module to work in DNN 7 and installing it successfully, nothing happens when I drop one of the module's controls on a page. In the event viewer, I see the following log entry…
0
votes
1 answer

dnn upgrade of 7.0.5 to 7.1.1 install/provider zip files error

I had an error during an in place upgrade of DNN 7. the error occured during the installation of the new providers from the install/providers folder. SPecifically i think it was during the rad editor provider upgrade. here is the…
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

DNN 7 in-place upgrade install folder contents

I am having some trouble upgrading my dnn 7 website. I am upgrading from 7.0.5 to 7.0.6 and I have previously tried upgrading to 7.1.0 but I ran into errors, now I have left over files from the previous upgrades left in the instal/authSystem…
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

Dotnetnuke host login redirects to ERR_TOO_MANY_REDIRECTS

I've installed the community version of DNN. then i've started to develop some modules - this worked fine. then i saw that dnn have AuthenticationServices and wanted to create one for connection to MS CRM. then i've tried to install this…
domiSchenk
  • 880
  • 4
  • 23
  • 41
0
votes
1 answer

Show language/culture code in HTML module

Is there a way to use or render the culture code (e.g. "en-US" or "fr-FR") in an HTML module using the Community edition of DotNetNuke 7? My objective is to pass this into the iFrame URL that's inside the HTML module, along these lines:
Jeroen
  • 60,696
  • 40
  • 206
  • 339
1 2 3
20
21