Download & Extend

Embed sub-album in node view

Project:album photos
Version:6.x-2.6-beta2
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

AttachmentSize
current_node_view.png24.11 KB
desired_node_view.png134.73 KB

Comments

#1

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>

#2

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.