|
It works very well, thanks Steeev!!!
Posted 97 months ago.
(permalink)
|
|
cheers :)
you can even use it to send yourself messages if you are feeling lonely LOL :)
though i guess it could have its uses, to send yourself reminders or something...
Posted 97 months ago.
(permalink)
|
|
nice idea... ;-)
Posted 97 months ago.
(permalink)
|
|
ive updated it to also add a question mark that is linked to the users profile. though im thinking i might just change the username link to goto the profile page instead, that way theres less clutter, and if they want to see the users photos, they could click on the users buddy icon instead, what do you guys reckon?
Posted 97 months ago.
(permalink)
|
|
I like the idea of being able to directly jump to either the profile or photos.
You were to quick for me, I was thinking of making a link to profile GMscript. Instead of a question mark I was thinking of a little icon of a head and shoulders, but I haven't seen one hosted by Flickr anyplace :-( Any ICON would have to on a host that could handle the load
Posted 97 months ago.
(permalink)
|
|
MacRonin47 wrote: ----------------
I was thinking of making a link to profile GMscript.
---------------- FYI there already is a "link to profile" GM script,written by quas. :)----------------
Instead of a question mark I was thinking of a little icon of a head and shoulders,
---------------- isnt that what the buddy icon is for? ;-) btw jrhyley has got an icon like the one you mention ;) www.flickr.com/photos/jrhyley/16166360/
personally i dont mind the question mark, it makes the page load a tiny bit faster than using an image ;-) Though ideally i think its not really necesary at all, could just change the username link to goto the profile.----------------
Any ICON would have to on a host that could handle the load
---------------- I dont think that theres a significantly large percentage of Flickr users doing the Firefox+Greasemonkey thing at present for it to be a problem. Interestingly enough its actually possible to include icons in the actual script itself via Base64 encoding see jhrhyleys script www.rhyley.org/gm/FlickrMail.user.js for an example :)
. BTW I "borrowed" the blue envelope icon from google maps ;-) do you think they will mind? hehe :) i know flickr has got some of their own envelope icons, but i thought the blue one goes pretty well with the flickr colour scheme :)
hmmm ive just noticed one downside to this script, it doesnt play nicely with Flickr Quoter, might need to rewrite that one...
Posted 97 months ago.
(permalink)
|
|
oops, sorry...
Posted 97 months ago.
(permalink)
|
|
Out of curiosity steeev, why are you using google's email icon(
) instead of flickr's( )?
Posted 97 months ago.
(permalink)
|
|
cos i liked the blue one more :)
Posted 97 months ago.
(permalink)
|
|
er, do you guys take simple requests? :)
Posted 97 months ago.
(permalink)
|
|
Sidereal wrote: ----------------
er, do you guys take simple requests? :)
---------------- as long as its not "the cheeky girls", "crazy frog" or "kajagoogoo" LOL!
btw i decided to get rid of the question mark in the end, now the script just changes the username link to go to the profile, if you want to view the users photos you can click the buddy icon.
I still havent got round to fixing the Flickr Quoter script, so it will work with this one, oh well, will get round to it one day.
Posted 97 months ago.
(permalink)
|
|
On a user's Photos page (their main photo page) you can browse with Their Tags, Calendar, or Archives (bulleted list on the bottom-ish right).
* His tags
* Calendar
* Archives (512 photos)
I'd love to see two more bullets there:
* His tags
* Calendar
* Archives (512 photos)
* by Date Taken
* by Date Posted
You can surf there through the calendar or archives, but those short links:
/photos/USERNAME/archives/date-taken/
/photos/USERNAME/archives/date-posted/
take you to a very handy large display of thumbnails with no cruft. That's where I always go to get a feel for a person's photostream.
Is this hard to do? Adding two more list items?
Posted 97 months ago.
(permalink)
|
|
Not hard at all.
Posted 97 months ago.
(permalink)
|
|
Awesome, thank you very much.
(changed href="/ to href="/photos/)
thank you thank you thank you :)
Posted 97 months ago.
(permalink)
|
|
steeev: thanks a lot for your time with the Flickr PM script.
I did a little change to your script so that, while viewing a photo page, the name on the top Widget (with the photo owner icon, the uploaded on date, and the name) linked to the profile.
I'm a JavaScript newbie, but it's working for me.
However, the pink ballon ("Add user as a contact?") disappeared and I have no idea why -- so I don't know how to make it disappear from the commenters list :))
Anyway, here's the 7 lines I added to your script, right after the
if (document.location.href.match('/photos/'))
{
origin = getElementsByClassName('Widget');
if (origin != 'undefined')
{
origin.innerHTML = origin.innerHTML.replace('by <a href="/photos', 'by <a href="/people');
origin.innerHTML = origin.innerHTML.replace('title="Link to ', 'title="View ');
origin.innerHTML = origin.innerHTML.replace('\'s photos', '\'s profile');
}
Maybe you'd like to put this into your script (after correcting my newbie coding) ...
Posted 97 months ago.
(permalink)
|
|
ppPedro, you could just use jrhyleys script, as that overides the behaviour of the default buddyicon on all flickr pages, to give options of profile, mail and favourites, much easier :) i use jrhyleys script and mine at the same time, best of both worlds :)
Posted 97 months ago.
(permalink)
|
|
Hmmm ... ok. Thank you and jrhyleys.
Installed and working ... but I still don't like the floating pink popup!
I did another change to your script :)
In forum threads all users who post after a user without a proper buddyicon do not get the google mail icon or change their name link to their profile.
I commented out the return (and enclosing if()) and moved the if() to the following block.
Posted 97 months ago.
(permalink)
|
|
ppPedro wrote: ----------------
In forum threads all users who post after a user without a proper buddyicon do not get the google mail icon or change their name link to their profile.
---------------- i think you might have got a really early version of the script, as i fixed that in a later version :)
Posted 97 months ago.
(permalink)
|
|
// v1.4 31/5/5
lines 156 and 157
:)
Posted 97 months ago.
(permalink)
|
|
ppedro, can you give me an example page where my script doesnt work for you, as when ive tested it, if theres someone without a buddyicon, the script still worked, v.strange.
also if you send me your version of the script i will update mine to include your changes, cheers.
Posted 97 months ago.
(permalink)
|
|
steeev, see here.
This link points to a post by e3ashig, followed by two posts by users without a proper buddyicon and a third post by e3ashig. What I see is:

Click the image for the original size (975 x 792, 132K)
I started messing with the script a lot (a whole lot) :)
I'll send the complete script to you in a few days, when it's more presentable.
For now I just sent you the lines I changed to make it work for this particular case.
Posted 97 months ago.
(permalink)
|
|
ah i see now, you are right, i thought i had taken care of that, i obviously hadnt tested all possible scenarios, great work ppedro! :D
I look forward to seeing your new improved script
cheers! :D
Posted 97 months ago.
(permalink)
|
|
Well,
it didn't take a few days :)
Of course it needs refinements too -- but it's bedtime here, I'll continue later
Two screen shots (linked to the original versions):


Is it ok if I specify the URL I put steeev's changed script on (I already mailed him the URL)?
Posted 97 months ago.
(permalink)
|
|
Cool modifications ppPedro! I made a couple of my own, mainly version number, description, etc, the functionality you added remains the same.
Heres the new functionality of the script, thanks to Pedro: Along with the envelope icon, it now also adds an icon for the profile, for the favourites, and also a link to the "change relationship" page all next to the username on the page.
Cheers, Pedro!
PS just noticed a cool side effect of the changes you made, Flickr Quoter now works properly again, most excellent dude! :D
Originally posted 97 months ago.
(permalink)
steeev edited this topic 66 months ago.
|
|
i thought that photo archive tip from sidereal was really cool, so i decided to add a new little icon to FlickrPM that with a single click lets you see a users photo archive, you can get the updated script here:
Originally posted 95 months ago.
(permalink)
steeev edited this topic 66 months ago.
|
|
Great addition!
Posted 95 months ago.
(permalink)
|
|
I really like the archive option.
Posted 95 months ago.
(permalink)
|
|
steeev et al, you guys keep outdoing yourself. i can't remember flickr without all your hacks now!
brilliant, once again.
Posted 95 months ago.
(permalink)
|
|
does anyone know why all the icons disappeared today? I've had GM 0.5 for about a week and the icons were working yesterday.
Also, strangely, there's an error message when I try to page through the group threads.
Posted 94 months ago.
(permalink)
|
|
its possibly due to the new URL formats that are now being used for groups, i will have a look at fixing the script up.
Posted 94 months ago.
(permalink)
|
|
ok heres the quick fix:
go into the tools/manage user scripts menu.
select the flickrPM script in the list on the left hand side, then add the following URLS to the list of included pages on the top right hand side,
http://flickr.com/groups/*
+
http://www.flickr.com/groups/*
the script should work fine again after that
Posted 94 months ago.
(permalink)
|
|
Yay! Thanks! I think I'll go do that with the groups tracker hack too.
Posted 94 months ago.
(permalink)
|
|
good quick fix steeev. thanks!
Posted 94 months ago.
(permalink)
|
|
small/simple request: can you add titles and alt tags to the other iconlinks under makeLinks?
That way, there would be a nice tooltip for the others, instead of just
the "View/Change relationship".
:) Thanks for putting this script together!
[edit] I took a peek at the script and noticed it already had the title tags on the others...but I am only getting a tooltip w/ the View/Change relationship. Is there a problem on my end?
Originally posted 93 months ago.
(permalink)
earthsound edited this topic 93 months ago.
|
|
the tooltips work fine for me... i dont know if this has anythign to do do with it, but for what its worth, im still using GM 0.3.5
Originally posted 93 months ago.
(permalink)
steeev edited this topic 93 months ago.
|
|
have tested this script in FF 1.5 + GM 0.6.4 and it works fine.
ive also just updated this script to add a new link "INT" it links to the list of the users photos ordered by Interestingness. The list is kindly provided by isaias' cool tool at interestingby.isaias.com.mx
Originally posted 86 months ago.
(permalink)
steeev edited this topic 86 months ago.
|
|
ive now fixed the script for Flickr Gamma. (thanks scragz for the style tip)
Posted 85 months ago.
(permalink)
|
|
When trying to install, it says to me "Could not download user script [object Event]".
Posted 85 months ago.
(permalink)
|
|
Their was a problem with Steeev site, but it's seems to be back now.
Posted 85 months ago.
(permalink)
|
|
ive added a link to fd's flickr scout in the script
UPDATE ive also added a link to Netomer's Flickr Inspector
Originally posted 83 months ago.
(permalink)
steeev edited this topic 83 months ago.
|
|
what's the script that puts the link to interestingby on someone's main photo page?
Posted 83 months ago.
(permalink)
|
|
@steeev: thank you.
@striatic: i think it's mortimer's "more user links" script
Posted 83 months ago.
(permalink)
|
|
www.flickr.com/groups/flickrhacks/discuss/720575941386896...;
there we go.
shame it isn't up on userscripts.org , it is really handy.
Posted 83 months ago.
(permalink)
|
|
Ive updated the FlickrPM script, adding the mini toolbar functionality to recent_activity + photo_comments pages. Also added a new Flickr Mail Popup function, that lets you mail a user without leaving your current page.
You might need to uninstall the old version of the script before installing the new one in order to get all the new functionality.
Posted 83 months ago.
(permalink)
|
|
The "Useful Links" are being added to group links in the comments on the Comments You've Made page.
Originally posted 83 months ago.
(permalink)
Leo Reynolds edited this topic 83 months ago.
|
|
thanks leol30, im aware of the bug, and will fix it in the next release.
Posted 83 months ago.
(permalink)
|
|
ive fixed that bug in the latest release leol30, ive also added the FPM functionality to contacts pages + search pages + fixed the width of the textarea on the flickrmail popup.
Posted 83 months ago.
(permalink)
|
|
striatic wrote: what's the script that puts the link to interestingby on someone's main photo page? flickrPM now works on the users main photo page aka photostream pages.
Originally posted 83 months ago.
(permalink)
steeev edited this topic 83 months ago.
|
|
steeev, i absolutely love this flickrPM tool. i use it regularly everyday. so convenient.
however, today (18 Oct 06), it will not access the interestingness link (INT), giving me an error message of "page not found" on Firefox on my MacBook using OS 10.4.
i got the impression that perhaps this function was somhow violating the flickr API, but i'm not sure if that's what's at issue, if a server is down, or something else.
Posted 80 months ago.
(permalink)
|
|
remiss63 the interestingby.isaias.com.mx server appears to be down.
Posted 80 months ago.
(permalink)
|
|
thanks.
Posted 80 months ago.
(permalink)
|
|
Still getting -
"Firefox can't find the server at interestingby.isaias.com.mx."
whenever I click on INT. Is the server still the problem?
This is my favorite by far of all Flickr hacks and am looking forward to its return.
Posted 80 months ago.
(permalink)
|
|
Yeah,
Sorry. My server had serious problems these days, in fact it was my ISP's fault, but it seems to be ok now.
Originally posted 80 months ago.
(permalink)
siderevs edited this topic 80 months ago.
|
|
Afraid I still can't find the server. But I appreciate your efforts to get this back up and running.
Posted 80 months ago.
(permalink)
|
|
still down
Posted 80 months ago.
(permalink)
|
|
INT is working for me.
And FI is working for me.
But FS (Scout) isn't
flagrantdisregard.com doesn't seem to be answering the phone any more. :-(
But I did notice that fd's flickrtoys (and in particular, scout), seem to be on bighugelabs.com nowadays.
steeev, is a change in the link needed?
In my local script for flickrpm, I just changed flagrantdisregard to bighugelabs, and things worked for me again.
Originally posted 79 months ago.
(permalink)
apurdam (Andrew) edited this topic 79 months ago.
|
|
I am looking for a way to display a contacts real name next to their Flickr name. Flickr PM seems the most logical script as it s already tagging information next a name every time it appears on a page. Anyone know if thi is planned or whether another script does do it? I cannot seem to find one that does.
Posted 77 months ago.
(permalink)
|
|
What is wrong?
When I click to the mail icone at this link to send a email to Alastair Rae , the mail is actually sent to Glen Tepke. The same at this top of this discussion, if I click to send a mail to steeev, the mail is being adressed to Pedro Vieira.
Is it only me?
----
edit : It is ok now. No idea why,
Originally posted 77 months ago.
(permalink)
Jacques* edited this topic 77 months ago.
|
|
Hi Steeev,
Just wanted to let you know your scrips for GM are GREAT
1) for Contacts, sending mail directly is GREAT
2) for sorting GROUPS ..... wow this is FANTastic
Regards
Robin
Posted 74 months ago.
(permalink)
|
|
thanks robin, im glad you like them.
btw i've updated the flickrpm script to work on the new help forum.
Originally posted 74 months ago.
(permalink)
steeev edited this topic 74 months ago.
|
|
You should read this:
www.flickr.com/groups/flickrhacks/discuss/721576000440807...
Posted 74 months ago.
(permalink)
|
|
There's a weird bug... from this discussion i tried to send flickrmail to the original poster, but hitting the envelope gives me a window that sends mail to somebody else. (the last person who replied in the topic)
so in fact, the wrong person got my message. what's up?
Posted 74 months ago.
(permalink)
|
|
thanks for the bug report eti, ive now fixed it.
Posted 74 months ago.
(permalink)
|
|
wow thanks you're quick!
Posted 74 months ago.
(permalink)
|
|
Hello Steeev,
Since there is no more Flickr Inspector, could you modify the link so that it leads to Flickr DNA instead?
www.flickr.com/groups/flickrtoys/discuss/72157600344493018/
Posted 72 months ago.
(permalink)
|
|
I was going to mention DNA. Also, it would be fabulous to have a flag with the country code or name in the hover tooltip.
Posted 72 months ago.
(permalink)
|
|
Yep, I came to suggest DNA instead of flickr inspector and I already see requests. Love the DNA page.
Posted 72 months ago.
(permalink)
|
|
ive updated the script to work with the latest flickr code change, ive also changed the link from flickr inspector to flickr dna. you can get the updated version here: steeev.freehostia.com/flickr/
Originally posted 72 months ago.
(permalink)
steeev edited this topic 72 months ago.
|
|
Thanks for the update! Now it works again ;)
May I suggest something? Well, the "View Photo Archive" button gives a view based on the date the pictures were taken ( www.flickr.com/photos/tonivc/archives/date-taken/ ). I don't find this very useful because usually people wants to see the last POSTED pictures. So, I always change the code to view the last posted pictures: www.flickr.com/photos/tonivc/archives/date-posted/ or even better www.flickr.com/photos/tonivc/archives/date-posted/detail/. You can argue this is just what you get when you view someone's main page, true. But the difference is that you override the main page's layout so you usually see more pictures on a single page...
Could it be possible to change it, or even better: to allow people to select which view (from a group of options) do they want to get when selecting that option?
Thanks :)
Originally posted 72 months ago.
(permalink)
ToniVC edited this topic 72 months ago.
|
|
Thanks for the script
Posted 72 months ago.
(permalink)
|
|
Can one be excluded from the DNA. It was possible under the old flickr inspector
Posted 71 months ago.
(permalink)
|
|
When the Name/Icon Reply is on and the PM script ( www.flickr.com/groups/flickrhacks/discuss/38788 ) is on too, Name/Icon dont works... i dont know why.. there is some incompatibility to use both together? some body know how to use both?
thanks
*sorry the terrible english.
Posted 71 months ago.
(permalink)
|
|
I was having the same problem. I just went here - steeev.freehostia.com/flickr/ - and reinstalled the script. Works like a charm again!
Posted 71 months ago.
(permalink)
|
|
Would you be able to make a link so you can make the little "add as contact" window popup, without having to wait for the loading of the buddy icon and the drop down list?
Posted 69 months ago.
(permalink)
|
|
I LOOOOVE this add-on! It's very helpful to me -- it adds so many of the links I most use. Well done!
Posted 69 months ago.
(permalink)
|
|
This is a cool script..but if doesn't seem to work with the icon reply/name reply script..any ideas??
Posted 69 months ago.
(permalink)
|
|
I've noticed that email function doesn't work.
If i click on "previes" i get
"Preview: Sorry theres been an error displaying the preview."
If i try to send...it tells me Failed to send.
What could be problem? any ideas?
Thanks.
Posted 68 months ago.
(permalink)
|
|
geekgirly read the last few messages, that issue was already addressed.
renmarc, it sounds like you are not using the english version of the site, this script was created before the international versions of the site came out, so only works with the english version at present.
Posted 68 months ago.
(permalink)
|
|
Hi steeev,
yes i'm using italian version..but i've found an interesting thing.
I've sniffed the tcp transaction and i've found that when i use the script function to send mail, the "referer" header isn't transmitted to the host with the request.
I've tried to use older greasemonkey versions (from 0.7 to 0.6.6) but the result is the same...the referer header seems to be ignored.
I'm using firefox 2.0.0.7
Any ideas?
Posted 68 months ago.
(permalink)
|
|
Swicthed in english...now it works.. :)
Posted 68 months ago.
(permalink)
|
 |
PGTibs [deleted] says:
ya could always change it so it does work lol
Posted 68 months ago.
(permalink)
|
|
I've got a bug with the INT link. Comes up with
"You don't have permission to access /pm.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
Posted 66 months ago.
(permalink)
|
|
The INT link is one of my favorites and it worked until yesterday. Since today, i also receive the 403 Forbidden error:
..."Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."....
Can this be fixed?
Posted 66 months ago.
(permalink)
|
|
There appear to be problems on the site hosting the pm.php script ... interestingby.isaias.com.mx
Posted 66 months ago.
(permalink)
|
|
an alternative for showing a users most interesting photos is the "Flickr Buddy Interestingness" script by mortimer, though his site seems to be down at the moment, you might be able to download it from userscripts.org
Posted 66 months ago.
(permalink)
|
|
Mmmmm... I'm the only one for whom sending mail has stopped to work?? Since this morning I'm unable to send any flickrmail using Flickr PM, but I can send them the normal way... With Flickr PM it opens the sending window, I can compose the message, but when sending it it says "Sending Mail..." forever! The only way out is the Close link, and the message is not sent.
Any idea??
Posted 65 months ago.
(permalink)
|
|
Same for me... :(
Posted 65 months ago.
(permalink)
|
|
I can't send mails whith this flickrPM :(
Posted 65 months ago.
(permalink)
|
|
I see I'm not the only one...
Posted 65 months ago.
(permalink)
|
|
I've written some long flickrmail and lost it. Didn't think that it might be the script until today. I had thought maybe my cache was too large but that's not it. Soooo count me as one of the people who can't send mail and I need to so.....HELP, please.
Posted 65 months ago.
(permalink)
|
|
It's probably the Greasemonkey update which broke this (and other) scripts. Until steeev can update the script, you can roll back the GM update by uninstalling GM and installing the June 2007 build:
addons.mozilla.org/en-US/firefox/addons/versions/748
Originally posted 65 months ago.
(permalink)
zyrcster edited this topic 64 months ago.
|
|
You were right zyrcster! I just rolled back the GM update to the June 2007 version and now I can send Flickrmail again with Flckr PM. Thanks! ;)
Anyway, it would be a good thing that steeev could update the script...
Posted 65 months ago.
(permalink)
|
|
I agree about the flickr mail, same trouble here. Thanks for the info, and thanks a bunch for all the work making the script! Steeev has done some wonderful work figuring all this out.
Posted 65 months ago.
(permalink)
|
|
D'OH... It's not just me.. Okay then..
Posted 64 months ago.
(permalink)
|
|
I'm having the exact same problem described above. When I write an email using Steevo's PM, the message "hangs up" with the red and blue dots swirling back and forth, around and around, but never sending the message.
Steevo, can you modify the code to make it work again? Perhaps there's a way to break out the Flickrmail function as an optional feature or a separate script?
Posted 64 months ago.
(permalink)
|
|
Criminey, I just wrote a long-ass mail and it's 'hanging' too. Don't tell me it's gone, I'll never be able to rewrite those exact words. I'm reaaaallly bumming here. Just tell me the truth that it's LOST and I'll go kick some dirt clods.
I suppose I'll compose drafts of important flickr mails in Yahoo! Mail and cut and paste from now on.
Posted 64 months ago.
(permalink)
|
|
Are you guys trying the suggestion I posted a few comments up about rolling back the Greasemonkey update?
Posted 64 months ago.
(permalink)
|
|
How would I have know about this when this just happened to me and I had to come here to find out WHY? I've never had this problem before now. Why aren't we getting any response from STEEV?
Posted 64 months ago.
(permalink)
|
|
Could anyone fix this script?It's my favourite one but flickrmail is not working.
Posted 64 months ago.
(permalink)
|
|
I am not only having problems with this script, i am also having problems when I send a mail using the popup window that comes out when u click on the buddy icon...ya know the drop down menu thinggy? Works when I use Safari, but not Firefox.
So the only way I can send mail while on Firefox is to:
1. Go to my mailbox and compose new message (which means I can only send to my contacts)
Anyone facing this problem?
Originally posted 64 months ago.
(permalink)
*Damselfly* edited this topic 64 months ago.
|