Drupal 允许的节点类型自定义下拉列表
我正在寻找一些关于如何获取一个数组的建议,该数组包含当前登录用户允许创建的节点类型的链接列表。
我的客户希望这些链接填充位于用户个人资料页面上的自定义下拉列表。
以防万一我无法说服他,我想要一些技术/信息来继续。
I am looking for some advice on how I might fetch an array with a list of links to node types the currently logged in user is allowed to create.
My client wants these links to populate a custom dropdown list which sits on the user profile page.
Just in case I don't manage to talk him out of it, I would like some technique/information to go on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须创建一个自定义模块。如果您要创建自己的模块,这个简短的片段将为您提供一个数组 (
$types
),其中包含登录用户可以创建的内容类型的链接 (D6)。如果用户无法创建任何内容类型,它将显示一条消息:You will have to create a custom module. If you are creating your own module, this short snippet will give you an array (
$types
) with the links to content types the logged in user can create (D6). If the user cannot create any content types it will show a message: