Recent Comments
  1. Re: Onclick event only accessible by a user with edit rights

    Dude, I love you! I just wasted 2 days trying to find the problem. I didn't even notice in the begin...

    --Alex

ModuleDev

General thing to sharing with you

Using Ext JS FormPanel in DotNetNuke

3.x and 2.x Cannot render a formpanel, asp.net to blame

http://67.228.178.42/forum/showthread.php?p=351896

ASP.Net and FormPanel fix

https://www.extjs.com/forum/showthread.php?t=30047

Need help with FormPanel in an existing form element

http://www.extjs.com/forum/showthread.php?t=20010

render formpanel into existing asp page

http://www.extjs.com/forum/showthread.php?p=231474

LiveUI Web framework:

http://liveui.net/docs/overview.html

How to add module's source package to DNN development environment

Download the source package

You should get the source package of the module you want to modify. For DNN official module, source package shipped with PA package in the sometime, for third part module, if it's open source, you can find a source package on it's website.

For example, DNN official Announcement module:

Customize the login interface of DNN

Sometimes, we want to customize the login interface of DNN,

One quick way is modifying the ascx file of login control. In DNN 4.x+, you can find the login control at Admin/Authenticaion/Login.ascx

But when you open the Login.ascx, you will find you can not see the User Name and Login field, what’s the problem?

For supporting multiple authentication way, DNN 4.x+ redesigned the login control. Administrator can config DNN use many authentication provider, so User Name and Password field will be dynamic injected, in Admin/Authenticaion/Login.ascx, we can find those code:

Onclick event only accessible by a user with edit rights

I having the following problem with all of my custom modules. When I add a linkbutton or button in my custom module "View" page the onclick event of this button is only accessible by a user with edit rights on the module. I need for Every user (unregistered) to be able to click the button.

Even in a simple Module that does not even have an Edit page and with no settings needed. Just a view page that does one simple thing the DNN wont let you click any custom buttons if the user does not have edit rights