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
Posts: 25936
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
Posts: 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)
Posts: 25936
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
Posts: 12
Thanks Dave, found it. Cheers for your help!