问题标签 [orchard-modules]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
razor - 果园包装纸
我正在关注有关 Wrappers 的 Orchard 文档,但无法理解它。 http://docs.orchardproject.net/Documentation/Understanding-placement-info#Wrapper
根据文档,我们Wrapper.HtmlContent.cshtml
将在其中创建并插入以下内容。
但什么是Model.Html
?是Shape
吗?我知道Model
是形状本身。不是orHtml
的内置属性,所以我认为它必须是通过代码完成的一些自定义属性,例如?Shape
IShape
shapeHelper.My_Shape(Html: "Hello World")
让我们从一开始就说明我正在努力实现的目标。我做了以下事情:
安置信息
我的.Shape.cshtml
我的.Wrapper.cshtml
我对页面外观的期望
所以我的问题是,应该如何My.Wrapper.cshtml
满足我的期望?
orchardcms - 将模块添加到果园
我正在开发具有多种语言的果园 CMS(1.8.1 版)网站,我发现这个(https://github.com/qt1/orchard_contrib-RM.Localization)很有用,我想把它添加到我的网站,但无法工作(我只是将其复制到,但在仪表板中找不到选择器小部件),有人知道该怎么做并给我一些建议吗?
问候,大卫
c# - Orchard cms:在布局页面上显示注册页面链接扩展注册模块
因此,我正在使用 Orchard cms 开发一个新网站,并且我已经安装了配置文件模块和扩展注册模块,但我的页面上仍然没有指向注册页面的链接。
我已经退出以测试它是否出现,但仍然没有。
如果您知道任何细节,我希望链接显示在 div 中,id 为 NavAux。如果您不知道,这在 Layout.cshtml 文件中。
c# - 移除迁移中的 TaxonomyField
由于我一直在创建自己的 Orchard 模块,因此我决定需要通过 ContentDefinitionManager 中的 AlterPartDefinition 方法进行一些分类(我一直在学习 Pluralsight 上的高级 Orchard 课程)。后来我决定我实际上不需要 3 个分类法,现在我希望删除其中的几个。下面是一些我如何添加它们的代码。
我怎样才能实现我的目标?
这是为那些可以访问复数视力的人开设的课程 https://app.pluralsight.com/library/courses/adv-orchard/table-of-contents
orchardcms - 如何在果园 CMS 中设置“博客”的样式
如何设置我通过 Orchard CMS 仪表板添加的“博客”的样式。
出于某种原因,此部分: 添加后,添加很好,但只是黑白,包含站点其余部分的 0 样式。我试图弄清楚如何与网站的其他部分一起设计这个样式。
随着/Styles/
我试过的文件夹:
但是我没有将这些样式添加到任何渲染的文件中。有什么建议吗?
orchardcms - adding 'share this' to the bottom of orchard CMS blog posts
Any advice on how / or where I can include the 'share this' script so I can include social sharing buttons at the bottom of my Orchard CMS blog posts. Ideally I would not use the gallery or any installer, simply just the classic implementation -- which I have done before, but I am not sure in which file I can add my script in Orchard's MVC architecture.
orchardcms - Orchard v.1.10 博客查看权限
如何防止匿名用户查看博客摘要和帖子?
我可以设置编辑博客权限,但可以找到控制查看权限的方法
orchardcms - Orchard v.1.10 论坛模块
我正在使用 Orchard v.1.10.0.0 我安装并启用了论坛模块(论坛 - 版本:1.0.1)
我没有在管理菜单中看到论坛。我错过了什么?
我在表 [Orchard_Recipes_RecipeStepResultRecord] Id ExecutionId RecipeName StepId StepName IsCompleted IsSuccessful ErrorMessage
7 23ba680e4956415e960aa2033ddc119c 测试 NGM.Forum 功能 1 0 无法启用功能 0 中找到。
有什么建议吗?
orchardcms - 我如何在 Orchard CMS 中使用数据库列类型地理
在 Orchard CMS 中,有人知道我如何创建地理数据库列类型吗?我需要这个才能对距离进行延迟查询
themes - Orchard CMS:根据布局形状在您自己的形状/视图中创建区域?
如何在他们的视图中创建自定义区域,以便他们可以在其中放置小部件:
- 根据@Display.CustomZone 和 Placement.info,我不是在谈论本地区域/内容项的部分,
- 我也没有尝试将自定义区域附加到布局形状,
但是一种基本上复制布局形状默认管理的方法,但在我自己的形状/视图中。
我相信 Layout 形状使用 zoneHolding - 所以我想你必须从 zoneHolding 继承才能实现上述目的,但这只是冒险猜测。