Open Notes Picture Database - Response: tips
Looking at the form "WebAlbum" you will find this computed text:
_s := "<a href=\"/" + @WebDbName + "/slideshow/" + PermaLink + "\">Slideshow</a>";
_s2 := @If(@IsAvailable(ElementCounter);_s;"");
@If(@GetProfileField("WebProfile";"enableSlideshow")="1" ; _s2 ; "")
So if
a) Slideshows are enabled in the profile and
b) The field "ElementCounter" is available in the album document you should definitely see the Slideshow link.
Please check that and report back.
Documents