Feeds:
Posts
Comments

Archive for October, 2007

Just found out that DNN 3.2 tab menu doesnt support francias if using the friendly URL feature offered by DNN, so I have to uncheck it to make it work for now. Let me know if you got better solution for me. I tested DNN 4.6.2, seem like they already solve this problem.

Read Full Post »

This is a challenge to apply the CSS for DNN’s solpartmenu. Hope this link will help some of you if you want to change the style of default solpartmenu.
Here the link : http://www.skincovered.com/dnn-menu.aspx
I have a nightmare to figure out the SolPartMenu Style! 
Do pay attention with those CSS I listed below! If you want to customise your solpartmenu! Use [...]

Read Full Post »

If you have experience to develop DNN Module, you aware of “DotNetNuke.Common.Globals.NavigateURL()” is to return from Edit Page to View Page or Listing Page, what if I want to navigate to detail page from view or listing page? Yes, you also can use “DotNetNuke.Common.Globals.NavigateURL()” but you need to pass 2 extra parameters for this method, [...]

Read Full Post »

Well, this post I will share with you my finding about the DNN IMC, something like you want to pass 1 or more values from one module to another module, imagine you created 2 modules, one is search module another one is result list module. You type something in search module and hit “go”, the value from [...]

Read Full Post »

I try to use myGeneration code generator for DNN module prototype. My god!  It not able to display the tables of DNN database which I m just setup! After playing around with the tool. I found out the database name playing very important role here! Here the step I tried.
DB name = DNN4.6.2 ( Not able [...]

Read Full Post »

If your DNN website need a site map, you can find the open source application from here.
After deploy the DNN SiteMap, the DNN really solve my problem, but I found out the SiteMap’s parent node order is not same with Tab Menu’s Order.
 Here the Solution,

download the source code here
launch the VS.NET 2005 and open the solution
double click [...]

Read Full Post »