Working with Buddylist
terripaajanen - August 5, 2008 - 18:07
| Project: | IMCE_Gallery |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I've been struggling with the ability to create user-specific photo galleries, and IMCE gallery is the only thing that seems to work for my needs. There are a few features missing, but I don't want to start over with a whole new module arrangement.
Is there any way to make this work with buddlyist, so that photos and/or galleries can be marked public, private OR buddies-only? I'm currently using private_node to add this function to most other content (works great) but since IMCE doesn't seem to create nodes, it doesn't work.
Can anyone share a way to add this functionality?

#1
I've just done a lot of work on this module for my own needs. I've added to it significantly, so that now:
Now that I've written that all up, it doesn't seem like that much, but it was a fair bit of work. It required a new table as well as adding a 'caption' column to the imce_gallery_items table. I've attached an ERD. So I also updated the imce_gallery.install to do that.
Now, does anyone care? I've noticed that the latest dev version of this module is over a year old. I don't know if anyone but me is actually using it. But, just thought i'd ask... Wouldn't mind a review of my code as well. It seems to be working fine for me nonetheless.
shawn
#2
sdsheridan,
I was looking for module for 5 drupal, where multiuser galleries are availible, and imce_gallery is one, which can do it.
But how can I see (as you) I'll need to write some code for adoptation for my needs, and it would be great if you post post your code of your imce_gallery here or mail it on sssimple {@} gmail.com
Thank a lot!
#3
OK, well, check out the attached .zip, and start with the readme.txt file. If you want to see all the things I changed, I've found SourceGear's DiffMerge utility very helpful for that.
Let me know what you think. Note that this is not a patch, but rather the whole directory contents that would appear in /sites/all/modules/imce_gallery. The activity-contrib folder contents should be placed in /sites/all/modules/activity/contrib if you use that module.
If you want to see this on a production site, go to www.livingOUTthere.com/user/2/imce_gallery .
shawn