coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: allvip on September 20, 2013, 12:31:16 PM

Title: custom text on display media page
Post by: allvip on September 20, 2013, 12:31:16 PM
I wouuld like to add some custom text near the slideshow button or on top of the image under file count FILE 36/357
thanks
Title: Re: custom text on display media page
Post by: ΑndrĂ© on September 20, 2013, 12:39:32 PM
Please decide where exactly you want to display that text. I assume it's always the same text?
Title: Re: custom text on display media page
Post by: allvip on September 20, 2013, 12:44:24 PM
option 1 is my first choice off course:near the slideshow button
Title: Re: custom text on display media page
Post by: ΑndrĂ© on September 20, 2013, 01:18:35 PM
Copy the block $template_img_navbar from themes/sample/theme.php to your theme's theme.php file, if it doesn't exist. Then, find
<td id="slideshow_button" align="center" valign="middle" class="navmenu" width="48"></td>
and add your text.
Title: Re: custom text on display media page
Post by: allvip on September 20, 2013, 01:28:29 PM
thanks.worked