Stupid (probably!) question relating to displayimage.php Stupid (probably!) question relating to displayimage.php
 

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

Stupid (probably!) question relating to displayimage.php

Started by dianajameson, January 08, 2007, 01:03:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dianajameson

Hi

This is probably a very silly question but I wish to add a line of text under movies saying "Please be patient whilst movie loads"

At the moment I have the Title and Description shown under the movie as it is playing and wish to add this text in approx the same location but I can't find which file to edit. I have looked through displayimage.php but cant see a suitable place. Am I looking in the wrong file?

Also (and this may be a little more difficult!) I only want the text to show if the file is a movie and NOT if it a picture. Is this possible?

Many thanks

Diana
x

Nibbler

Copy the theme_html_picture() function from themes/sample/theme.php to your theme.php and modify it.

Add your text here


$pic_html .= "</object><br />\n";
$pic_html .= "<p align=\"center\">Please be patient whilst movie loads</p>";