将主菜单添加到 Joomla 1.6 模板

发布于 2024-11-18 00:45:09 字数 438 浏览 5 评论 0原文

我尝试从 Joomla 1.6 CMS 安装一些免费模板。 我下载的每个模板(以及每个教程)都无法在左侧站点上显示主菜单。

index.php 文件中有以下几行:

  <?php if($this->countModules('left')) : ?>
  <div id="sidebar" class="grid_<?php echo $leftcolgrid;?>">
    <jdoc:include type="modules" name="left"style="xhtml" />
  </div>
  <?php endif; ?>

How can i set up to show the Main-Menu on the left site for Joomla 1.6?

I tried to install some free Template from the Joomla 1.6 CMS.
Every Template (and every tutorial) i downloaded cannot show the main Menu on the left site.

There are this Lines in index.php file:

  <?php if($this->countModules('left')) : ?>
  <div id="sidebar" class="grid_<?php echo $leftcolgrid;?>">
    <jdoc:include type="modules" name="left"style="xhtml" />
  </div>
  <?php endif; ?>

How can i set up to show the Main-Menu on the left site for Joomla 1.6?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我对 1.6 没有太多经验,但在 1.5 中 PHP 代码确实与它无关。这完全取决于您放置包含主菜单的模块的位置。

所以这样做:

  1. 转到管理面板扩展>模块管理器。
  2. 查找主菜单,您应该看到表格中的位置。如果它没有说向左,则进入它并选择向左。节省。
  3. 如果确实显示位置为左侧,请进入并确保您已选择正确的菜单以在右栏中引用。它位于基本选项下。

在 firebug 中检查的另一件事(如果你没有它,得到它。它几乎是一个标准。)但要确保在 fire bug 中你的 div#sidebar 正在显示,如果没有,那么你的 if 语句有问题。

希望这有帮助。

I do not have much experience in 1.6 but in 1.5 the PHP code has really nothing to do with it. it all depends on where you positioned the module that contains the main menu.

so do this:

  1. Go to admin panel Extensions > Module Manager.
  2. Look for main menu, you should see the position in the table. if it does not say left then go into it and select left. Save.
  3. If it does say left for position, go in and make sure you have selected the correct menu to reference in the right column. it's under Basic options.

Another thing to check in firebug(if you don't have it, get it. it's almost a standard.) but make sure in fire bug that your div#sidebar is showing up, if not then there is a problem with your if statement.

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文