Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
block displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 02:57 UTC
Updated:
18 Mar 2010 at 01:06 UTC
Hi,
I want to show a Views block that has no list of content but just the title as a link to the Views page. I tried to set the 'items to display' to 0 but that did not work. I wonder if it is possible to do this at all and if so, can someone be kind enough to show me how?
Thank you.
BB
Comments
Comment #1
dawehnerhttp://drupal.org/node/571990
You could limit to 1 and hide the last with theming/ make impossible filters.
But then make the title as link is not so easy. I suggest that you write your own hook_block, this will definitive work.
Comment #2
captcha commentedAn idea:
make the views page, give it a path/url, note that down,
in the views block display, just set a header with the link/text to the views page,
set the block title to 'None',
and that's all, I think.
Comment #3
esmerel commentedsuggestions given, no response.
Comment #4
blueblade commentedSorry I have been a little overwhelmed and many thanks for your help. I ended up not even trying to it at all. Thanks again and sorry for the late respond.