Joomla - 显示菜单中多个部分的类别

发布于 2024-10-14 08:08:22 字数 256 浏览 8 评论 0原文

我正在尝试添加一个菜单项,它将显示以下内容:

a)选定的部分名称

b)所有类别以及每个类别中的最新文章,

类似于

第1部分 - 类别 11 - 最新文章标题和介绍文本 - 第 12 类 - 最新文章标题和介绍文本

第 2 节
- 类别 21 - 最新文章标题和介绍文本 - 类别 22 - 最新文章标题和介绍文本

我熟悉类别和部分博客布局,但未能找到解决方案,

提前致谢

I am trying to add a menu item which will display the following:

a) The selected section names

b) all the categories and the lastest article in each category in a bout

something like

Section 1
- Category 11 - latest article title and intro text
- Category 12 - latest article title and intro text

Section 2
- Category 21 - latest article title and intro text
- Category 22 - latest article title and intro text

I am familiar with the Category and section blog layouts, but have failed to find a solution to this

Thanks in advance

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

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

发布评论

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

评论(2

-小熊_ 2024-10-21 08:08:22

看来在 Joomla 博客布局上显示两个以上的部分是不可能的。

我的解决方案如下,使用优秀的 News Show Pro GK4 模块 (http://extensions.joomla.org/extensions/news-display/frontend-news/7738)

a) 在内容块正下方创建一个模块位置 - 因为News Show 是一个模块,必须放置在特定位置

b) 创建空白的虚拟文章 - 所有不同的菜单都将链接到本文

c) 创建虚拟页面的 Joomla 菜单
- 添加一个类“hiddencontent” - 不带引号,还要注意类名称中的空格,以便它是一个单独的类
- 在菜单选项中设置页面标题以匹配菜单名称

d) 为我需要一起显示的每个部分创建并配置 News Show Pro GK4 模块。

因此,我最终得到了一个“假”多部分博客布局

希望这对其他人有帮助,我几乎失去了所有的头发

Well it seems that showing more than two sections on a Joomla blog layout is not possible.

My solution was as follows using the excellent News Show Pro GK4 module (http://extensions.joomla.org/extensions/news-display/frontend-news/7738)

a) Create a module position just below the content block - since the News Show is a module, which has to be placed in a specific position

b) Create a blank dummy article - all the different menus will link to this article

c) Create the Joomla menu to the dummy page
- Add a class " hiddencontent" - without the quotes, also note the space in the class name so that it is an individual class
- set the page title in the menu options to match the name of the menu

d) Create and Configure the News Show Pro GK4 module for each section that I need to display together.

Therefore I end up with a "faux" multiple section blog layout

Hope this helps someone else, I almost lost all my hair doing it

许久 2024-10-21 08:08:22

我知道这个问题很久以前就被问到了,但它可能会帮助其他人将来处理这个问题。

Joomla 2.5 或 1.5 没有此选项,但是在 Joomla 2.5 中,执行此操作的最简单方法是:

  1. 将所有文章标记为“精选”
  2. 转到菜单,然后将类型更改为“精选文章”
  3. 它将要求您选择要使用的类别,因此选择您需要的
  4. 即可!

I'm aware that this was asked a very long time ago but it will probably help somebody else working on this in the future.

Joomla 2.5 or 1.5 doesn't have an option for this, however in Joomla 2.5 the easiest way of doing this is:

  1. Mark all your articles as "Featured"
  2. Go to your menu, and then change the type to "Featured articles"
  3. It will ask you to select the categories you want to use, so select the ones you need
  4. That's it!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文