Hello,

thanks for looking at this topic.

Let me quickly explain:
I build a view (as a block) and in the block I set "view only on node/99".

If I open node/99 the view appears and works fine.

But I have another view where all nodes from a specific term are displayed including node/99.
If I open this view (as a page) the block mentioned above is not there..

Maybe it´s really simple, but I just can´t figure it out why the block is gone...
Thank you very much for your help.

Comments

ricmadeira’s picture

You set "view only on node/99" on the block settings, right?

Then this is completly normal and proper behavior. The block will only display when you visit http:// .../node/99.
Like if you get a path alias for node/99, the block will NOT display when you visit http:// .../the-path-alias even though it's exactly the same page only with a different URL.

To get it displaying like you want, you'll have to add the URL of that taxonomy page to your block view settings too.

If you want anything more specific, you will have to use the PHP block view settings and program it yourself to display exactly when and where you want.

Charlottas’s picture

Thank you very much for your answer....but it´s not exactly what I want.

IF I add the URL of that taxonomy as well the block appears at the bottom of the page. I tried that already..

I thought that a term page looks like this:

node1
node2
node3
node4
node99
node100

and if I add a block to node 99 it will be in the term page with all the nodes...
Hhhmm..how can I get that right?

Thank you very much.