摘要:这四个DNN模块开发指南各有千秋,我一直使用的是第三种方法。 http://dnn.johndcooper.com/Default.aspx?tabid=55 http://www.dotnetnuke.dk/Default.aspx?tabid=60 http://dnnjungle.vmasanas.net/Default.aspx?tabid=28 http://www.semibra...
阅读全文
摘要:在DNN中,站点的外观、总局全靠皮肤,容器,皮肤对象来改变。而制作皮肤,容器,皮肤对象非常的容易,本文就简单介绍一下这三者的有关知识。 皮肤 皮肤是整个站点的外观布局,它的文件夹位于Portals/_default/skin(这是主机皮肤)中或Portals/0/skin(这是站点皮肤,0为站点标识,如果有多个站点,就会出现1,2...)中,主机皮肤在各个站点中共享,而站点皮肤只能在指定的站点...
阅读全文
摘要:这篇随笔对SKIN.VB的分析可能比较简单,但具体的流程我应该是写出来了,对于它的具体作用还是需要大家自己的分析里面的代码,毕竟我也是自己研究,对一些地方的看法也有或多或少存在错误。 一,获取当前请求的httpcontext的入口设置 Dim_portalSettingsAsPortalSettings=CType(HttpContext...
阅读全文
摘要:一,保存密码框中的数字 一般的,当用户登陆的时候填错用户名或密码,IE会自动将密码 框的内容给清空掉,但有没有办法保存下来呢,有,下面是DNN的保存方法,(我以前在论坛里也看见过这贴子,但怎么做的我也忘记了) PrivateSubPage_Load()SubPage_Load(ByValsenderAsSystem.Object,ByValeAsSystem.Ev...
阅读全文
摘要:错误描述: 以host登录DNN3.0.8网站,点击“常规任务”上的“文件”图标,会出现如下错误: 错误: 文件管理器 当前无效. DotNetNuke.Services.Exceptions.ModuleLoadException: 未找到路径“F:\My Projects\Asp.NET Source\DotNetNuke\DotNetNuke_3.0.8\DNN3\Porta...
阅读全文
摘要:今天下载安装了DotNetNuke3.0.8,总体感觉比以前版本要稳定得多。这个版本被DNN 核心团队称为Release Candidate(RC),也就是所谓“发布版候选人”,相信不久之后的DNN3.0.9就将是最终发布版本了。 不过发现了一个以前3.x版本都没有遇到的小问题,定义页面名称(TableName)的时候,不允许输入中文页面名!查看了一下源文件,发现原来在 "adm...
阅读全文
摘要:This article provides a summary of how to expose existing DotNetNuke modules as a Web service to any consumer. --> Recently...
阅读全文
摘要:Design a data model to hold the Image list information. Create a DotNetNuke version 2 data access layer (DAL) and SQL script files Make a view control, which is the primary presentation layer Make ...
阅读全文
摘要:使用这个三个作为主程序搭建的网站:) DNN作为网站主框架程序,论坛和博客作为应用程序,数据供主框架调用。 基本上不用任何编辑器,通过网页本身就可以建设网站了。 不说了,来看看就知道了。。 http://www.lawoy.com 法维网 http://blog.lawoy.com 法维网 法律博客 http://bbs.lawoy.com 法维网 法律咨询
阅读全文
摘要:概要 3.0版本的DotNetNuke使用一个安装模版来控制安装的进程。这个安装模版是一个XML文件,这篇文章将介绍这个模版中的节点和他们的用法。 节点 节点是模版的根节点,其他所有的节点都是它的子节点。总共有8个下级节点: 子节点 提供模版的描述。 子节点 创建数据库模式脚本的名称 (这个脚本必须位于web.config中default Da...
阅读全文
摘要:Creating a DotNetNuke Module using notepad - For absolute beginners! (Page 3) page 2 Changing the module: ...
阅读全文
摘要:Creating a DotNetNuke Module using notepad - For absolute beginners! (Page 2) page 1 Creating the Development environment: ...
阅读全文
摘要:http://adefwebserver.com/DotNetNukeHELP/DNN_Module1/Default.htm DotNetNuke is the fast growing free portal software available here. There are plenty of tutorials on the we...
阅读全文
摘要:In this final article of our module architecture series, we will look at the architecture of the database provider class, and finally creating our distribution and installing o...
阅读全文
摘要:In this second part of a three part series we will cover the Business Logic Layer, and the Data Abstraction Layer of module Architecture of DotNetNuke. ...
阅读全文
摘要:In this article we go over the architecture of a DNN 2.x module, specifically the Survey module example included within the DotNetNuke distribution. In part one, we cover setti...
阅读全文
摘要:This article provides a summary of how to expose existing DotNetNuke modules as a Web service to any consumer. --> Recently...
阅读全文
摘要:DotNetNuke中国官方网站DNNChina上有《DotNetNuke 3.0.4 安装指南》一文,我在这里以3.0.7为蓝本稍做详细点的说明,2.x雷同: 1、下载:首先下载最新版本的DotNetNuke3.0.7- http://prdownloads.sourceforge.net/dnn/DotNetNuke_3.0.7.zip?download; 2、创建数据库:在MS SQ...
阅读全文