• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Featuring my favorite pictures (featuring a keyword gallery)

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Page 3  of  5
1 2 3 4 5
Old Oct-12-2006, 07:01 AM
#41
pjb923 is offline pjb923
Big grins
pjb923's Avatar
I have a strange problem with this hack when using Internet Explorer to view my homepage.

I added a favorites keyword gallery and it appears in position 1 of my featured galleries when I use Firefox or Opera. But when I load the page in IE, the favorites gallery moves to the 2nd position. I'm using IE 7, and have not tested with IE 6.

It's not a big deal, but I'm curious to know if anyone else has this problem.
__________________
-Paul
My Smugmug Gallery
My Photo Blog
Old Dec-05-2006, 09:32 AM
#42
CelsoDiniz is offline CelsoDiniz
Celso Diniz
CelsoDiniz's Avatar
How to force "all thumbs" style on a keyword gallery ?
Quote:
Originally Posted by dmc
I got it working now....

Since this hack was inspired from devbobo's "recent featured pics" code, I went there and noticed some differences... I made a few mods and the code below works....

interesting thing is that in Firefox, the Wow shows up first, in IE it show up in the second position in the Featured box... wierd.
Hello dmc,

I got this working on my site www.celsodiniz.com, thank you very much ! And I have one final question for you... Can I force the person who clicks on my keyword gallery Top 100 Favorites to view it on "all thumbs" style ?

Thank you very much for this additional help.
Regards,
Celso.
Old Jul-06-2007, 05:25 PM
#43
jenna16 is offline jenna16
Big grins
help with "favorites" gallery
Hi,

I used the code from this thread. Only difference is that I was trying to put the favorites gallery as a link in the nav bar. i can't seem to get that right. I did this successfully with the recent code as described above. can anyone help me? what do i put in the <li> line. also - i used "favorite" as my keyword, not "favorites" and I can't find where to change that. I am being told that there are no photos with that keyword. also, the look and feel is not the same - i'm using Fresh Air theme throughout. I deleted the code for now but i can put it back if it helps someone help me.

http://greenstein.smugmug.com

Jenna

Last edited by jenna16; Jul-07-2007 at 02:37 AM.
Old Jul-07-2007, 02:38 AM
#44
jenna16 is offline jenna16
Big grins
bump
Quote:
Originally Posted by jenna16
Hi,

I used the code from this thread. Only difference is that I was trying to put the favorites gallery as a link in the nav bar. i can't seem to get that right. I did this successfully with the recent code as described above. can anyone help me? what do i put in the <li> line. also - i used "favorite" as my keyword, not "favorites" and I can't find where to change that. I am being told that there are no photos with that keyword. also, the look and feel is not the same - i'm using Fresh Air theme throughout. I deleted the code for now but i can put it back if it helps someone help me.

http://greenstein.smugmug.com

Jenna
Old Jul-07-2007, 10:12 AM
#45
Barb is offline Barb
SmugMug Hero Captain
Barb's Avatar
Quote:
Originally Posted by jenna16
bump
Hi Jenna,

Replace what you currently have in your navbar code:

<li><a href="javascript:showRecent(21)">Favorites</a></li>

With this:

<li><a href="http://greenstein.smugmug.com/keyword/favorite">Favorites</a></li>

I think that's what you are looking for :)
__________________
Barb
PhotoscapeDesignFacebookTwitterGoogle+
Old Dec-18-2007, 05:43 PM
#46
kensington is offline kensington
Big grins
total n00b
sorry, I am an IT guy but not a programmer and my head hurts trying to figure all this out. I have made a few changes to my site and they have worked great.

One of the changes was implementing the flash slideshow which works great.

What I would like to do was mentioned previously in this thread. I'd like to replace the gallery in my slideshow with a favorites gallery.

Due to my incredible denseness right now I am asking for step by step instructions, something like the ones for the flash slidshow I think I can follow.

Thank you very much.
__________________
Arnold
Arnold's pictures | Gear list
MM | Follow me | Follow II |Facetube
Old Dec-18-2007, 07:20 PM
#47
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by kensington
sorry, I am an IT guy but not a programmer and my head hurts trying to figure all this out. I have made a few changes to my site and they have worked great.

One of the changes was implementing the flash slideshow which works great.

What I would like to do was mentioned previously in this thread. I'd like to replace the gallery in my slideshow with a favorites gallery.

Due to my incredible denseness right now I am asking for step by step instructions, something like the ones for the flash slidshow I think I can follow.

Thank you very much.
This "favorites gallery", is it a gallery you have with favorite photos in it?
Are you going to create one? Or is it going to be a keyword named
"favorites" on selected photos from many galleries?
Old Dec-18-2007, 09:20 PM
#48
kensington is offline kensington
Big grins
Quote:
Originally Posted by Allen
This "favorites gallery", is it a gallery you have with favorite photos in it?
Are you going to create one? Or is it going to be a keyword named
"favorites" on selected photos from many galleries?
Sorry, keyword named favorites from many galleries.
__________________
Arnold
Arnold's pictures | Gear list
MM | Follow me | Follow II |Facetube
Old Dec-18-2007, 09:42 PM
#49
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by kensington
Sorry, keyword named favorites from many galleries.
In your bio change this

oParams.AlbumID = "3983727";

to this

oParams.feedURL= 'http://www.smugmug.com/hack/feed.mg?Type=userkeyword%26NickName=kensingt0n%26Data=favorites%26format=rss';

and see if it runs the show with the favorites keyword. Make sure you have
that keyword on a few photos.
Old Dec-19-2007, 09:23 AM
#50
kensington is offline kensington
Big grins
Quote:
Originally Posted by Allen
In your bio change this

oParams.AlbumID = "3983727";

to this

oParams.feedURL= 'http://www.smugmug.com/hack/feed.mg?Type=userkeyword%26NickName=kensingt0n%26Data=favorites%26format=rss';

and see if it runs the show with the favorites keyword. Make sure you have
that keyword on a few photos.
Good afternoon Allen, I have made the change in my bio as well as keywording several pcitures, most in this gallery http://kensingt0n.smugmug.com/gallery/4005500#233067288 , and I do not seem to be having any luck.
__________________
Arnold
Arnold's pictures | Gear list
MM | Follow me | Follow II |Facetube
Old Dec-19-2007, 07:35 PM
#51
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by kensington
Good afternoon Allen, I have made the change in my bio as well as keywording several pcitures, most in this gallery http://kensingt0n.smugmug.com/gallery/4005500#233067288 , and I do not seem to be having any luck.
Don't have any experience with this but.
Looking at the wiki and found this hint. Try changing to this.

Code:
oParams.feedURL= 'http%3A%2F%2Fwww.smugmug.com%2Fhack%2Ffeed.mg%3FType%3Duserkeyword%2526NickName%3Dkensingt0n%2526Data%3Dfavorites%2526format=rss';
Old Dec-19-2007, 07:44 PM
#52
kensington is offline kensington
Big grins
Quote:
Originally Posted by Allen
Don't have any experience with this but.
Looking at the wiki and found this hint. Try changing to this.

Code:
oParams.feedURL= 'http%3A%2F%2Fwww.smugmug.com%2Fhack%2Ffeed.mg%3FType%3Duserkeyword%2526NickName%3Dkensingt0n%2526Data%3Dfavorites%2526format=rss';

YES

You totally ROCK ALLEN!

If you couldn't tell, that seems to have worked like a charm thank you soooo much
__________________
Arnold
Arnold's pictures | Gear list
MM | Follow me | Follow II |Facetube
Old Dec-20-2007, 05:49 PM
#53
kensington is offline kensington
Big grins
New question
So, now that I have it working, thanks again Allen, and have started keywording a lot of pictures it looks to me like there is a limit to the number of the pcitures that the gallery is cycling through?

Anybody have any ideas on how to, if possible, remove the limit?
__________________
Arnold
Arnold's pictures | Gear list
MM | Follow me | Follow II |Facetube
Old Dec-21-2007, 08:50 PM
#54
kensington is offline kensington
Big grins
Quote:
Originally Posted by kensington
So, now that I have it working, thanks again Allen, and have started keywording a lot of pictures it looks to me like there is a limit to the number of the pcitures that the gallery is cycling through?

Anybody have any ideas on how to, if possible, remove the limit?

Anybody have any insight?
__________________
Arnold
Arnold's pictures | Gear list
MM | Follow me | Follow II |Facetube
Old Dec-30-2007, 04:22 PM
#55
kensington is offline kensington
Big grins
bumping for the after Christmas crowd
__________________
Arnold
Arnold's pictures | Gear list
MM | Follow me | Follow II |Facetube
Old May-07-2008, 03:08 AM
#56
Janneman is offline Janneman
Grinner Amateuros
Janneman's Avatar
Quote:
Originally Posted by cambler
Andy, any chance the code for your site is available? You've got your site set up almost EXACTLY how I want to do CheerPhoto.

Just asking :-)
I tried this but do neot get the gallery to appear in my gallery overview.
What am I doing wrong?

Regards, Jan
www.kooreman.smugmug.com
Old May-07-2008, 04:51 AM
#57
Janneman is offline Janneman
Grinner Amateuros
Janneman's Avatar
Featured gallery does not work
I tried to implement the featured gallery as described here:

http://www.dgrin.com/showthread.php?...light=featured

Nothing is visible in my gallery page.

As an absolute beginner I do not understand how the featured gallery will/can appear on the gallery page. Must I do something manual to create a featured gallery. My impression is that I am missing a step.
But wexperts please tell me what's wrong.

Greetings, Jan
www.kooreman.smugmug.com
Old May-07-2008, 04:58 AM
#58
Andy is offline Andy
panasonikon
Andy's Avatar
Quote:
Originally Posted by Janneman
I tried to implement the featured gallery as described here:

http://www.dgrin.com/showthread.php?...light=featured

Nothing is visible in my gallery page.

As an absolute beginner I do not understand how the featured gallery will/can appear on the gallery page. Must I do something manual to create a featured gallery. My impression is that I am missing a step.
But wexperts please tell me what's wrong.

Greetings, Jan
www.kooreman.smugmug.com
I moved you here to the thread where people can help you.
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old May-07-2008, 05:08 AM
#59
Janneman is offline Janneman
Grinner Amateuros
Janneman's Avatar
No response
Quote:
Originally Posted by Andy
I moved you here to the thread where people can help you.

I got no respons so I tried it with a new thread as this one is not so very new.

Greetings, Jan
www.kooreman.smugmug.com
Old May-07-2008, 06:05 AM
#60
Barb is offline Barb
SmugMug Hero Captain
Barb's Avatar
Quote:
Originally Posted by Janneman
I got no respons so I tried it with a new thread as this one is not so very new.

Greetings, Jan
www.kooreman.smugmug.com
Hi,

Where do you want your featured gallery to show? You have the code inserted correctly. You are hiding the featuredBox from the homepage. You could do a new tab in your navbar and point to your featured gallery if you want.
__________________
Barb
PhotoscapeDesignFacebookTwitterGoogle+
Page 3  of  5
1 2 3 4 5
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump