Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 drupal 安装,当我进入完整域 (www.example.com) 和使用 /node (www.example.com/node) 进入完整域时显示 2 个不同的页面。
当我发布新帖子时,它会显示在“/node”网址( www.example.com/node )中,但当我输入完整域时不会显示。
当我登录时,主页也看不到管理栏,并且在其他所有页面中都可见。
在 drupal 中有主题模板的概念,对于您当前主题的首页,有人可能已经编写了代码/规则来隐藏(管理栏)和其他动态内容。
解决方案 !
在您当前的主题下检查page--front.tpl并在文件中检查是否有一些代码可以覆盖管理栏和其他内容。
请参阅以下 URL 以获取模板信息,
https://drupal.org/node/171194