custom text on display media page custom text on display media page
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

custom text on display media page

Started by allvip, September 20, 2013, 12:31:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

allvip

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

Αndré

Please decide where exactly you want to display that text. I assume it's always the same text?

allvip

option 1 is my first choice off course:near the slideshow button

Αndré

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.

allvip