By konst.vinogradov on
Hi there. Is anybody know how can i print view, created by Views module as block, on the user profile page?
thx in advance
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
add: and view content
add: and view content depends on uid
Hi. Maybe you could a) use
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.
THx. The next question is
THx. The next question is how to pass uid as argument to the view?