forum.coppermine-gallery.net

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
Code: [Select]
<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