I want to create a block, that both can be embedded in the content area and used in the sidebars, on a node page that contains links to related nodes based on one taxonomy term for the current node. I have looked at arguments, but the docs say blocks can't use arguments.

Is this possible?

Comments

okday’s picture

It was functionnal with views1 but not with views2.

tsvenson’s picture

Do you know any add-on module for Drupal 6.x that can be used for it?

okday’s picture

no.

I was using a php snipped that don't work anymore.

Oghnia’s picture

no solution for this problem at all,...

dawehner’s picture

if you can create your views with the arguments you can easy use

<?php
print views_embed_view('viewname', 'display_1', array($node->nid)); ?>
dawehner’s picture

Status: Active » Fixed

So this is fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.