Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
block displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2008 at 10:18 UTC
Updated:
31 Dec 2008 at 05:20 UTC
I have created one block which lists down 10 blog posts by the logged in user sorted based on some criteria. I have enabled more link on the block. Now, on clicking that More link if I want the page to go to standard blogs/%user% page and not the page display of the view then what should I do?
Comments
Comment #1
drewish commentedI'd suggest doing that as some PHP code in the block's footer.
Comment #2
merlinofchaos commentedOverride theme_views_more (and you can add __VIEWNAME to get it for just the correct view).
Comment #3
chandrabhan commentedthank a lot. Will give it a try.