| Lurk all you'd like, but why not register and post some pics? Registering also makes it easier to find the good stuff. Need help? |
|
|||||||
| Register | FAQ | Shooters | Calendar | Reviews | Tutorials | Gallery | Books | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Big grins
Join Date: Nov 2006
Posts: 33
|
One more time - search box question
1) I just saw Andy's nifty "find" page
http://www.moonriverphotography.com/find How do I build me one of those? 2) Is there a way for me to replicate just the search box from a page like that on my SM site that I can put on my non-SM hosted home page (http://markrogersphotography.com) Thanks |
|
|
|
|
|
#2 |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,230
|
Rich'll be along soon to explain things
|
|
|
|
|
|
#3 | ||
|
SmugMug Support Hero
Join Date: May 2006
Location: La Mirada, Ca. USA
Posts: 2,153
|
Quote:
![]() Here is the explaination. devbobo wrote the code and I stole it from here: http://www.dgrin.com/showthread.php?p=355505#post355505 Quote:
In the css section: .homepage #datesBox, .homepage #keywordsBox {display:none;} .find #datesBox, .find #keywordsBox {display: block;} .find #bioBox, .find #categoriesBox, .find #communitiesBox, .find #featuredBox, .find #ffBox, .find #galleriesBox, .find #popularPhotos {display:none;} In the javascript section: function hasPath(sPath) { re = new RegExp("\/" + sPath + "(\/|$)"); return re.test(window.location) } In the footer: <*script type="text/javascript"*> if (hasPath("find")) YD.addClass(document.body, "find"); <*/script*> Your new link to the search page is: http://markrogersphotography.smugmug.com/find I didn't add the link yet. If you need me to, I can. I gave you the search code for your extenal site via email. For everyone else. If you need to have a search form on an external site to search your SmugMug site, use the following code. <form method="get" action="http://yourNickName.smugmug.com/search/index.mg"> <input type="text" name="searchWords" /> <input type="hidden" name="searchType" value="InUser" /> <input type="hidden" name="NickName" value="yourNickName" /> <input type="submit" name="sa" value="Search" size="20"/> </form> Replace "yourNickName" with your SmugMug nickname. Have fun. Any question? Yell
__________________
Rich My Site SmugHelp Customizing SmugMug Simplified FAQ Firefox Webdev Firebug SmugManager Webdev Tutorial |
||
|
|
|
|
|
#4 |
|
Big grins
Join Date: Jun 2007
Posts: 18
|
Ok... I really did try to find it on my own first but am I missing the thread that tells how to build the complete "FIND" page (like Andy's?)??
Thanks. |
|
|
|
|
|
#5 | |
|
SmugMug Support Hero
Join Date: May 2006
Location: La Mirada, Ca. USA
Posts: 2,153
|
Quote:
__________________
Rich My Site SmugHelp Customizing SmugMug Simplified FAQ Firefox Webdev Firebug SmugManager Webdev Tutorial |
|
|
|
|
|
|
#6 | |
|
Big grins
Join Date: Nov 2006
Posts: 33
|
Find Page
Rich - it's taken me a while to get back to this but thanks. I took a look and my find page is looking great. Just a couple of questions, though. I took a look at Andy's again and his has a big ole search entry field as the first item on the page. How can I do the same thing? And, possibly add some explanatory text near it to help my less web savvy customers.
Thanks Quote:
|
|
|
|
|
|
|
#7 | |
|
I-B-Jenifer-Clark
Join Date: Sep 2008
Location: Tennessee
Posts: 48
|
search page
If I already have a homepage of a slideshow and then the galleries on another page will this code work to create the search page or mess up anything I already have?
www.imagesbyjeniferclark.com I'm working on getting the navbar right but the search page is something that I need asap after the navbar corrections. Thanks, Jen Quote:
|
|
|
|
|
|
|
#8 |
|
Eyes are my Camera
Join Date: Nov 2008
Posts: 215
|
Guys, i put the code that you gave, but it ruined my separate galleries page.. this is my website www.lens-bh.com .. so far I'm happy with everything.. I didn't have the separate gallery page and i contacted smugmug and they replied really fast.. i'm done with that.. now the find page, when i put the codes in the css, top javascript, and the bottom.. my find page becomes exactly like my homepage, and even the galleries.
I would apreciate it if you guys could help me fast coz i'm preparing for a big opening on 2009
__________________
|
|
|
|
|
|
#9 | |
|
SmugMug Support Hero
Join Date: May 2006
Location: La Mirada, Ca. USA
Posts: 2,153
|
Quote:
__________________
Rich My Site SmugHelp Customizing SmugMug Simplified FAQ Firefox Webdev Firebug SmugManager Webdev Tutorial |
|
|
|
|
|
|
#10 | |
|
Eyes are my Camera
Join Date: Nov 2008
Posts: 215
|
Quote:
__________________
|
|
|
|
|
|
|
#11 |
|
Eyes are my Camera
Join Date: Nov 2008
Posts: 215
|
Ok what if I want a search bar there, and most popular photos, plus the map thing. But I want the layout to be like Andy's Moon River website.. Two box per row.. not all of them under each others.. (Take a look at Moon River Photography, the Keyword and around the world layout)
Thanks for helping :)
__________________
|
|
|
|
|
|
#12 | |
|
SmugMug COO & House Pro
Join Date: Dec 2003
Location: New York City
Posts: 52,230
|
Quote:
|
|
|
|
|
|
|
#13 | |
|
Eyes are my Camera
Join Date: Nov 2008
Posts: 215
|
Quote:
![]() Ok I'll be waiting
__________________
|
|
|
|
|
|
|
#14 | |
|
Eyes are my Camera
Join Date: Nov 2008
Posts: 215
|
Quote:
Still I'm waiting
__________________
|
|
|
|
|
|
|
#15 |
|
SmugMug Support Hero
Join Date: May 2006
Location: La Mirada, Ca. USA
Posts: 2,153
|
Something like this? http://lens-bh.smugmug.com/find
You may need to adjust some of the heights & widths to suit your needs. :)
__________________
Rich My Site SmugHelp Customizing SmugMug Simplified FAQ Firefox Webdev Firebug SmugManager Webdev Tutorial |
|
|
|
|
|
#16 | |
|
Eyes are my Camera
Join Date: Nov 2008
Posts: 215
|
Quote:
__________________
|
|
|
|
|
|
|
#17 | |
|
SmugMug Support Hero
Join Date: May 2006
Location: La Mirada, Ca. USA
Posts: 2,153
|
Quote:
__________________
Rich My Site SmugHelp Customizing SmugMug Simplified FAQ Firefox Webdev Firebug SmugManager Webdev Tutorial |
|
|
|
|
|
|
#18 | |
|
Eyes are my Camera
Join Date: Nov 2008
Posts: 215
|
Quote:
![]() Make a testimonial section in ur site and I would write you a BOOK
__________________
|
|
|
|
|
|
|
#19 | |
|
SmugMug Support Hero
Join Date: May 2006
Location: La Mirada, Ca. USA
Posts: 2,153
|
Quote:
__________________
Rich My Site SmugHelp Customizing SmugMug Simplified FAQ Firefox Webdev Firebug SmugManager Webdev Tutorial |
|
|
|
|
|
|
#20 | |
|
Big grins
Join Date: Feb 2009
Posts: 26
|
Quote:
I'd like to try duplicating this but it appears much of the adjusting/coding has been done offline. any help appreciated! (klarphotography.com) matt |
|
|
|
|
![]() |
| Tell The World! |
| Thread Tools | |
| Display Modes | |
|
|