Add on Search on any page 1.5.x Add on Search on any page 1.5.x
 

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

Add on Search on any page 1.5.x

Started by Schryvers, November 15, 2012, 12:08:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Schryvers

(I can't post in other forums right now, so admins/mods locate this topique to the right one please)

Too add an Searchbox anywhere on your coppermine gallery,

ADD this code:
<form method="get" action="http://sitename.url/thumbnails.php" name="searchcpg">
<input type="hidden" name="type" value="full">
<input type="hidden" name="title" value="on">
<input type="hidden" name="keywords" value="on">
<input type="hidden" name="album" value="search">
<input type="hidden" name="type" value="AND">
<input type="hidden" name="type" value="full">
<input type="input" style="font-family: Verdana; font-size: 10px; color: #000000" size="16" name="search" maxlength="255" value="Trefwoord..." class="textinput">
<input type="image" src="http://sitename.url/yourbutton.gif">
</form>

Anywhere into your THEMES/YOURTHEME/Template.html