Drupal 7,如何为用户设置主题?
在 drupal 6 中,您可以编辑用户,它会给您设置他们使用的主题的选项。此选项在 Drupal 7 中似乎不可用。还可以如何为每个用户设置主题?
In drupal 6 you could edit the user and it would give you the option to set the theme they use. This option does not appear to be available in Drupal 7. How else can one go about setting a theme on a per user basis?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此功能确实已从 Drupal 7 的核心中删除,请参阅此处的讨论。
该功能似乎已被 ThemeKey 模块 取代。除此之外,它还允许您为某些用户/角色指定主题。
希望有帮助
This functionality has indeed been removed from core in Drupal 7, see the discussion here.
It seems the functionality has been superseeded by the ThemeKey module. Among other things it will allow you to specifiy themes for certain users/roles.
Hope that helps