If there is no image to display If there is no image to display
 

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

If there is no image to display

Started by will, November 20, 2007, 08:42:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

will

I've changed the line of text it says when you search and there is no image to display to '0 Results Found' but I want to add a link to my request forum, I've tried the a href tag and it throws all the gallery off

Thanks ;)

just_some_guy

did you just add code like this - <a href="file.php" > file </a>?
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

will

well I changed this

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

to

'no_img_to_display' => '0 Results Found, would you like to make a <a href="http://cdcoverhideout.com/newforum/index.php?s=ae50547dfd4338803b69ce73c2684c60&showforum=19">request'</a>,

just_some_guy

Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

will

Parse error: parse error, unexpected '/' in /home/content/w/i/l/willtaka05/html/gallery/lang/english_gb.php on line 86

will

its ok sorted, put ' in the wrong place ;)

Joachim Müller

'no_img_to_display' => '0 Results Found, would you like to make a <a href="http://cdcoverhideout.com/newforum/index.php?s=ae50547dfd4338803b69ce73c2684c60&showforum=19">request'</a>,must be'no_img_to_display' => '0 Results Found, would you like to make a <a href="http://cdcoverhideout.com/newforum/index.php?s=ae50547dfd4338803b69ce73c2684c60&showforum=19">request</a>', - you put the single quote at the wrong spot.