Hi There
how can i change the File Information such as:
Filename:
Album name:
Keywords:
i want to change these words to:
Filename: -----> Hotel Name
Album name: ------ Hotel City
Keywords: ------ Hotel Keywords
so how can i change these words?
thanx
You either have to edit the language file(s), but as those strings may be also used at other places, it's probably better to edit the function
html_picinfo in displayimage.php.
hi there
thanks for your reply
in the displayimage page the word is such as: Filename:
i don't find this in the php file
Search for
- $lang_common['filename']
- $lang_picinfo['Album name']
- $lang_common['keywords']
and replace them with
- 'Hotel Name'
- 'Hotel City'
- 'Hotel Keywords'
Hi There
i did and i got this error:
Parse error: syntax error, unexpected T_STRING, expecting ']' in /home/website/public_html/photos/displayimage.php on line 130
Review line 130, it should look like
$info['Hotel Name'] = htmlspecialchars($CURRENT_PIC_DATA['filename']);
its working now thank you
i'm wondering if i can change the title font size (that appear under image )
thanx again
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270618.html#msg270618
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270610.html#msg270610