Joomlaの複数のセクションに同じカテゴリを割り当てたい。たとえば、カテゴリの猫は、家畜と愛らしい動物のセクションの子になります。
これを達成するためのコンポーネントまたはトリックはありますか?
Joomlaの複数のセクションに同じカテゴリを割り当てたい。たとえば、カテゴリの猫は、家畜と愛らしい動物のセクションの子になります。
これを達成するためのコンポーネントまたはトリックはありますか?
いいえ、Joomla!1.0および1.5では、カテゴリを複数のセクションに割り当てることはできません。あなたが次のことをするかもしれないことに取り組むために
* creating duplicate articles of the categories you want and assign the duplicates articles to new category and then assign it to the section. so that the article copy will there be in two categories under same section
* using menus rather than dynamic lists of content items. so that with the menu structure you can work out the thing you need
* using various third party extensions that simulate assignment to multiple categories to same section.
* using key words to simulate categories and sections.
あなたがまさにこれからやろうとしていることを私に説明できれば。それから私はそれをより具体的にします
セクションとカテゴリの関係を処理するすべての関数を検索して、そこにこのケースをダーティ追加することができます。
ただし、コアの更新中にそのようなすべてのハッキングを追跡する必要があるため、このタイプの Joomla コア ハッキングを行うことはお勧めしません。
何を達成したいですか?回避策があるはずだと思います。
エイリアスを使用して、猫を家庭用動物と愛らしい動物のセクションとして作成できます。
複数のカテゴリを割り当てることができるフィールドを作成する場合は、コア コードを編集する必要があります。