Hello i`m new to drupal and i know maybe there are a lot of article talking about my problem but i did not find any straightforward answer..
i`m building a site using Drupal 6 and i created the followings : -
i built two content types ( category , final_node ).
i created two pages via views module ( category , final_node ).
i built two terms for a taxonomy vocabulary (category and final node and assigned these two terms to their content types ).
i created block to retrieve all the nodes from (category content type).
the problem is i dont know how to tell drupal when the users click on one of these nodes (categories) redirect him to (final_node page) and show him all the nodes that assigned to that category .
is there a way in views or i just need to build final_node page via hook_menu advice please .
thanks in advance .