A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke 9 and Evoq.
Questions tagged [dnn9]
137 questions
0
votes
1 answer
How to show language short names in language selection dropdown in dnn9
I am working on building dnn9 multilingual site. I put language selection dropdown in theme.
To show dropdown in theme I am using this code:
<% if Localization.ActiveLanguagesByPortalID(PortalSettings.PortalId) > 1 Then %>
…
0
votes
1 answer
How to set DNNArticle tabbed to show articles by categories
I have installed module DNNArticle and ArticleTabbed to show each article by category, how to do it?
I know to create articles but when click in readmore button show empty page.

c3media
- 101
- 1
- 11
0
votes
1 answer
Permission not working for External URL page DNN9
I have created page type External URL and assign some permission but page can be open by any users either not log in or non authorized users.
I want to provide some roles to access that URL.

Jasbir Maan
- 3
- 1
0
votes
1 answer
Display IconFile in DNN menu
I am trying to modify the default skin of DNN 9.3.2 to display the IconFile which I have set under page settings for each page.
To display the icon anywhere on a page I used
…

alwaysVBNET
- 3,150
- 8
- 32
- 65
0
votes
1 answer
Subscribe to DNN User Login Events
I'm trying to hook into DNN User Authenticated Event by implementing IUserEventHandlers. DNN is not trigerring the event.
public interfaceIUserEventHandlers
{
void UserAuthenticated(object sender, UserEventArgs args);
void…

piresashwin
- 155
- 4
- 13
0
votes
1 answer
File Manager Module in DotNetNuke
I need a module to store files. The module should have different file sections and each section, file categories. I need users to have access to specific sections based on their user account and role. Categories are not standard and can be created…

Georgia Kalyva
- 737
- 2
- 9
- 23
0
votes
0 answers
2SXC not working on clean DNN 9.3.2 install
Tried to work with 2SXC on a clean DNN 9.3.2 install and tried with version 10.1. as well as 9.43.01 LTS version. No Luck. Never had this before. Any known problem with this version of DNN?
As soon as I click the "Manage Apps" option I get an error…

renderfarmer
- 45
- 5
0
votes
1 answer
hreflang tags in DNN
I want to have hreflang tags in the source code of a website, created in DNN
I have a website that is multilingual. In order to get a correct mapping for each language a correct hreflang should be present in the head…

Tycho de Waard
- 46
- 9
0
votes
1 answer
DNN attach file to Notification
I am using DNN 9 and I want to send a notification with an attachment file, but seems that DNN doesn't allow to do that.
Is there is a way (or any workaround) to do that?
Here is the DNN code of the NotificationsController
and here is my code that…

Ⲁⲅⲅⲉⲗⲟⲥ
- 608
- 1
- 8
- 31
0
votes
1 answer
dnn give HttpClient error 'The request was aborted: Could not create SSL/TLS secure channel' on linkedin api v2 call in module
I am trying to integrate linkedin API v2 within dnn ( custome module) However when try to get token via httpclient request . It genrates error
The request was aborted: Could not create SSL/TLS secure channel.
It works from mvc c# .net application…
0
votes
3 answers
DNN change username without logging out
I want to change the username of the currently logged-in user (programmatically) without logging the user out after doing that.
Here is the method code that I use
public void ChangeUsername(int userId, string newEmailAddress)
{
…

Ⲁⲅⲅⲉⲗⲟⲥ
- 608
- 1
- 8
- 31
0
votes
1 answer
How to use the WebP image format in DotNetNuke?
I am trying to add the following code to my DotNetNuke website to improve site performance, but it seems like .WebP format images do not render for some reason, It will show the broken Image icon. I doubled checked the image paths and everything is…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
CKEditor is changing my SRC or Href when saving
I am trying to save a link in DotNetNuke (DNN) using the CKEditor for the HTML module.
When I save, the editor will automatically adjust the link.
I am trying to save it as
data-src="#bronze"
The reason for the hashtag is for displaying a fancybox…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
Create Master-Child sites in DNN, access and inherit contents from master site to child sites
I am creating an application with DNN, in which, I want my content to be common shared across different platforms (Like web applications, mobile applications using API).
Also I will be creating multiple child sites based on master site, where all…

VikrantMore
- 903
- 7
- 25
0
votes
1 answer
JavaScript code on onClick event causing "dangerous Request.Path" error
I am attempting to expand a CMS system we are using ... writing HTML code to create a Button with the onClick event calling a custom JavaScript function defined.
The function that is being called first queries the user with a "confirm()", and if the…

TekkGuy
- 107
- 2
- 15