Hi,

I want to display a more link on a user's profile that links to a view with all the images they've posted. At the moment I've just got the latest 5 images they've posted and a link to #.

I've been looking at the arguments for views but all I can find is the arguments for blocks being displayed on the same page.

Is there any examples of this anywhere?

I was thinking I might be able to create a view and use args[] to get the uid appended on the end of the url that's the link on the page and then display the view on a special page with the wildcard argument. Then I could use the uid to display the images form the database... do you think this might work? Can you program this all into an argument?

Any help would be great.

Thanks,

Sarah

Comments

scarer’s picture

I'm now looking at building a block using views and arguments that has pagination... will this work? Has anyone else done something like this?

scarer’s picture

Is it possible to paginate results when they are outputted in the custom user_profile.tpl I've created?

Anybody?

scarer’s picture

created a view and linked to the page view from the custom profile.tpl

awesome!

jon33km’s picture

How did you do it exactly? im confused, im trying to do that with comments made.