Closed (won't fix)
Project:
Acidfree Albums
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2007 at 16:39 UTC
Updated:
1 Jan 2011 at 03:59 UTC
I have a modified user_profile.tpl.php.
How do I list user acidfree items in their profile?
Comments
Comment #1
vhmauery commentedNot sure what you are getting at here, but a user's acidfree items are just nodes -- all nodes created by that user are his/hers.
If you are talking about per-user albums, that is stored in the user's data column in the user table. 'acidfree_album' is the name of the variable. That stores the term id of the taxonomy term associated with the album.
Comment #2
alippai commentedSorry. I want to list items from users root albums. - on there profile page using user_profile.tpl.php
My code is now:
- but it doesn't works :)
Comment #3
alippai commentedI want to display a div on profile page, what shows the contents of users root album (on the profile page)
Comment #4
alippai commentedI just want to show users album on their profile...
I needs to be included in user_profile.tpl.php...
Is it problem to do it or you don't know what I'm writing about?
Comment #5
jinac commentedThere's a php snippet for displaying user submitted images on a custom profile page vis this page: http://drupal.org/node/40087.
Comment #6
alippai commentedI don't want to display their latest images, but I want to show their root album contents in grid view...
I want to merge theese pages:
http://gimi.brain.sk/drupal/?q=user/1
http://gimi.brain.sk/drupal/?q=node/739
Comment #7
mwheinz commentedClosing. No activity in 3 years.