Change appearance for non users Change appearance for non users
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.