can I build multi-hierachy node
In Drupal I can have simple navigation such as Home->Blog But I want to more deep hierarchy like below: Home->Product->ABCproduct list->When click any link on this list->ABC products detail individual displayed. So my questions are: - Is there a way to implement this without coding? - In order to implement this, do I need to create new content type named Product? If yes, Is there a way to create this content-type without coding? Thanks in advanced.
So my questions are:
- Is there a way to implement this without coding?
If you're asking general site building questions and aren't sure if they require code or not please direct them to http://lists.drupal.org/listinfo/support or the support forum on drupal.org -- However, everything you described could be done with http://drupal.org/project/views - or just the taxonomy module in core.
- In order to implement this, do I need to create new content type named Product?
Probably.
If yes,
Is there a way to create this content-type without coding?
Yes - admin/content/types Nathaniel
then use the there is a module like dhtml_menu http://drupal.org/project/dhtml_menu i thing this link may help On Tue, Jul 22, 2008 at 3:34 PM, Vu The Cuong <vuthecuong@luvina.net> wrote:
In Drupal I can have simple navigation such as
Home->Blog
But I want to more deep hierarchy like below:
Home->Product->ABCproduct list->When click any link on this list->ABC products detail individual displayed.
So my questions are:
- Is there a way to implement this without coding?
- In order to implement this, do I need to create new content type named Product? If yes,
Is there a way to create this content-type without coding?
Thanks in advanced.
participants (3)
-
bharani kumar -
Nathaniel Catchpole -
Vu The Cuong