harmonicdiscord
Nov-03-2004, 12:41 PM
For those, like me, who were wondering how to add a search field to your custom header or footer, here's what smugmug told me. (Note, you have to be a power user or above to do this.)
<form method="get" action="/search/index.mg">
<input type="text" name="searchWords" />
<input type="hidden" name="searchType" value="InUser" />
<input type="hidden" name="NickName" value="YOURNICKNAMEHERE" />
<input type="submit" value="Search Galleries" />
</form>
Just replace YOURNICKNAMEHERE with your nickname.
Cheers!
<form method="get" action="/search/index.mg">
<input type="text" name="searchWords" />
<input type="hidden" name="searchType" value="InUser" />
<input type="hidden" name="NickName" value="YOURNICKNAMEHERE" />
<input type="submit" value="Search Galleries" />
</form>
Just replace YOURNICKNAMEHERE with your nickname.
Cheers!