N2 CMS,所有CMS图标都链接到default.aspx?Page=

发布于 2024-11-16 09:25:14 字数 277 浏览 3 评论 0原文

使用 N2 CMS 一段时间了,不错的 CMS 系统。

自从我使用它以来,一直困扰我的一件事是 N2 管理页面中每个 CMS 对象的图标链接总是链接到 /default.aspx?Page='SomeNumber'。

看起来“SomeNumber”引用了旁边有一个小挂锁的 URI 名称条目。

我的问题是...

我如何将 URI 名称更改为实际 URL,因此当我单击 CMS 图标时,它将显示 CMS 对象相关的页面,而不是未找到的页面。

任何帮助都是最合适的

been using N2 CMS for a while now, good CMS system.

One thing thats been bugging me ever since ive used it is the icon links to each CMS Object in the N2 Admin page always link to /default.aspx?Page='SomeNumber'.

it appears that 'SomeNumber' references the URI Name entry that is has a little pad lock next to it.

my question is...

how can i change URI Name to the actual URL, so when i click a CMS icon it will bring up the page that CMS object releates to rather than a not found page.

Any help is most appricatied

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

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

发布评论

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

评论(1

清泪尽 2024-11-23 09:25:14

您需要像这样使用 TemplateURL 属性...

[PageDefinition(Name="GreenCars",
                Description="The Green Cars CMS Page",
                ToolTip="The tooltip",
                IconUrl = "/N2/Resources/icons/basket_error.png",
                TemplateUrl = "/GreenCars"
                )]

you need to use the TemplateURL Attribute like so...

[PageDefinition(Name="GreenCars",
                Description="The Green Cars CMS Page",
                ToolTip="The tooltip",
                IconUrl = "/N2/Resources/icons/basket_error.png",
                TemplateUrl = "/GreenCars"
                )]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文