Is it possible to have Imce put a tab on a usernode page like it currently does on the regular user page. Ideally, it would be great if it integrated with views, but as the images aren't nodes, not sure how that would work. At least if the tab was present on usernode pages, then there is a way for us using usernode to display user's galleries. Thanks.

Comments

ufku’s picture

You may add a tab containing an iframe that points to imce/browse. However this will bring the files for the user who is viewing the page.

lunas’s picture

Thanks for replying:

A. How would one make a tab on the page?
B. Seeing my own files when I view someone else's profile isn't what I had in mind, I want to see their gallery...it must be possible to grab the uid of the person's page and pass that to the iframe?

ufku’s picture

A. The usual way, inside menu hook. I don't think IMCE should provide this.
B. IMCE, currently, creates the file list based on global user. There isn't any option to allow regular(non-admin) users see each other's file lists.

I think I should do some arrangements in the code to allow other modules to get settings or file list belonging to any user.

I'll let you know about the changes.
Thanks.

ufku’s picture

Status: Active » Closed (won't fix)