I was trying to set up a related-nodes-listing for taxonomy nodequeus in a regular (sidebar-region)-Block. Title and content dynamically changing according to nodes' taxo-terms. (Same as Featured stories block in Nodequeu demo, but without implementation of panels-module)
Just can't get it to work. Looking for the right settup/code - drupal-5.
Help would be much appreciated.

Comments

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not quite sure what you're trying to accomplish that requires Nodequeue. If you're trying to show nodes with the same taxonomy terms as the current node, I'm not sure why you would use nodequeue for that.

One approach for what you might be trying to do is to use the arg function (which is often replaced by the much nicer menu_get_active_object function in Drupal 6 ;)) to get the current nid, load it, and pass one or more taxonomy terms to a View contained in that block using views_embed_view.

rema52’s picture

oh, sorry, had to be out of town and too busy to follow up on this.
Nodeque 'cause it makes it easy to SELECT specific nodes to be shown.
I thaught it was easy to set up, but ran into problems (suppose I didn't get the views-block's argument code right).
Still need help.
Thanks, for looing this over!

rema52’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)