Slideshow Module

jamespaulphotography

Joined: 2012-05-05
Posts: 12
Posted: Sat, 2012-05-05 09:50

I would like to customise the sidebar link to view an album slideshow but I can not find where in the gallery 3 code the link resides. I have removed the image from the css (g-slideshow) but want to add a few modifications to the text. Can anyone help?

Thanks
James

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25936
Posted: Sun, 2012-05-06 00:54

The text that says view slideshow?
text can be translated, even English to English using the translation User Interface.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jamespaulphotography

Joined: 2012-05-05
Posts: 12
Posted: Sun, 2012-05-06 09:12

Hi Dave, no it's not translation. I want to add a sidebar header for Slideshow and some links below it to some additional external content. Thanks. Just need the location of the file where I can customise it's layout? I can not find it anywhere (already looked in modules)

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25936
Posted: Sun, 2012-05-06 17:02

gallery3/themes/<yourtheme>/views/sidebar.html.php
the slideshow link is a module that add it to the sidebar_top function. Perhaps you want to use a different module to add sidebar content?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jamespaulphotography

Joined: 2012-05-05
Posts: 12
Posted: Mon, 2012-05-07 22:24

Thanks Dave, found it. Cheers for your help!