By calebm12 on
I am trying to configure a block so that it only display on a particular page. The page is created using views and has a path of sitename/viewtest
under block config i have tried both sitename/viewtest and viewtest under the only show block on specific page but it is not showing up.
am i doing something wrong!?!?
Comments
even I m facing the same
even I m facing the same problem.
Please someone help.
thanks
Try this.
Show if the following PHP code returns TRUE (PHP-mode, experts only).
thanks for the
thanks for the help..
actually I was making silliest of all mistakes..
I was putting a 'slash' prior to the path and that was preventing it from working..
I was writing /test/argument instead of test/argument..
thx
This seemed to work for me but I have the same problem where the uri ends ?page=1
e.g.
/en/press_release_en
/ar/press_release_ar
works but
/en/press_release_en?page=1
does not.
Anyone know why this is not working in Drupal?
Would a wild card work?
I'm not sure, but you could try path/pagename*
I know that wildcards work in similar situations.
not working with views pagination in drupal 7
To be more exact, this is not working with Drupal page views in Drupal 7.
Works fine in 6.
Messing Around with this
in the php block visibility
I got some thing like this which works for a specific url (views page) and a node id (normal node )
and a taxonomy term id
Now my question is how do you target the view page (the correct way )
some thing like: if ($view->view_title ='the_view_name'){ }
still scratching my head
Hi, What If Iam using Ajax in
Hi,
What If Iam using Ajax in my Views and I want show the Block only in first page in the my view
What I need to add more ..?