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

dawehner’s picture

Category: task » support
Priority: Critical » Normal

http://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.

captcha’s picture

An 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.

esmerel’s picture

Status: Active » Closed (fixed)

suggestions given, no response.

blueblade’s picture

Sorry 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.