Options

Adding a search field to your header or footer.

harmonicdiscordharmonicdiscord Registered Users Posts: 1 Beginner grinner
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.)

[PHP]<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>[/PHP]

Just replace YOURNICKNAMEHERE with your nickname.

Cheers!

Comments

Sign In or Register to comment.