• Login
  • Register

DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.
 9 Subscribed to this forum
Search this forum:
Search
You are not authorized to create a new topic
Page 2 of 14 << < 12345 > >>
Topics
 Replies
 Views
 Subscribers
 Last Post
1 Replies and 293 Views and 1 Subscribers Inject html tag via hard code (C)  293  1  1 Started by  Mahmoud Nouraei Hi, I want to create a provider that injects code into the page. How to inject html code in all pages using a provider For Example: <html> <head> inject code (<link href=&39;www.site.com/home&39; Rel=&39;canonical&39; />) </head> </body> ...... </body> </html>
1 293 1
by  Will StrohlJump to last post
4/19/2023 9:58 AM
1 Replies and 297 Views and 1 Subscribers Error GetRouteData  297  1  1 Started by  devildog67 We&39;re using DNN version 8.0.4.  I&39;m getting the error below when my app routes to this URL when I&39;m trying to debug my module locally: 404 the resource cannot be found https://dnndev.me/Home/Compare-Your...1679932804| The error in the event viewer is: Object reference not set to an instance of an object. at DotNetNuke.Web.Mvc.Routing.StandardModuleRoutingProvider.GetRouteData I&39;ve confirmed that the controller rates and method index exist in the app...in...
1 297 1
by  Will StrohlJump to last post
4/4/2023 5:33 PM
2 Replies and 291 Views and 1 Subscribers Role conflict - permissions to view pages (DNN 5.4)  291  2  1 Started by  Seek HI, configured on a user, I have a role that allow to view a page, and another that deny it. And in a utopian world, that would violate Kiri-kin-tha&39;s First Law of Metaphysics: "Nothing unreal exists". In the DotNetNuke.Security.Permissions.PermissionProvider class, it clearly reads (permissionKey=&39;VIEW&39;):          private bool HasPagePermission(TabInfo tab, string permissionKey) { return ( PortalSecurity.IsInRoles(tab.TabPermissions.ToStr...
2 291 1
by  SeekJump to last post
3/28/2023 3:30 AM
21 Replies and 11207 Views and 2 Subscribers NavigationManager  11207  21  2 Started by  Michael Tobisch
(Topic has multiple pages1 2 3 )
Hi all, I got a problem when replacing the Globals.NavigateURL() function with the new INavigationManager. What I have done: namespace myNamespace { public partial class myControl : PortalModuleBase, IActionable { &91;...&93; protected INavigationManager NavigationManager { get; } &91;...&93; region IActionable public ModuleActionCollection ModuleActions { get { ModuleActionCollection actions = new ModuleA...
21 11207 2
by  Will StrohlJump to last post
3/15/2023 10:19 AM
2 Replies and 402 Views and 1 Subscribers DnnWebViewPage and @Html.DevExtreme() helper  402  2  1 Started by  pzejer I want to use DevExtreme control in DotNetNuke MVC module. View in DNN MVC module inherits from DotNetNuke.Web.Mvc.Framework.DnnWebViewPage<someModel> To use DevExtreme I comment this inheritance and gave: using DevExtreme.AspNet.Mvc to make a proper ref to Html.DevExtreme(). Problem is that without DnnWebViewPage any Url.Action() to proper controller action url is damaged. Is it possible and how to make a DnnWebViewPage inheritance and even helpers with DevExtreme helper objects ...
2 402 1
by  pzejerJump to last post
3/15/2023 3:28 AM
5 Replies and 481 Views and 2 Subscribers How to test DNN manifest  481  5  2 Started by  Seek Hello developers, how do you test the DNN manifest before releasing a new version of your modules
5 481 2
by  SeekJump to last post
3/14/2023 7:56 AM
5 Replies and 934 Views and 2 Subscribers Problem modifying logout  934  5  2 Started by  Joshua Rose Creating an auth provider and I&39;ve had some success with login  But now that I&39;m working on logoff I can&39;t even seem to hit the breakpoint in the authentication provider I put together. I see logoffHandler in web.config <add name="LogoffHandler*" path="Logoff.aspx" verb="*" type="DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke" preCondition="integratedMode"/> Not sure if it&39;s related. Maybe I need...
5 934 2
by  Will StrohlJump to last post
2/27/2023 12:31 PM
5 Replies and 642 Views and 2 Subscribers How to use licensed Telerik?  642  5  2 Started by  Ana_Dana I recently upgraded to DNN 9.11.0, and the install couldn&39;t remove Telerik as we have quite a few custom modules which use Telerik. I see that the Telerik version that is installed with DNN has security vulnerabilities. I have a developer license for Telerik. I want to to use the latest version of Telerik in my custom modules. Luckily, we used Telerik Controls directly. I see the notes and steps from this link: https://docs.dnncommunity.org/content/getting-started/setup/telerik-removal/...
5 642 2
by  Will StrohlJump to last post
2/22/2023 11:59 AM
2 Replies and 443 Views and 3 Subscribers Can parms be passed to custom scheduled job?  443  2  3 Started by  Matthew I have created a custom job class by following this blog.  Is it possible to pass values as parameters into the code or is there another approach to providing data
2 443 3
by  Will StrohlJump to last post
2/6/2023 6:04 PM
6 Replies and 566 Views and 1 Subscribers Extending Globals class  566  6  1 Started by  Seek Hello, I need to extend the sealed class Globals. My former colleagues have modified the class directly, but honestly I do not consider the best way... I need to add properties and the practice would be for me to create an Adapter class. Then I have to add some methods and redefine others and in this case I have to write an Extension class. The question is: what is the best way to achieve the 2 things possibly using only one class Thanks S.
6 566 1
by  Will StrohlJump to last post
1/31/2023 12:38 PM
You are not authorized to create a new topic
Page 2 of 14 << < 12345 > >>


RSS Feed Available

These Forums are dedicated to the discussion of DNN Platform.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved