Fantastic module! Thank you for your work on it.

I would like the option to embed a sub-album within a node view, instead of linking it with the Slideshow link.

The slideshow would appear in the node view. Right after the body would be fine for me.

I have attached two images to show the view as it currently displays and a second that I altered to show what I am requesting.

CommentFileSizeAuthor
desired_node_view.png134.73 KBkassissieh
current_node_view.png24.11 KBkassissieh

Comments

eastcn’s picture

Can not sub-album custom show. May be increased beyond this feature.
Currently, you can obtain the Embed code.

e.g:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="640" height="480">
	<param name="allowFullScreen" value="true" />
	<param name="movie" value="http://mysite/sites/all/modules/dfgallery/dfgallery/DfGallery.swf" />
	<param name="quality" value="high" />
	<param name="FlashVars" value="xmlUrl=http://mysite/photos/data/sub_album/193/json.json" />
	<embed src="http://mysite/sites/all/modules/dfgallery/dfgallery/DfGallery.swf" quality="high"width="640" height="480" FlashVars="xmlUrl=http://mysite/photos/data/sub_album/193/json.json" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
w00’s picture

Hi,

Great module, thanks for the excellent work!

I have a question... How does one create a sub-album?

I see in the code for function photos_edit_page($node) that there seems to be such a feature:

(drupal_set_title(t('Organize Sub-Album: @title', ...)

but I have no idea how to use it.

nathaniel’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Working on fixing sub-albums in the D7 version:
#2203149: Fix Sub-albums