当我创建“门户模板”时,.ascx 和 .js 文件不会在 DotNetNuke 5.6.1 中复制

发布于 2024-10-16 03:52:48 字数 121 浏览 4 评论 0原文

当我创建“门户模板”时,.ascx 和 .js 文件不会复制到模板文件(既不复制到 xml 也不复制到资源文件)?

DotNetNuke 版本 5.6.1

有什么想法吗?我希望这是一些配置问题?

When I create a "Portal Template", .ascx and .js files are not copied to template file(neither to xml nor to resource file)?

DotNetNuke version 5.6.1

Any ideas why? I hope it is some configuration problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

下壹個目標 2024-10-23 03:52:48

这些 .ascx 和 .js 文件是在门户目录中,还是指模块的文件(在 DesktopModule 中)? DesktopModules 不包含在门户模板中,您必须手动安装门户模板才能工作所需的任何模块。我认为您还必须对皮肤/容器执行相同的操作,但门户模板可能获取特定于门户的皮肤/容器。

如果您要创建新的 DNN 实例,您可以将模块包放入 /Install/Module 文件夹中,它们将自动随 DNN 一起安装,然后可供您的门户使用。

Are these .ascx and .js files in the portal's directory, or are you referring to the modules' files (in DesktopModules)? DesktopModules aren't included in a portal template, you'll have to manually install any required modules for the portal template to work. I would think you'll also have to do the same with skins/containers, but the portal template may get skins/containers that are specific to a portal.

If you're creating new DNN instances, you can put module packages in the /Install/Module folder, and they'll get automatically installed with DNN, and then be available to your portals.

简单 2024-10-23 03:52:48

您必须确保您的皮肤包包含这些文件。

打开皮肤包中的 dnn 文件,并确保您有这些文件的条目。

最好的方法是使用创建包向导创建包。

您必须转到“主机”>“扩展>编辑您的皮肤,在右下角您将找到创建包向导的链接

You have to make sure your skin package includes those files.

open dnn file in your skin package and make sure you have entry for these files.

Best way is to create package by using create package wizard.

You have to go to Host > Extensions > edit your skin and at the bottom right you will find link for create package wizard

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文