Hello All,
I have created a block using view and have exposed node title field in the block. Now I want show search result of the block to a particular page, How this cab be done ?
Please help ...
Nikhil Kala ha scritto:
Hello All,
I have created a block using view and have exposed node title field in the block. Now I want show search result of the block to a particular page, How this cab be done ?
Please help ..
Hi, edit the view that own the block, create a page display (make it like a clone of the block display), in "Page settings" set a path (A). Now switch to the block display, and in "Basic settings" click on "Footer: none" and write "<a href='(A)'>See all results</a>". Save. Now at the end (footer) of that block you have a link to the page. Obvously substitute (A) with the path that you have set in "Page settings"
M.
PS: sorry for my bad english.
Michel Morelli wrote:
Nikhil Kala ha scritto:
Hello All,
I have created a block using view and have exposed node title field in the block. Now I want show search result of the block to a particular page, How this cab be done ?
Please help ..
Hi, edit the view that own the block, create a page display (make it like a clone of the block display), in "Page settings" set a path (A). Now switch to the block display, and in "Basic settings" click on "Footer: none" and write "<a href='(A)'>See all results</a>". Save. Now at the end (footer) of that block you have a link to the page. Obvously substitute (A) with the path that you have set in "Page settings"
When the user enter a word in the field and click on the submit button the results will be shown to a particular page. How this can be done . . .