Posted @ 9/15/2008 6:03 PM By Nicholas Lu
There are many details of which we need to take care when we set the DNN SMTP. Using the right settings combination in SMTP is very important.
Read the rest of entry »
|
Posted @ 9/10/2008 6:12 PM By Nicholas Lu
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:
Read the rest of entry »
|
Posted @ 9/10/2008 5:28 PM By Nicholas Lu
I need to deploy a Paypal "Donate" button. The html that Paypal provides has
Read the rest of entry »
|
Posted @ 9/3/2008 5:53 PM By Nicholas Lu
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.
Read the rest of entry »
|
Posted @ 8/31/2008 7:02 PM By Nicholas Lu
Step one:
"Admin->Site Settings -> Languages"
uncheck
* Enable Browser Language Detection For Current Portal?
* Disabling this option will show the site in the default language of the site.
Setp two:
"Admin->Site Settings"
in "Site Settings" "Advanced Settings->Other Settings->Default Language", switch to the language you want.
Read the rest of entry »
|
Posted @ 8/31/2008 5:36 PM By Nicholas Lu
Sometimes, we want to customize the login interface of DNN,
One quick way is modifying the ascx file of login control.
Read the rest of entry »
|