Community

Create PhotoAlbum & Gallery facebook alike

(theme Corperate Clean)

Hello everybody!

I wonder if there is a module available where photos are shown as in facebook, all square (see: https://www.facebook.com/Queen/photos_stream)

and at the same time the way the facebook Gallery works. Background about 80% black with a comment option on the right. (see: https://www.facebook.com/photo.php?fbid=10151163316072362&set=pb.1733746... )

This comment option could be the same style as the already existing blog.

Thanks ahead for all suggestions!

;)

Comments

=-=

This post is better served in the post installation forum. Please edit the opening post and move it. Thanks.

you can do this by setting up a square image style then list the images with views.module.

changed ;)

changed ;)

=-=

one content type for uploading of images
one content type for type of gallery
the entity reference module to tie the two types together so that images are added to galleries
the views.module to create lists

http://drupal.org/documentation/modules/image = core image documentation
http://drupal.org/project/views = for generating lists of content (ie a list of galleries and a list of images and yes, lists can be square thumbnails.)
http://drupal.org/project/entityreference

There is no longer a single module that can be used for this type of feature. The days of the one module with every possible feature are fading. Today you utilize only the modules you require for the features you need.

multiple tutorials

multiple videos

Thanks a lot VM, I will look

Thanks a lot VM, I will look into this!

Would a comment, a vote area etc be possible to add on the Gallery nodes?

Kind regards,
Peters

=-=

yes because gallery would be a content type and as all other content types in drupal you can add features to them.

:)

:)