|
|
|
|
|
2 Replies and 907 Views
DNN Platform Developer Quick Start Guide Step-by-Step 907 2
Started by Cody
For anyone interested in workin with the platform I just went through the process of getting things setup again. It has been a while and was having a tough time getting things setup. With the help of a few community members I was able to fight my way through it. Along the way I documented each step I took to do it. I then added some pictures and links in the post I created on GitHub for myself as a reference later and for helping you, our next community contribu...
|
|
|
|
2 |
907 |
|
|
2 Replies and 1689 Views
Output DotNetNuke.dll library with v.0.0.0 1689 2
Started by Barry Waluszko
When I compile &39;DotNetNuke.Library&39; project using Visual Studio 2019 through the option in menu &39;Build-> Build &39;DotNetNuke.Library&39; there are no errors. The problem that I have is that the out library &39;DotNetnuke.dll has version 0.0.0.0 instead of v9.3.0. This technique works for previous DNN versions, but not for DNNv9.3.
I also fallowed steps from this tutorial https://github.com/dnnsoftware/Dnn.Platform/blob/develop/.github/BUILD.md , but I got ...
|
|
|
|
2 |
1689 |
|
|
9 Replies and 3044 Views
How can one hide the Admin bar with JavaScript? 3044 9
Started by mkamoski
Dear DotNetNuke Developers,
Please help.
How can one hide the Admin bar with JavaScript
This is kind of what I have so far...
&60;&115;&99;&114;&105;&112;&116;&32;&116;&121;&112;&101;&61;&38;&113;&117;&111;&116;&59;&116;&101;&120;&116;&47;&106;&97;&118;&97;&115;&99;&114;&105;&112;&116;&38;&113;&117;&111;&116;&59;&62;&60;&47;&112;&62;
window.onload = function ()
{
...
|
|
|
|
9 |
3044 |
|
|
2 Replies and 2597 Views
CKEditor Editor Config Issues 2597 2
Started by James Howlett
In DNN7, you could load the editor.css file if you wished to add your own styles to the editor. We used this feature to add a class for links that was linked to a speedbump warning, telling site visitors that they were leaving that site for one controlled by other parties. Clients clicked on the CssClass menu, and selected the class (we removed all the defaults, and left about 5-7 per client so they weren&39;t overwhelmed).
On DNN5, clients had to note or remember the class names, and ...
|
|
|
|
2 |
2597 |
|
|
3 Replies and 1722 Views
Error in DNNGo xBlog when Migrated to DNN 9.2.2 1722 3
Started by Nikhil91
Hi,
I apologize in advance but this will be a long post. We had our project in DNN 9.1.1 and migrated to 9.2.2 and now my DNNGo xBlog project is giving me errors. The DNNGo xBlog project is compiled in Dotnet Framework 3.5. When I opened the project, I see following errors :
Error 387 The type or namespace name &39;Entities&39; does not exist in the namespace &39;DotNetNuke&39; (are you missing an assembly reference) somepath\DNNGo...
|
|
|
|
3 |
1722 |
|
|
3 Replies and 2036 Views
Errors of method not found for DNN 9.2.2 (Depricated methods) 2036 3
Started by Nikhil91
Hi,
We just migrated from 9.1. to DNN 9.2.2
I get the following errors :
1) Method not found: &39;System.String DotNetNuke.Entities.Modules.ModuleInfo.get_Version()&39;
2) Method not found: &39;System.String&91;&93; DotNetNuke.Security.Roles.RoleController.GetRolesByUser(Int32, Int32)&39;.
I read that DNN 9.2.2 has over 500 depricated methods removed. But how do I replace these methods with There are no suggestions in Visual Studio(I am using old version -VS 2013...
|
|
|
|
3 |
2036 |
|
|
4 Replies and 3305 Views
Visual Studio Must Have Extensions for DNN Devs 3305 4
Started by Cody
I would love to hear everyones feedback on dnn devs must have extensions for visual studio. I am slowly setting up my IDE really need some guidance help to cut down on some research efforts.
I see I need the GitHub extension which you download in VS 2019 and cannot from the website it will error and as it will tell you to go to the application to launch.
I really dont want to clutter my DNN IDE and keep it clean as can be running community edition. Any help here is awesome.
...
|
|
|
|
4 |
3305 |
by Cody 11/25/2019 10:10 AM |
|
9 Replies and 4455 Views
dnnjsinclude gives script src integrity check 4455 9
Started by Nikhil91
I am using DontnetNuke 7.4, Visual Studio 2013 and .net framework 4.0
I am referencing typekit.js in dnnjsinclude.
After a PCI scan, we are having a script src integrity check issue. I checked online and saw adding an integrity property with value as a key generated using https://www.srihash.org/ . However I think the integrity property here isn&39;t recognized and all the interface gets messed up. Is there any way to set it Kindly let me know if my que...
|
|
|
|
9 |
4455 |
|
|
3 Replies and 2381 Views
Popup 2381 3
Started by lfpardo
Greetings, I&39;m new to DNN, I&39;m from Colombia.
I try to open a popup window by selecting an item in DropDownList but I have not succeeded.
could you help me by giving me examples of how to navigate in popup and pages, thanks
my code
view.ascx
View.ascx.cs
protected void OnSelectedIndexChangedDropDownListAgregar(object sender, EventArgs e)
{
variable = DropDownListAgregar.SelectedItem.ToString().T...
|
|
|
|
3 |
2381 |
|