Drupal 7 - 如何创建自定义管理菜单以进行内容的客户端管理
我正在尝试找到在我正在构建的网站上为我的客户创建用户友好的管理菜单的最佳方法。到目前为止,我已经能够设置对我希望客户端编辑的各种类型内容的访问权限,但是这有一些缺点,因为我无法设置提供对各个块的访问权限,而且内容概述页面也很糟糕让客户感到困惑。
相反,我想提供如下结构:
管理菜单
- 服务
- 管理
- 编辑页眉块
- 开发
- 管理
- 编辑页眉块
- 私人佣金
- 管理
- 编辑页眉块
每个管理选项都会将客户端带到标准管理中的内容概述页面之类的页面,但它会自动过滤结果以仅包含相关的内容类型,例如开发页面的管理选项将向用户显示当前开发的列表以及添加新开发的选项。
编辑页面标题块选项会将用户带到相关页面标题块的编辑页面。
这可能吗?如果可能的话怎么办?
任何建议将非常感激。
谢谢
I'm trying to find the best way to create a user friendly admin menu for my client on the site I am building. So far I have been able to set access rights to the various types of content which I would like the client to edit, however this has some drawbacks in that I can't set provide access to individual blocks and the content overview page is wayy too confusing for the client.
Instead I would like to provide a structure like the following:
Admin Menu
- Services
- Manage
- Edit page header block
- Developments
- Manage
- Edit page header block
- Private commissions
- Manage
- Edit page header block
Each Manage option would take the client to a page like the Content overview page in the standard admin but it would automatically filter the results to include only the relevant content type e.g. the Manage option for developments page would show the user a list of the current developments and an option to Add a new one.
The Edit page header block options would take the user to the edit page for the relevant page header block.
Is this possible and if so how?
Any advice would be really appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您检查过 Quickbar 模块吗?
您的描述可能有点难以理解您想要完成的任务,但如果我理解正确,那么您正在尝试对内容页面进行非常自定义的“视图”。如果你必须编码,那么会花费很长时间。
Have you checked out the Quickbar module?
Your description might be a little hard to understand what you're trying to accomplish, but if I get it right, you're trying to do a very custom "view" of the content pages. If you have to code it, then it's gonna take a long time.