在 drupal 中编辑页面时显示管理主题
我正在为我的 drupal 网站的前端使用自定义主题。我通过修改花环主题创建了它。并且我使用花环作为管理主题。
当我尝试从管理编辑页面时,它显示带有我的自定义主题的编辑页面(http://example.com/node/2/edit?destination=admin%2Fcontent%2Fnode)。它打破了布局。
我想显示所有管理任务的管理主题。此问题也出现在块页面(http://example.com/admin/build/block)上。
是否有任何自定义模块或核心黑客可以在编辑页面时显示管理主题。
I am using a custom theme for the front end of my drupal website.I created it by modifying garland theme.And I am using garland as the admin theme.
When I try to edit a page from admin it shows the edit page with my custom theme (http://example.com/node/2/edit?destination=admin%2Fcontent%2Fnode). And It breaks up the layout.
I want to show the admin theme for all the admin tasks. This problem also occurs on the blocks page (http://example.com/admin/build/block).
Is there any custom module or core hack to show admin theme when editing pages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
如果您想由非管理员用户使用管理主题,您必须向该用户授予权限:权限->系统->查看管理主题
If you want to use admin theme by non-admin users you must give permissions to that user: Permitions->System->View the administration theme
请务必检查 example.com/admin/settings/admin 页面中的选项
Be sure that you check the option in the page example.com/admin/settings/admin
为了让非管理员用户显示管理主题,我转到 admin/people/permissions/list 并选中所有角色的“查看管理主题”框。
听起来很简单,只是当我输入主题时,过滤器列表没有显示该条目,所以我花了一段时间才找到它。最后我使用浏览器查找来查找“主题”一词的所有实例。
或者,您可以在过滤器列表中键入“系统”,以仅显示相关类别中的几个选项。
To get the admin theme showing for non-admin users, I went to admin/people/permissions/list and checked the "View the administration theme" box for all roles.
Sounds simple except that the Filter list wasn't showing that entry when I typed theme, so it took me awhile to find it. Finally I used the browser find to find all instances of the word "theme".
Or, you could type "System" in the Filter list to show only a few options in the relevant category.
您可以使用管理主题模块,下载并安装它,
dmin中的转到权限/people/permissions
然后在管理主题
中通过选中访问管理主题
为您想要的用户设置权限。然后转到自定义页面添加页面底部的
http://chapboo.com/admin/appearance
,最后清除缓存
You can use admin theme module, download and install it , the go to permission in
dmin/people/permissions
then inAdministration theme
set permission to waht user you want by checkingAccess administration theme
.Then goto
http://chapboo.com/admin/appearance
in bottom of the page in custom page addand finally clear the cache
您必须选中以下复选框:
exemple.com/admin/appearance
You have to check the checkbox under:
exemple.com/admin/appearance