通过日历 Portlet 搜索事件和新闻
事件项目可在 Plone 的默认日历 portlet 中搜索。单击事件发生的日期时,它会使用 search?review_state=published&start.query:record:list:date...
来查找事件。如何添加新闻项目,甚至自定义类型以便在日历 portlet 中进行搜索?
Event items are searchable in Plone's default calendar portlet. When clicking on a date when an event occurs, it uses search?review_state=published&start.query:record:list:date...
to look for events. How can I add News Item, or even custom types to be searchable in calendar portlet?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在ZMI 中有一个工具portal_calendar:
在
configure
选项卡中有一个选择列表,您可以在其中指定要显示的任何内容类型。唯一的条件是他们必须提供开始和结束时间。返回 DateTime 的 end 属性。In the ZMI there's a tool portal_calendar:
In the
configure
tab there's a select list where you can specify any content type to be shown. The only condition is that they have to provide start & end attributes that return DateTime.