Typo3 Fluid ViewHelper 用于随机页面
我正在使用typo3制作我的第一个网站,我需要在我的第一页上放置一个带有随机页面的框。
我制作了一个前端扩展,其中有一个 ViewHelper,它显示一个带有 HelloWorld 文本的框。
我的问题是如何获取有关页面的信息,获取随机页面及其内容?
I am making my first site with typo3 and I need to place a boxes with random pages on my first page.
I made an frontend extension and I have a ViewHelper in it wich displays a box with HelloWorld text in it.
My question is how to get the information about pages, to get random page and it's content?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 cobject viewhelper 并使用 Typoscript (提示内容元素,谷歌搜索)。
Use cobject viewhelper and use Typoscript (hint the content element, google for it).