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…
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]…
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:…
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.
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 !
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…
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…
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…
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…
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…
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…
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 =…
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…
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…