php - How to organise content in Drupal? -


i want set website containing 3 categories: movies, books , articles. , want every have menu item , subpage features best content category. in every category want have articles, videos , galleries. want every category page different, articles, videos , galleries different categories.

in drupal can create "categories", "views" , "sections". dont want make mistake on design chosen. question methods of mentioned in last sentence should use , in order organize content have in proper way?

as there many different ways in drupal - , right way depends on context classification should suggesting taxonomys.

in drupal content types best used when actual content different - description sounds rather content similar - find question confusing.

so, if content has same fields needs classified category you'll use 1 content type @ least new term reference field create hold reference taxonomy vocabulary. 1 content type hold of content related movies, books , articles.

if content contain different fields you'll need content type each of movies, books , articles.

you need setup views each of taxonomy - way block can put onto sidebar. remember block contents can dynamic blocks cannot (easily) take parameters dynamicness of content needs driven else.

sections aren't i've used - i've found better understand , use taxonomy - seeing necessary have 1 content in 2 taxonomy vocabularies.

setting view each taxonomy vocabulary give blocks. views great , needs understood.

you can setup view taxonomy (block & page) - use panels build specific pages presentations using view of taxonomy vocabulary (e.g. this one) links through taxonomy term page using path (/taxonomy/term/%) grid view.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -