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

drewish’s picture

I'd suggest doing that as some PHP code in the block's footer.

merlinofchaos’s picture

Status: Active » Fixed

Override theme_views_more (and you can add __VIEWNAME to get it for just the correct view).

chandrabhan’s picture

thank a lot. Will give it a try.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.