Posted by dpvina on August 16, 2011 at 1:57am
hi all!
i buid a app with taxonomy
i want view content of a node, then see content of this node and 2 block "Older news" , "More news" show other news in taxo term.
thanks so much!
| Attachment | Size |
|---|---|
| content copy.png | 351.07 KB |

Comments
do you fix your problem
do you fix your problem already ?
This looks like standard fair
I found a web page that documents doing similar via google earlier this year. The extra tagword to filter would be easily added to the filter.
Peter
LA's Open Source User Group Advocate - Volunteer at DrupalCamp LA and SCALE
Did you try using Views Blocks?
One way to achieve that will be to create a custom template for the content type and print two Views blocks under the content.
Here is a good article on how to add blocks programmatically.
give a try to Context and Relevant Content
Context: Allows you to manage contextual conditions and reactions for different portions of your site. You can think of each context as representing a "section" of your site. For each context, you can choose the conditions that trigger this context to be active and choose different aspects of Drupal that should react to this active context.
http://drupal.org/project/context
Relevant Content: This module provides two ways of referencing relevant content. Both of these methods provide configuration to filter for specific content types and vocabularies, limit the maximum size of the result and provide some header text. The result on both cases are a list of nodes which the module considers most relevant based on the categorization of the current page. This is achieved by finding other nodes which are of one of the allowed types and have the most number of terms in common.
http://drupal.org/project/relevant_content
--
http://jmolivas.com/
@jmolivas