Questions tagged [dotnetnuke-8]

Version 8 of the DotNetNuke open source CMS.

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

37 questions
0
votes
0 answers

iframe is not working on SSL (https)

I am using an iFrame option on a DotNetNuke website. We are on Evoq Content Basic Version: 08.00.00 (2174) and 04.05.00 iframe version. (the latest 8.0.0 module is not supporting and can not install it on this DNN version) Our DNN site worked with…
Yma
  • 23
  • 1
  • 6
0
votes
1 answer

DDRMenu - Could not locate Razor Host Factory type: System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc

We have tried to upgrade dnn site from v7.3.2 to v8.0.3 but the upgrade was failed and while rolling back the changes the DDRmenu disappeared and the logger shows. The specified dll is present in the bin folder. Can anyone help us? [ERROR]…
0
votes
1 answer

2SXC - Complete Upgrade not completing after 8.x upgrade to 9.2

Referring to this article: Link » What to do if 10x pressing the button does not do the trick? We have updated the modul from 8.x to 9.2 four days ago and have been pressing the button ever since. It is now still showing "Error: System.Exception:…
0
votes
1 answer

How to login to Dotnetnuke programatically

I'm developing a mobile app with DotNetNuke 8.0 on the backend. I can't simply display a DNN login page, so I have to construct the HTTP multipart form for users to log in. I've researched for hours and can't find a solution.
Martin Muldoon
  • 3,388
  • 4
  • 24
  • 55
0
votes
1 answer

Email templates in DNN

is there any ability to create custom email templates in dnn 8, I didn't found anything in the official documentation related about this topic. Thanks !
cbyte
  • 13
  • 1
0
votes
1 answer

DotNetNuke (DNN) 8 Built In Web Services API

Does DotNetNuke have a built in web services API I can call or do I have to create my own end point? All the documentation I can find about the services framework talks about creating your own module with a service to extend theirs. What I would…
Bill
  • 1
0
votes
1 answer

Can I configure the DNN Search to be Section 508/WCAG 2.0 compliant?

I have several DNN (DotNetNuke) portals that use the DNN Search token on their respective skins. When I run a Section 508 / WCAG 2.0 accessibility report, it indicates that the DNN Search does not meet Section 508 / WCAG 2.0 guidelines. Has anyone…
0
votes
2 answers

DNN8 and SQL Server 2014 connection issue

I have SQL Server 2014 installed as a default instance MSSQLSERVER. My computer's name is DHAVAL-PC. So I used to connect SQL Server database engine with DHAVAL-PC. Coming to DNN 8 Installation, I used to type my server name as DHAVAL-PC and the…
sadhana
  • 143
  • 1
  • 10
0
votes
2 answers

DNN Open 'Leaving Site' Modal on external link click

Newbie here. Tried a few different examples on the site without any luck. My situation is that we have links across our entire DNN site (Evoq 8.5) that have the following format. I am trying to open a…
csunder
  • 1
  • 1
0
votes
2 answers

How to add a connection string in DNN 8

DNN 8 appears to have an encrypted connection string to access its database:
BKahuna
  • 601
  • 2
  • 11
  • 23
0
votes
1 answer

How and where to add JQuery in Module project in DotnetNuke(DNN)?

I am beginner in DotnetNuke. I am creating a project which provide a Module that can be add in DotnetNuke based website. I have configured www.dnndev.me in my IIS server and created project in DesktopModule folder of it. I can create, build and add…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

Allow public usage of WebService DNN API

I have some webservices which only logged on users can use. However, I need one to allow public access and to non-registered members to use as well. I have given my DNN module permissions to be viewed by Unauthorized and All users and my webmethod…
alwaysVBNET
  • 3,150
  • 8
  • 32
  • 65
0
votes
1 answer

Get RoleName from a RoleGroup by UserID

I have a RoleGroup with some Roles in it. A user can only belong to one of these roles. How would I get the RoleName based on the RoleGroup which the user belongs to? Any ideas? Dim roleGroupOmniProfiles =…
alwaysVBNET
  • 3,150
  • 8
  • 32
  • 65
0
votes
1 answer

Answers module interfering with Discussion Module

I am using dnn-8. I have one page which has Answers module. On another page I have added Discussion module. Now I require to add all the post from the answers module in the rightPane of the second page. I did that using existing module and it is…
0
votes
1 answer

Getting all friends in DNN programmatically

I am trying to retrieve all the friends of a particular user. From the DNN RelationshipController I can only find the way to get the relationship between two users. Is it possible to get all the friends of a user? 'Get the relationship between two…
alwaysVBNET
  • 3,150
  • 8
  • 32
  • 65