/dev/metal
08-15-2005, 08:52 AM
Hello,
I'd like to make "Subcategory Menu" plugin display sub-subcategories, as well. And not just display them, but also make a nice tree. I'll explain it further:
Let's say I've got a category called "Cat", this category is a parent of subcategories "Subcat1", "Subcat2" and "Subcat3", but it's not it yet as "Subcat2" has also a two subcategories of itself -- "Subsubcat1" and "Subsubcat2", which are sub-subcategories of the main category "Cat". The tree would look like this:
Cat
. Subcat1
. Subcat2
.. Subsubcat1
.. Subsubcat2
. Subcat3
So, I guess ./plugins/p31_subcategory_menu/p31_subcategory_menu.php has to be edited. If someone here has enough PHP + MySQL knowledge (too bad, that I only know something around basics), please make it possible and I'll be really grateful.
Big thanks in advance,
/dev/metal
I'd like to make "Subcategory Menu" plugin display sub-subcategories, as well. And not just display them, but also make a nice tree. I'll explain it further:
Let's say I've got a category called "Cat", this category is a parent of subcategories "Subcat1", "Subcat2" and "Subcat3", but it's not it yet as "Subcat2" has also a two subcategories of itself -- "Subsubcat1" and "Subsubcat2", which are sub-subcategories of the main category "Cat". The tree would look like this:
Cat
. Subcat1
. Subcat2
.. Subsubcat1
.. Subsubcat2
. Subcat3
So, I guess ./plugins/p31_subcategory_menu/p31_subcategory_menu.php has to be edited. If someone here has enough PHP + MySQL knowledge (too bad, that I only know something around basics), please make it possible and I'll be really grateful.
Big thanks in advance,
/dev/metal