Change appearance for non users Change appearance for non users
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Change appearance for non users

Started by zac, November 02, 2005, 12:17:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zac

Hi.. the default for coppermine when not logged in and all galleries are private is the message No Image to Display.  How much can I tweak this page?  Where can I change the message?  Is it possible to control the rest of the style of the page that one only sees if they are not logged in?

Thanks for any help with this.


Abbas Ali

The message can be changed in lang/english.php file.

Find

  'no_img_to_display' => 'No image to display',


and change it to whatever you want.

Note:   'No image to display' is not just used when someone access private album but this line is used in many other places too. Hence changing this message will affect them all.
Chief Geek at Ranium Systems

zac

Thank you.  Is it possible to modify the style of this text? 

Abbas Ali

Well to just change the style append the html with the string.


'no_img_to_display' => '<font face="xxx">No image to display</font>',


or anything like that.
Chief Geek at Ranium Systems

zac

Ahh ok.. thanks.  I didnt realize I could do that.