Hi there. Is anybody know how can i print view, created by Views module as block, on the user profile page?

thx in advance

Comments

konst.vinogradov’s picture

add: and view content depends on uid

kleorn’s picture

Hi. Maybe you could a) use nodeprofile module to customize the profile page and b) use contemplate module to include view's output in this page, passing the uid as a view argument.

konst.vinogradov’s picture

THx. The next question is how to pass uid as argument to the view?