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.
Archive for October, 2007
DNN 3.2 tab doesnt support francias?
Posted in DotNetNuke v4, dnn, dotnetnuke on October 31, 2007 | Leave a Comment »
DNN SOLPARTMENU attribute
Posted in DotNetNuke v4, dnn, dotnetnuke on October 30, 2007 | Leave a Comment »
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 [...]
DotNetNuke.Common.Globals.NavigateURL()
Posted in ASP.NET 2.0, DotNetNuke v4, asp.net, dotnetnuke on October 18, 2007 | Leave a Comment »
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, [...]
Inter Module Communication in DNN using C#
Posted in ASP.NET 2.0, DotNetNuke v4 on October 16, 2007 | 2 Comments »
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 [...]
table unable to display when using myGeneration?
Posted in ASP.NET 2.0, DotNetNuke v4, tagged DotNetNuke4.6.2, MyGeneration on October 11, 2007 | Leave a Comment »
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 [...]
DNN Site Map
Posted in ASP.NET 2.0, DotNetNuke v4, tagged asp.net, DotNetNuke 4.5 on October 3, 2007 | Leave a Comment »
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 [...]