“创建新博客条目”使用 drupal 中的视图进行链接
我正在 drupal 中开发一个博客并使用视图模块。我创建了一个视图来显示最新条目,但我想在博客视图上添加一个名为“创建新博客条目”的链接。就像实际的 drupal 博客一样。这可能吗?如果是,我怎样才能实现这一目标。
I am working on a blog in drupal and using the view module. I have created a view to show the latest entries but i would like to add just one link called, "create a new blog entry" on the blog view. Just like the actual drupal blog. Is this possible? If yes, how can i achieve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑视图时,单击“基本设置”下的
Header
并添加以下内容:确保您要填写的
Header
部分的输入格式设置为 PHP 代码,否则您将看到该代码以文本形式打印出来。如果您希望此链接位于视图底部,您还可以将其添加到“基本设置”的页脚
区域。While editing your view, click on
Header
under "Basic Settings" and add the following:Make sure the input format of the
Header
section you are filling in is set to PHP code or else you will see that code printed out as text. You can also add this to theFooter
area of 'Basic Settings' if you want this link at the bottom of the view.