Hi,
I'm using the image module for users to upload images...
Is there any way to allow the user the view his/her images they've posted on the "My Account page".

hope somebody can help me with this, I've been strugling for a long time now.
Thank you in advanced

Best regards
Johann

Comments

dave reid’s picture

Project: Module Supports » Image
Component: Miscellaneous » image.module
Assigned: Spottedcoza » Unassigned
Priority: Critical » Normal

The "Module supports" module is not related to what you are requesting. Moving to the image module issue queue...

joachim’s picture

Status: Active » Closed (fixed)

You can use Views to create a view of recent nodes per user.
The tricky part is getting that into a user tab like Tracker. I don't knwo if it's possible through Views UI settings.

Otherwise, in code you can easily embed this into the user account page, or as an extra tab.