Hi list,
I want to have a block that list sister or brother node's title of the current node. I use Taxonomy for each node. I have 3 level: Level1 Level1.1 Level1.1.1 Level1.1.2 Level1.2 Level1.2.1 Level1.2.2 Level2 Level2.1 ...
When I display a node of Level1.1.1 I want to have a block with all Level1.1.1 node's titles.
Which module I must use ? And how to config it.
I'm trying Views and Panels, but I don't find the good settings.
Thanks in advance for your help and to put me in the good way.
Regards,
Ceooph
Again, heirarchical select should be of help. Use views' filters to go further.
- Ben
--- On Fri, 8/27/10, ceooph+drupallist@gmail.com ceooph+drupallist@gmail.com wrote:
From: ceooph+drupallist@gmail.com ceooph+drupallist@gmail.com Subject: [support] List brother/sister node To: support@drupal.org Date: Friday, August 27, 2010, 12:08 PM
Hi list,
I want to have a block that list sister or brother node's title of the current node.
I use Taxonomy for each node. I have 3 level:
Level1
Level1.1
Level1.1.1
Level1.1.2
Level1.2
Level1.2.1
Level1.2.2
Level2
Level2.1
...
When I display a node of Level1.1.1 I want to have a block with all Level1.1.1 node's titles.
Which module I must use ? And how to config it.
I'm trying Views and Panels, but I don't find the good settings.
Thanks in advance for your help and to put me in the good way.
Regards,
Ceooph
-----Inline Attachment Follows-----
Thanks,
I used this http://drupal.org/node/65375 to solved my issue
Le 28/08/2010 07:02, Benjamin Jacob a écrit :
Again, heirarchical select should be of help. Use views' filters to go further.
- Ben
--- On *Fri, 8/27/10, ceooph+drupallist@gmail.com /ceooph+drupallist@gmail.com/* wrote:
From: ceooph+drupallist@gmail.com <ceooph+drupallist@gmail.com> Subject: [support] List brother/sister node To: support@drupal.org Date: Friday, August 27, 2010, 12:08 PM Hi list, I want to have a block that list sister or brother node's title of the current node. I use Taxonomy for each node. I have 3 level: Level1 Level1.1 Level1.1.1 Level1.1.2 Level1.2 Level1.2.1 Level1.2.2 Level2 Level2.1 ... When I display a node of Level1.1.1 I want to have a block with all Level1.1.1 node's titles. Which module I must use ? And how to config it. I'm trying Views and Panels, but I don't find the good settings. Thanks in advance for your help and to put me in the good way. Regards, Ceooph -----Inline Attachment Follows----- -- [ Drupal support list | http://lists.drupal.org/ ]
I notice that at the end of the snippet returned by Apachesolr search, some nodes get (, , , , ) at the end. The number of commas seems variable (?).
On another site where I use solr, I got (tag,tag,tag,tag), where tag was the same taxonomy term repeated many times.
So, it seems that the empty (, , , ) is taxonomy related-- based on my experience on the second site.
I am using the "categories" module on the first site (the one with the empties). That may be relevant, since that module (an older version) plays funny games with taxonomy.
My question is:
1. Where are these empties coming from? 2. How do I remove them? I don't need taxonomy info in the snippet, though I do want that data indexed and the node biased by it. a. Where does the snippet get generated? b. Is it hook_able?
And if anybody wants to tell me why, on the second site, I got the term repeated about ten times, that would be a bonus. The only thing that got rid of it was deleting the node and creating a new one. Tried reindexing, tried deleting the index and reindexing.