Path/URL to images has changed
aerialphoto
Registered Users Posts: 299 Major grins
I searched for this in a couple of subforums and came up with zip, sorry if it's been discussed...
I was just getting ready to send someone a link to a single image from my site and I noticed the path to the images is no longer "http://pix.aerog.com/photos/imagename.jpg". Now the path includes the category, gallery name, original filename, and smugmug's filename for the image.
*HUH*!?
Example:
The direct link to this image -
used to be http://pix.aerog.com/photos/548697233_iHSsu-S-3.jpg
Now it's http://pix.aerog.com/Image-Store/Aerials/DSC0747a/548697233_iHSsu-S-3.jpg
Obviously both full url's work - I can still use the original one, but right-clicking on the image gives me that second full URL including my original filename and so does the "share" button.
A workaround is to use the "hide owner" option in the gallery but that's a lousy solution. A second option is to edit every stinkin' link to every image I send to people or post on forums - which is an every lousier solution causing a lot of needless clicking, editing, and work.
A good solution is to put it back the way it was PLEASE, or failing that give us the option of having the share button parse out all the data and show us just the "http://pix.aerog.com/photos/548697233_iHSsu-S-3.jpg" type link.
I was just getting ready to send someone a link to a single image from my site and I noticed the path to the images is no longer "http://pix.aerog.com/photos/imagename.jpg". Now the path includes the category, gallery name, original filename, and smugmug's filename for the image.
*HUH*!?
Example:
The direct link to this image -
used to be http://pix.aerog.com/photos/548697233_iHSsu-S-3.jpg
Now it's http://pix.aerog.com/Image-Store/Aerials/DSC0747a/548697233_iHSsu-S-3.jpg
Obviously both full url's work - I can still use the original one, but right-clicking on the image gives me that second full URL including my original filename and so does the "share" button.
A workaround is to use the "hide owner" option in the gallery but that's a lousy solution. A second option is to edit every stinkin' link to every image I send to people or post on forums - which is an every lousier solution causing a lot of needless clicking, editing, and work.
A good solution is to put it back the way it was PLEASE, or failing that give us the option of having the share button parse out all the data and show us just the "http://pix.aerog.com/photos/548697233_iHSsu-S-3.jpg" type link.
0
Comments
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Nicenames changed the url to the galleries and to the categories, etc. It didn't change the actual URL to the .jpg
On October 10th, for example, I posted a link to a .jpg from my site. I copied the link by right-clicking and using "copy image location". The url to that image was "http://pix.aerog.com/photos/676466447_B5vRZ-XL.jpg"
Today the link to the same image is "http://pix.aerog.com/Private/Forum-Images-2/nassaupan1/676466447_B5vRZ-XL.jpg"
It's not just a matter of "nice names" because the url also includes the original filename of the image. "nassaupan1.jpg" was the original filename. It wasn't a gallery or category or an assigned nicename, it was a filename - yet it shows up in the URL.
I suspect it has something to do with the changes on the 15th, maybe with the planned possibility of pointing to images from multiple galleries... Whatever it is, it sucks.
We released this again last night (it had some bugs before). It's a massive improvement to the SEO of all SmugMug images. We can certainly discuss having that extra feature on the share page though.
Sheaf, I'm sorry - instead of typical Smugmug goodness this is a smugmug FAIL.
Some comments about it:
Using the previous naming scheme "xyzpdq.com/photos/name.jpg" was short, simple, never changed regardless of how many times you moved it, and worked fine.
Ideally I'd love to see an option in my gallery customization menu that lets me turn this "feature" on and off. "Hide Owner" accomplishes this but with all the other side effects of "hide owner" too.
As you can tell my biggest complaints are the massively long URLs and the inclusion of the original filename in the URL to every single image. It's not the end of the world but hey, this is Smugmug where we're accustomed to having a lot of control over how our sites operate and how they display our work. I have no control over this latest change and, frankly - it's almost a deal-breaker.
Please fix it!
I had added a custom search to my website a couple of days ago...everything was working fine until I checked it this morning.
Suddenly, I have comment and rating boxes in the lower left side of the screen. I have both comments and rating turned off.
I removed the all of the custom search code from my footer. The comment/rate boxes were still displayed.
I added code to my CSS to NOT display comments and rating. The comment/rate boxes were still displayed.
It show's up everytime a gallery is accessed with my custom domain and is iffy with my smugmug domain.
There are other odd problems happening that begain back in August when you implemented "nicknames".
This is frustrating because we are modifying our sites and you are implementing new code that has the potential to affect our sites without notifying us. We then assume it's our code and have to do a lot of trouble shooting. It's hard to tell if it's something we've done or you've done.
Phil
www.sunglophoto.com
www.sunglo.smugmug.com
www.sunglophoto.com
▬▬▬▬▬▬▬▬▬▬▬▬▬
Can you link me to the gallery where this happens on your site?
Portfolio • Workshops • Facebook • Twitter
There's an error in your code, somewhere, but I'm not smart enough to find it Put a new thread in the customizing forum so the experts can help. I know it's an error in your code, because if you switch a gallery to appearance=SmugMug, thus removing your customizing, the comment boxes don't show up.
Portfolio • Workshops • Facebook • Twitter
http://www.sunglophoto.com/Land-Sea-and-Air/Red-Sky-at-Night/92367_yebGk#544869407_EEjfP
www.sunglophoto.com
▬▬▬▬▬▬▬▬▬▬▬▬▬
How does that explain the fact that this problem did not appear until this morning? Also, I removed all of the custom search code and the problem remained.
www.sunglophoto.com
▬▬▬▬▬▬▬▬▬▬▬▬▬
Portfolio • Workshops • Facebook • Twitter
First, you are missing a </table> tag to close the table. This can cause things after the table to have weird undefined behavior and if Smugmug just recently changed any of the HTML after your custom footer, things could have changed. Usually when a benign change causes a big problem to show up, it's because there was a previous error that you were getting lucky with. I haven't studied your custom footer code in detail, but you should make sure that every start tag has a corresponding finish tag <table> with </table>, <div> with </div>, <td> with </td>, etc...
Second, you have <tl> tags in your table. I have no idea what those are. What are you trying to accomplish with them. <tr> is for a row if that's what you meant to use.
Third, if you validate your CSS here, you have a lot of CSS errors. I don't think they are responsible for this particular issue, but they may cause other problems now or in the future. In particular, you are using the background: attribute wrong by specifying only a color and you are using colors by name that are not universal standards. These issues occur hundreds of places in your CSS.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
expose the cat, sub-cat or gallery number/key. That is an invasion of
privacy if the photo is in an unlisted gallery, like giving out an unlisted
phone number. I use an unlisted gallery for links to forums and other
reasons and it has all kinds of garbage in it.
My Website index | My Blog
Thanks John,
The close table statement was there originally, but somewhere in my cleaning up and trouble shooting it was deleted. That appeared to be causing the problem...why it didn't show up until this morning...who knows.
The <tl> was a typo, it should have been <tr>.
I knew about the color names and have been slowly changing them out in my spare time. Same thing with any other errors, as I discover them a try to fix them.
I have no formal training on this, it's all been reading and experimenting so yes, I will make mistakes and yes, I do get frustrated.
I apologize if I offended anyone and thanks for getting me back on the strait and narrow.
Phil
www.sunglophoto.com
▬▬▬▬▬▬▬▬▬▬▬▬▬
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Portfolio • Workshops • Facebook • Twitter
I'll have to agree that this is a huge negative. I very much liked the ability to share a single photo from anywhere on my sight without exposing my structure or hidden galleries.
it's a bug. We'll fix it.
Portfolio • Workshops • Facebook • Twitter
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
borealphoto.smugmug.com
Portfolio • Workshops • Facebook • Twitter
borealphoto.smugmug.com
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
borealphoto.smugmug.com
http://www.borealphoto.com/Animals/Oiseaux-Petites-images-Birds/8040702_RjGiw#523322472_bc5aJ
Example, there are two unlisted galleries in /Animals - both when you right click and view the link, you get a non-nicename url
http://www.borealphoto.com/Animals
Portfolio • Workshops • Facebook • Twitter
borealphoto.smugmug.com
Portfolio • Workshops • Facebook • Twitter
borealphoto.smugmug.com
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
- I don't want filenames showing.
- URL will be lost if the photo is moved.
- URL is ridiculously long.
borealphoto.smugmug.com