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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.