mill2002 @博客园

contacting with pc fans and sharing collections

随笔分类 -  DotNetNuke(DNN)--portal应用

dotnetnuke,rainbow,etc
一个模板容器上的title的文字如何更改?
摘要:刚才试的方法:右上角的site ->Stylesheet Editor,在其中的/* GENERAL *//* style for module titles */.Head {}进行设定.这样所有的模板容器都改了.偶以前没有办法时,做法是自己上传一个模板容器,如k-dnnBlue(它是模仿DNN中的DNN-Blue的),然后将其中的k-dnnBlue.ascx,container.css,... 阅读全文

posted @ 2006-08-26 22:21 mill2002 阅读(351) 评论(0) 推荐(0)

开始DNN 模块开发
摘要:首先弄一个空白模块,以便安装到dotnetnuke中了解模块的运作情况. 1)打开VS2003,在VB中新建web项目Blog.Player,属性设置参考'博客园 - 二十四画生的Blog - 建立单独的解决方案来开发DNN模块' 2)删除Global.asax,web.config,style.css文件,偶在后来安装空白模块时,出现的3个出错信息与这些文件有关 3)增加dotnetnuke.d... 阅读全文

posted @ 2005-12-24 20:01 mill2002 阅读(948) 评论(6) 推荐(0)

DNN--皮肤(skin),容器(container)篇
摘要:How to design skin for dnna) design container <td colspan="4"><div runat="server" id="ContentPane"></div></td> because container should have a space for content of container,so... 阅读全文

posted @ 2005-10-15 14:42 mill2002 阅读(753) 评论(2) 推荐(0)

DNN的空间占用问题---learning from Boy119's blog
摘要:1.Create a folder named:DNN under disc E,look like E:\DNN, and create sub-folders under DNN folder,they are Dotnetnuke folder--which is source code folder and Deploy folder which has files for uploa... 阅读全文

posted @ 2005-03-12 19:14 mill2002 阅读(2392) 评论(1) 推荐(0)

dnn module developping source
摘要:1.四大DNN模块开发指南 (can't be visited 2005年12月5日)2.http://dnn.johndcooper.com/ 3.Creating a new DotNetNuke module in Visual Basic4.Development Framework 阅读全文

posted @ 2004-11-15 17:37 mill2002 阅读(597) 评论(0) 推荐(0)

solution to display [PAGETITLE] when using smculloch's skin for dotnetnuke
摘要:First,Install this skin object as a normal module (File Manager -> Custom Module). Second,Install skin of smculloch---smculloch.zip. You'll see the exact result of pagetitle now. If the process is not... 阅读全文

posted @ 2004-10-19 17:04 mill2002 阅读(511) 评论(0) 推荐(0)

Way to Change skin of sub portal of dotnetnuke
摘要:Type url of sub portal in IE(localhost/dotnetnuke/subportal),then login as host.After loginning,add skin package with host menu/file manager. Question:what's the difference of file managers for both a... 阅读全文

posted @ 2004-10-15 16:27 mill2002 阅读(579) 评论(0) 推荐(0)

Design Samples & Dotnetnuke Skins
摘要:1.http://www.activeinetservices.com/Default.aspx?tabid=68 阅读全文

posted @ 2004-10-15 10:31 mill2002 阅读(584) 评论(0) 推荐(0)

unload class dotnetnuke.PortalModuleControl,Why?
摘要:when to open Editxxx.ascx of dotnetnuke in VS.NET,prompt a hint like that:"unload class dotnetnuke.PortalModuleControl" in Object explore,i found this PortalModuleControl which defined in dotnetnuke\... 阅读全文

posted @ 2004-10-07 17:36 mill2002 阅读(526) 评论(0) 推荐(0)

Solution to 'DotNetNuke unavailable' when using vs.net open DotNetNuke.sln
摘要:Want to display DotNetNuke in Visual Studio.NET 2003,got a error as below:"unable to open Project file from web server,maybe web component is absent from visual studio.NET" In solution resource manag... 阅读全文

posted @ 2004-09-27 16:31 mill2002 阅读(976) 评论(2) 推荐(0)

Visual Studio .NET 无法创建应用程序 。问题很可能是因为本地 Web 服务器上没有安装所需的组件
摘要:为 Web 开发重新配置计算机 注意 以下所有步骤都是在 Web 服务器计算机上发生的。1. 确认已安装 IIS。方法之一是打开“控制面板”,然后选择“Internet 服务管理器”。如果已安装 IIS,您将能够使用此实用工具停止和启动它。 如果未安装 IIS,则在 Windows“控制面板”上,选择“添加或删除程序”,然后选择“添加/删除 Windows 组件”。在列表中,选择“Inter... 阅读全文

posted @ 2004-09-26 15:36 mill2002 阅读(8161) 评论(9) 推荐(0)

本机上的DOTNETNUKE无法使用,都是通配符惹的祸
摘要:Some days ago,i couldn't use dotnetnuke correctly in windows 2003. When i typed in IE localhost/dnn as normal way,it ran longer time and a error shows the message of 'The resource cannot be found'.Th... 阅读全文

posted @ 2004-09-18 17:27 mill2002 阅读(908) 评论(0) 推荐(0)

以前本地机装的是DOTNETNUKE2.0.3好用的,现在装DOTNETNUKE2.1.2出问题了...,请帮忙
摘要:键入localhost/dnn,出现:Server Error in '/dnn' Application.-------------------------------------------------------------------------------- The resource cannot be found. Description: HTTP 404. The resource... 阅读全文

posted @ 2004-09-11 16:15 mill2002 阅读(1047) 评论(0) 推荐(0)

在web host 的DotNetNuke中添加连接时出现的错误及解决办法
摘要:在web host 的DotNetNuke中添加连接时出现的错误及解决办法 添加了:www.MyWebSite.com/news后,出现:DotNetNuke Configuration ErrorDomain Name "www.MyWebSite.com/news" Does Not Exist In The Database DotNetNuke supports multiple po... 阅读全文

posted @ 2004-09-09 20:09 mill2002 阅读(1054) 评论(0) 推荐(0)

SQL版DNN的安装心得
摘要:最重要的是,DNN必须在WEB HOST 的根目录。中国RainBow提醒的。这是装成的关键!另外的主要两个问题,一是CONNECTIONSTRING中的PWD有&符号,出错。通过SQL 的企业管理器登陆REMOTE SQL SERVER修改PASSWORD。(应该试一试 Integrated Security=SSPI)二是PORTAL ALIAS,按照中国RainBow的安装提示进行的修改,好... 阅读全文

posted @ 2004-09-06 17:46 mill2002 阅读(1283) 评论(6) 推荐(0)

为什么调试时,有时能出现详细错误信息。而有时只是提示“运行时错误”,...
摘要:为什么调试时,有时能出现详细错误信息。而有时只是提示“运行时错误”,并提示,要详细信息,应将web.config中的 标记的“mode”属性设置为“Off”。但此时的“mode”属性设置是设为“Off”的呀,奇怪~~~~~请给点意见,谢谢! 阅读全文

posted @ 2004-09-06 14:52 mill2002 阅读(486) 评论(0) 推荐(0)

DNN安装不了,中国RAINBOW及各位大侠帮忙看看!谢谢
摘要:1.我用DNN2.0.3在web host上分别安装ACCESS及SQL两个版本,都未成功,挨... A)ACCESS版的安装路径:vhost root/test/portal/nuke_access/ error info: “/”应用程序中的服务器错误。-------------------------------------------------------------... 阅读全文

posted @ 2004-09-05 15:51 mill2002 阅读(2066) 评论(4) 推荐(0)

Object reference not set to an instance of an object.请教, 这是涉及那方面的错误啊?谢谢!
摘要:I uploaded dotnetnuke 2.0.4 to remote server,but meet following error,please advise,thanks a lot.Server Error in '/' Application.-----------------------------------------------------------------------... 阅读全文

posted @ 2004-08-25 19:38 mill2002 阅读(5557) 评论(4) 推荐(0)

web.config for dotnetnuke
摘要:1.to change database from sql server 2k to access,modify in web.config the item of defaultProvider="AccessDataProvider" from "SqlDataProvider". this meets some error--D:\DRIVERS\develop\languag... 阅读全文

posted @ 2004-08-22 17:22 mill2002 阅读(678) 评论(0) 推荐(0)

导航