Drupal 7 中基于 url 的多个用户配置文件模板,主题化用户配置文件
使用 user-profile.tpl.php 自定义用户个人资料页面。
访问“user/3/photo”或“user/5/photo”等网址时需要使用自定义模板。
如何在 Drupal 7 中使用基于路径/url 的多个用户配置文件模板?我应该为模板使用什么名称?
Used user-profile.tpl.php to customize user profile page.
Need to use a custom template when accessing urls like 'user/3/photo' or 'user/5/photo'.
How to use multiple user profile templates based on path / url in Drupal 7? What name should I use for the template?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您使用什么模块来生成“用户/X/照片”页面,因此很难准确地告诉您要使用哪个模板文件。但是,当对如何在 Drupal 中设置主题有疑问时,请安装主题开发模块。它将允许您查看当前输出特定页面或页面区域的主题文件或函数,以及可以使用哪些文件或函数来覆盖它。有关更多详细信息,请参阅截屏视频。
I'm not sure what module you're using to generate the 'user/X/photo' pages, so it's difficult to tell you exactly what template file to use. However, when in doubt about how to theme something in Drupal, install the Theme Developer module. It will allow you to see what theme file or function is currently outputting a specific page or area of the page, as well as what files or functions can be used to override it. See the screencast for more detailed information.