how do i add a search to my homepage?

norcalmxpicsnorcalmxpics Registered Users Posts: 7 Beginner grinner
edited May 9, 2007 in SmugMug Support
im going to be using smugmug to handle my pictures, but my homepage is going to be seperate from smugmug with a link to my pictures in smugmug. Im doing this because i dont want to use smugmugs layout for my website. All i can do is have a custom header with smugmug, and i need the entire homepage custom. But I would also like to add a picture search feature to my homepage. any ideas how i could do this?

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 7, 2007
    im going to be using smugmug to handle my pictures, but my homepage is going to be seperate from smugmug with a link to my pictures in smugmug. Im doing this because i dont want to use smugmugs layout for my website. All i can do is have a custom header with smugmug, and i need the entire homepage custom. But I would also like to add a picture search feature to my homepage. any ideas how i could do this?
    What Smugmug layout? You can design it just about any way you want it with
    a power or pro account.

    Picture search on your non-Smugmug page? You might be able to code the
    search form to search your Smugmug site. Someone else can answer that.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • richWrichW Registered Users Posts: 941 Major grins
    edited May 7, 2007
    I would also like to add a picture search feature to my homepage. any ideas how i could do this?
    Try this:
    <*form method="get" action="http://[B]xxxxxxxx[/B].smugmug.com/search/index.mg">
    <*input type="text" name="searchWords" />
    <*input type="hidden" name="searchType" value="InUser" />
    <*input type="hidden" name="NickName" value="[B]xxxxxxxx[/B]" />
    <*input type="submit" name="sa" value="Search" size="20" class="buttons"/>
    <*/form>
    
    Replace the x's with your site nickname. Remove the *'s after <
    The top search box on this page is the above code:
  • norcalmxpicsnorcalmxpics Registered Users Posts: 7 Beginner grinner
    edited May 9, 2007
    awesome! thanks!
Sign In or Register to comment.