forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: enriquei on December 07, 2012, 11:34:37 am

Title: how to change File Information ?
Post by: enriquei on December 07, 2012, 11:34:37 am
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
Title: Re: how to change File Information ?
Post by: Αndré on December 07, 2012, 11:36:54 am
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.
Title: Re: how to change File Information ?
Post by: enriquei on December 07, 2012, 11:52:51 am
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
Title: Re: how to change File Information ?
Post by: Αndré on December 07, 2012, 11:57:22 am
Search for
and replace them with
Title: Re: how to change File Information ?
Post by: enriquei on December 07, 2012, 12:00:17 pm
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
Title: Re: how to change File Information ?
Post by: Αndré on December 07, 2012, 12:38:19 pm
Review line 130, it should look like
Code: [Select]
$info['Hotel Name'] = htmlspecialchars($CURRENT_PIC_DATA['filename']);
Title: Re: how to change File Information ?
Post by: enriquei on December 07, 2012, 12:56:37 pm
its working now thank you

i'm wondering if i can change the title font size (that appear under image )
thanx again
Title: Re: how to change File Information ?
Post by: Αndré on December 07, 2012, 01:05:05 pm
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