Flickr Hacks / Discuss

Current Discussion

[User style] Several styles adding old features to new design
Latest: 7 minutes ago
[User style] Workarounds for non-working notes
Latest: 9 hours ago
# of favs in the photostream
Latest: 13 hours ago
Hide & shrink the new banner - Stylish css
Latest: 2 days ago
New group remove?
Latest: 3 days ago
Cleanr home page - css script
Latest: 5 days ago
Request: A fast way to know if I've already commented a particular picture (just like the favorite star but for comments)
Latest: 6 days ago
UN-justified view - css script for Stylish
Latest: 6 days ago
FlickrNotifications - notifies of new posts in your favorite discussion groups, or photo pages, or ...
Latest: 7 days ago
Publish Now! Updated for new photopage
Latest: 8 days ago
number of views on photopage?
Latest: 8 days ago
GM Script -- Comment Box On Top.
Latest: 8 days ago
More...

Search this group's discussions

Request: A fast way to know if I've already commented a particular picture (just like the favorite star but for comments)

view profile

ToniVC says:

When viewing a picture I can immediately know if I've already faved it because there's the star icon that is white if the picture has not been faved by me and red if I have already faved it.

But I would like to have a similar way to know if I've already commented that picture! Now, the only solution seem to go through all the comments and see if I find one written by me. This can be very annoying and time consuming (mainly since Flickr decided to page comments!).

I would like to have something similar to the favorite star: say a "C" icon that would be white if I haven't already commented that picture and red if I already have done so. That would save me many time and I think it could well be useful too to other Flickr members who, like me, comment on a lot of other's pictures and not always remember which ones have already commented...

Thanks!

Toni

PS: mortimer?, do you want to get the challenge?? ;) I think it shouldn't be too complicated to implement...
Originally posted at 10:06AM, 29 June 2007 PDT (permalink)
ToniVC edited this topic 73 months ago.

← prev 1 2
(1 to 100 of 129 replies in Request: A fast way to know if I've already commented a particular picture (just like the favorite star but for comments))
view photostream

mortimer? says:

shouldn't be too complicated to implement, but never works on your computer :-P
AND
there is a very easy way to do that, just hit / (or ctrl+f or apple+f) and type ToniVC...
if you have the autopage script, then pagination shouldn't bother you ;)
Posted 73 months ago. (permalink)

view photostream

ToniVC says:

Yes mortimer?, I know I can use find function and autopage (in fact, it's what I'm using right now!)... BUT autopage makes photo pages with more than one page of comments to load very slow! With the script I propose I shouldn't need to load ALL comments nor have to repeatedly use the find function (something really tediuos)...

I know I'm a source of problems with your scripts, hehehe, but if this one is not complicated to implement I think it would be a nice addition to your awesome collection of unvaluable scripts :) And I would adore you even more than I already do! ;))
Posted 73 months ago. (permalink)

view photostream

mortimer? says:

hehe

you realise that one way or the other, the script will have to load ALL comments...

;)
Posted 73 months ago. (permalink)

view photostream

mortimer? says:

and well, I don't have that much time. Yesterday, I wanted to work on my photos and processing workflow, but instead, I worked on the other script ;)
Posted 73 months ago. (permalink)

view photostream

ToniVC says:

OK, snif ;))

You are right, one way or another the script would have to read all comments too... but it would not need to DISPLAY them!, so anyway I would save a lot of time ;)
Originally posted 73 months ago. (permalink)
ToniVC edited this topic 73 months ago.

view photostream

sesh00 says:

Hmmm, I read your comments and had to look up the definition of "unvaluable" (because thats the sort of thing I tend to look up when I'm bored). I was thinking that what you actually meant was 'invaluable'.

Turns out, it can mean two things that are opposite each other:

Un`val´u`a`ble
1. Invaluable; being beyond price.
2. Not valuable; having little value.


Anyway, the script would be quite easy to implement for the current page of comments, but yeah, ideally you would want to retrieve all comments.
Posted 73 months ago. (permalink)

view photostream

sesh00 says:

OK, been having a play with this.... I just need to create a couple of images and I will have something for you to play with....
Posted 73 months ago. (permalink)

view photostream

sesh00 says:

Try this on for size:
userscripts.org/scripts/show/10382

I've tested it in the version of FF on my computer. Should be the latest version.

It hasn't been tested for compatibilty with scripts other than my own "Lights Out" script.

The process of the script is basically:
It displays a "Loading Image" (b/w, arrow to signify that it's working)
It checks to see if you've commented
Displays a coloured image if you have comments, b/w one if you haven't.

Let me know if you find any bugs/compatibility issues, but I might not be on Flickr much in the next 24 hours or so.....
Posted 73 months ago. (permalink)

view photostream

mortimer? says:

Cool sesh00, it looks like it's working fine, nice script ;)

a few comments:
1- I think the coloured icon should be pink like for the fav button. The blue doesn't pop out much
2- it would be cool if the button had a link:
- when commented, to the first comment. (i.e. use the permalink, easy to construct)
- when not commented, and anchor to the message textarea :D
3- you might want to check out: www.flickr.com/groups/flickrhacks/discuss/72157594148402197/
if you use that method, you script will work on private photos and you won't have to distribute your API key in clear.
Posted 73 months ago. (permalink)

view photostream

ToniVC says:

Impressive!! That's exactly what I wanted ;) THANK YOU VERY MUCH!!!

Also, I agree completely with points 1 and 2 of mortimer?'s comment. The coloured icon as it is right now is difficult to distinguisg from the b&w one, imho. Making it pink would be much better and coherent with the favorite one. As for the point 2, I think it would be a wonderful addition to my original idea and to your excellent script. Fantastic idea mortimer?!!

Well done!!! ;)

Toni

PS: about the "unvaluable/invaluable" stuff, I'm sorry but my English is not as good as I would like ;)
Originally posted 73 months ago. (permalink)
ToniVC edited this topic 73 months ago.

view photostream

sesh00 says:

Hey guys, thanks for the feedback (and sorry for not being here to fix it up straight away).

I've changed the image to look a little more like the favourite one. I'm still not exactly happy with the icon I'm using or the dodgy *paint* colouring. If anyone wants to volunteer a couple of images for this feel free, otherwise, when I get some spare time at home I'll have a play around and make something for it.

I've made the script link to the first comment that you're made. I'm asking for your opinion here (since you're the one that requested it) - would you prefer it to link to the first or last comment that you're made? If your looking at using it simply to tell if you're made a comment or not, then the first is fine, but if it's for quickly jumping to a discussion you're having then last is probably better.

mortimer?, I don't have time right now, but your method of accessing the API actually makes a lot more sense. I was actually looking into trying to *piggy-back* the Flickr javascript that's already there to do the api calls, I guess you did all the hard work for me :P. I'll look into changing the script over the next couple of days, and will definitely change it before I make a *release* by posting a thread in here/putting it on my site.

ToniVC - With the unvaluable/invaluable stuff - there was nothing wrong with your English, I was just commenting that I looked it up and it seemed to have contradictory meanings.

Good day all,
sesh
Posted 73 months ago. (permalink)

view photostream

sesh00 says:

Sorry, I updated the script on the userscripts.org page.

Just thinking about something - I haven't actually tested how the permalink works on photos with multiple comment page (I don't normally comment on photos with lots of other comments) - if you could let me know if it works, that would be fantastic.

userscripts.org/users/28333;scripts
Posted 73 months ago. (permalink)

view photostream

birdyboo says:

sesh00 thank you! That is a great script.

I found when my comment was on the 2nd page the indicator was correct but I did not go to the comment. But honestly just knowing I had commented was a great help. It works perfectly when the comment is on the first page.
Posted 73 months ago. (permalink)

view photostream

sesh00 says:

OK, thanks birdyboo.

I will have to check it out when I get home tonight and see if I can figure out what's going on with that.

Cheers,
sesh
Posted 73 months ago. (permalink)

view photostream

ToniVC says:

sesh00, the new icon color is perfect imho. I also love the icon itself, no need to change it for me ;)

As for the comment link, it works great when the comment is in the first page, but it doesn't work when it's on a different one... I imagine it can have something to do with a "#" appearing on the permalink just before the "comment..." part...

BTW, for me it's fine to link to the first comment. I usually only put a single comment, I never use the comments on pictures to have discussions...

Would it be too difficult to make the icon link to the comment box (or to the last comment no matter who made it) when I have made no comments to the picture? That would be just perfect! ;)

As for the "unvaluable/invaluable" stuff, don't worry. I didn't take it as an offense. I only wanted to say that I was unable to appreciate such semantic nuances due to my English level... But now I have read your comment again and I understand it ;)
Originally posted 73 months ago. (permalink)
ToniVC edited this topic 73 months ago.

view photostream

mortimer? says:

sesh00, the colour and painting are cool now ;)

for the permaling, you should make it:
www.flickr.com/photos/pilou/670957164/comment721576005843...
and not:
www.flickr.com/photos/pilou/670957164/#comment72157600584...
(just drop the dash, Flickr will figure it out for you :)
Posted 73 months ago. (permalink)

view photostream

farissshafee II says:

cool, I love how it works smoothly

Posted 71 months ago. (permalink)

view photostream

VietVet'67 says:

Love this script - sometime hard to find and I know more people would find it very useful - if they just knew about it

Thanks - Phillip
Posted 56 months ago. (permalink)

view photostream

Werner Wattenbergh says:

Fantastic script!

Thanks!!
Posted 50 months ago. (permalink)

view photostream

Hebbervus Sagax says:

Very useful script. Do you plan to adapt this script to the new photo page layout? Should be very appreciated.
Posted 36 months ago. (permalink)

view photostream

***Nerthus*** says:

+1 I would like to keep this one too
Posted 36 months ago. (permalink)

view photostream

Alesa Dam says:

Here's a patched version for the new photo page layout:
userscripts.org/scripts/show/82360
Posted 35 months ago. (permalink)

view photostream

Alesa Dam says:

The latest update has support for the commented on icon on group pool pages, and is Google Chrome compatible.
Posted 35 months ago. (permalink)

Your own, personal, Jesus. [deleted] says:

Thanks for patching :)
Posted 35 months ago. (permalink)

view photostream

decembre says:

Thanks ...
An request :
Can you align the Comment Balloon with
the [x] and [w] of Group Pool Admin - Warn + Delete
by Steeev
just under the user name...?

The design became confuse if we use the both and i appreciate the both!

Maybe if you remove the "from" added from Flickr interface before the user name.
We know it's the author , no?
:-)
Like that It's have more space to your add an the other script for a result like that :

----- User Name -------
CommentBallon+X+W

Posted 35 months ago. (permalink)

view photostream

Alesa Dam says:

Moving the commented on icon next to the [x] or [W] from Warn + Delete is not a good idea, I think. Missing the icon by a couple of pixels could result in removal from the pool :)

I have uploaded an update that moves the icon down, in front of the From [poster], saving some space.
Posted 35 months ago. (permalink)

view photostream

decembre says:

Perfect !
It's very good like that...
Thanks
Posted 35 months ago. (permalink)

view photostream

decembre says:

HaHa ...
The script not working on the "Most Resent Uploads From Your Contact" ?
That is not possible ...but yes !
;-)
Posted 35 months ago. (permalink)

view photostream

Alesa Dam says:

decembre wrote

The script not working on the "Most Resent Uploads From Your Contact" ?
Thanks for pointing that out :)

v2.8:
. support for Most recent uploads from your contacts

userscripts.org/scripts/show/82360
Originally posted 35 months ago. (permalink)
Alesa Dam edited this topic 35 months ago.

view photostream

Alesa Dam says:

v2.9:
. support for Photos of your contacts page
Originally posted 35 months ago. (permalink)
Alesa Dam edited this topic 35 months ago.

view photostream

❁bluejay 2006❁ says:

Just installed the script!
Wanted to say thanks, I love it!!
Posted 34 months ago. (permalink)

view photostream

decembre says:

...One request for this useful script :

Can you add the recent activity page?
Posted 30 months ago. (permalink)

view photostream

Alesa Dam says:

v2.10:
. support for the recent activity pages

Happy New Year :-)

userscripts.org/scripts/show/82360
Posted 30 months ago. (permalink)

view photostream

decembre says:

Happy new year to you too, my friend!
Thanks....
Posted 30 months ago. (permalink)

view photostream

Hebbervus Sagax says:

I have a few suggestions.
- On private photo pages I can see (because I am member of the group it appears in) the script always show the not-commented icon, also If I commented on the photo.
I think this is because the api doesn't have access to these photo's and their comments. (error code 1)
Therefore there should be a third status. "Commented on", "not commented on" and "can't check".
Maybe a balloon with a red cross or a purple balloon instead of a pink one (like the private icon) or any other kind of visualisation.

- If possible I would also like to see the balloons on a group start page. There you see the most recent discussions, the group rules and two rows of thumbs.

- On the flickr homepage it would also be very usefull. There you have two rows of thumbs from your contacts. It should prevent me from going unnecessary to the 'recent uploads from contacts' page.
Posted 29 months ago. (permalink)

view photostream

Alesa Dam says:

I like that :-)
Coming up - later this week.
Posted 29 months ago. (permalink)

view photostream

Alesa Dam says:

v2.11:
. shows an error if the api calls returns an error (on private photos, for example)
. shows the 'commented on' icons on the group's start page
. shows the 'commented on' icons on the Flickr homepage

userscripts.org/scripts/show/82360
Originally posted 29 months ago. (permalink)
Alesa Dam edited this topic 29 months ago.

view photostream

Hebbervus Sagax says:

Fantastic Alesa. Thank you very much.

I just thought of another optimalisation, sorry. :-)
When there is a grey balloon you can click on it to jump to the comment-box. It should be nice if the comment box should have a cursor blinking at position one, so you can just start typing.

PS I think setting focus on the textarea is not enough. By using the flickr referrer script, there's already a predifined footer in the comment-box and on focus the cursor will be placed at the end of the footer probably, so the cursor should be set to postion one, if possible....and if you find the time.
Originally posted 29 months ago. (permalink)
Hebbervus Sagax edited this topic 29 months ago.

view photostream

Alesa Dam says:

v2.12:
. on a photo page, a click on the grey balloon will take you right into the comment box, ready for commenting

userscripts.org/scripts/show/82360
Posted 28 months ago. (permalink)

view photostream

Wil C. Fry says:



Flickr already has a keyboard shortcut for that. :-)

On the photopage, just click "c" on your keyboard, and you're taken to the comment box with the cursor flashing in it, ready to type...

List of keyboard shortcuts
Posted 28 months ago. (permalink)

view photostream

Chris G Images says:

Am quite new to Flickr, and having read this discussion this looks like an absolutely brilliant facility to have. It makes perfect sense, so WELL DONE to everyone above who made it happen.

But (I said I'm new to all this...) how can I add this facility so its there whenever I use Flickr ?
Posted 28 months ago. (permalink)

view photostream

decembre says:

I have seen a problem on Private page :
the script don't show to me the comment i have made ....

And when i try to update the script, it stay at the old version...
Maye be because i tweak your icons in a grey version , to work with my Stylish script (this so fine script :
Dark grey Flickr -- Photoshop style **update 17 )?

I try too to add my old include in it :

// @include *flickr.com/photos/*/*
// @include *flickr.com/photos/friends*
// @include *flickr.com/photosof/contacts*
// @include *flickr.com/groups/*/pool/*
// @include *flickr.com/activity*

because yours are more short, but i see no change .

An idea?
Posted 28 months ago. (permalink)

view photostream

Alesa Dam says:

wrote

how can I add this facility so its there whenever I use Flickr ?
When using Firefox, first install Greasemonkey, and then click the Install button on the script's install page.

When using Google Chrome, go to the script's install page, and click the Install button.

wrote:
I have seen a problem on Private page :
the script don't show to me the comment i have made ....
As mentioned above, the script only uses non-authenticated API calls, and hence it can not retrieve the comments from private photos. v2.11 should show a red cross on the comment balloon, in that case.

wrote
And when i try to update the script, it stay at the old version...

You probably have the script installed twice.
Posted 28 months ago. (permalink)

view photostream

decembre says:

Yeah , alway a speedy response :
thanks i see that in my configuration....
Posted 28 months ago. (permalink)

view photostream

Alesa Dam says:

v2.13:
. shows the correct status for private photos!

userscripts.org/scripts/show/82360

contributed by Vispillo
Posted 28 months ago. (permalink)

view photostream

decembre says:

What can i say more ;-)
Posted 28 months ago. (permalink)

view photostream

bunchadogs & susan says:

what am I doing wrong?
I've installed the script (and uninstalled, and re-installed, etc., etc., etc) and it shows the little icon as gray whether I've commented or not.

I'm on a Mac laptop running OS 10.6.6
Originally posted 28 months ago. (permalink)
bunchadogs & susan edited this topic 28 months ago.

view photostream

decembre says:

Haaa, a new request :

It's possible to add this function on favorits ( on Small/medium and large Thumbnails views) ?
Posted 24 months ago. (permalink)

view photostream

Alesa Dam says:

It's possible to add this function on favorits

I guess it could ;-)

Will have a look.
Posted 24 months ago. (permalink)

view photostream

decembre says:

;-)
Posted 24 months ago. (permalink)

view photostream

Alesa Dam says:

v2.14:
. support for the Favorite page

download from userscripts.org/scripts/show/82360
Posted 24 months ago. (permalink)

view photostream

decembre says:

re ;-)

I test it...
It is nearly perfect on Small / Medium / Large Fav's Thumbnails views.

I have tweak it a little, to have smaller comments icons and a better position (Try to watch it at the same place and more compact...).

Line 45 :
commentedButton.setAttribute('style', 'height:15px; margin-top: 2px !important; padding-left: 10px !important; vertical-align: middle;'); //MODIF SMALL ICON-Comment - FAVs THUMBNAIL

it's not perfect but icon is more smaller, isn't ?

On square Views , we can see only the last icon, the others are hidden by thumbs.

I try to change that, in my Userstyle, by this thing... and that is better, because it give more space at the bottom for icons :

#faves.sq .fave {
margin: -1px -1px 15px -1px !important;
}

But that is a very good update for me.
Like alcoholic admin, i save many clicks with your work!
Originally posted 24 months ago. (permalink)
decembre edited this topic 23 months ago.

view photostream

decembre says:

For Archives Pages , I add this tweak to your script :
document.location.href.match(/.*flickr.com\/photos\/[^\/]+\/archives/) || // Archives page
Posted 24 months ago. (permalink)

view photostream

decembre says:

Alesa Dam
- I found a problem on Medium and Large Favorits thumbnail view (it's identical with these Thumbnails view for Archives) :

Your script don't display the Ballon icon afters the half of the page .

These page seems to be loaded in 2 time...half by half, and your script can catch the second load...

Sorry, I can't explain more clear with my poor english ;-)

- I change a little my tweak to find a better place for the Ballon.

Line 45 :
commentedButton.setAttribute('style', 'height:15px; margin-top: 2px !important; padding-left: 10px !important; vertical-align: middle; margin: 0 10px !important; padding: 0 10px !important; width: 15px !important;'); //MODIF SMALL ICON-CommentOn - FAVs THUMBNAIL
Originally posted 23 months ago. (permalink)
decembre edited this topic 23 months ago.

view photostream

Alesa Dam says:

bruno, you're english is just fine. I can see what the problem is, and it will get fixed.
But it will have to wait a bit: we're spending our holidays in the south of Spain :-)
Posted 23 months ago. (permalink)

view photostream

decembre says:

Olé!
It's not more urgent than your holidays!

;-)
Posted 23 months ago. (permalink)

view photostream

PeteHuu says:

today v2.14 does not work any more on photos page but still work on favourites page
i have reinstalled script and restarted firefox v5.0
no software updates since yesterday when "commented on" script worked
Posted 23 months ago. (permalink)

view photostream

decembre says:

Yes , It seems break the script here.
On other pages that's alway good....

That's Holiday Flickr's work :
they change something on Photo Pages?
Posted 23 months ago. (permalink)

view photostream

PeteHuu says:

it would be nice to have it working also on photostream page
Originally posted 23 months ago. (permalink)
PeteHuu edited this topic 23 months ago.

view photostream

Alesa Dam says:

v2.15:
. fixed for new Flickr internals on photo pages
. active on Flickr Archives pages

userscripts.org/scripts/show/82360

edited to correct version number
Originally posted 23 months ago. (permalink)
Alesa Dam edited this topic 22 months ago.

view photostream

Alesa Dam says:

Note for other developers: Flickr changed the id of the navigation bar, at least on the photo pages.
It used to be candy_nav_button_bar, now it is flickr_nav.

Other scripts that might be affected: www.google.be/?q=site:userscripts.org candy_nav_button_bar

edited for grammar
Originally posted 23 months ago. (permalink)
Alesa Dam edited this topic 23 months ago.

view photostream

PeteHuu says:

thanks Alesa, works again
is it possible get to work on photostream page?
Posted 23 months ago. (permalink)

view photostream

Alesa Dam says:

is it possible get to work on photostream page?

Will have to look into it, later. I made a note in the code for v2.16
Originally posted 23 months ago. (permalink)
Alesa Dam edited this topic 22 months ago.

view photostream

decembre says:

Thanks:
Good Information Alesa Dam :
I search , like you said, in :

www.google.be/search?hl=fr&source=hp&biw=&bih...
In your script, i change the line :
var navBar = document.getElementById('candy_nav_button_bar');
by this one:
var navBar = document.getElementById('flickr_nav');

And Now it work like a charme!

Reedit : i see after reactualizes my page , that you have updated your script...
;-)

The GM Script: Group Pool Admin - Warn + Delete
is in this case too.

I change in it the line 664:
document.getElementById('candy_nav_button_bar').appendChild(unsafeWindow.emailDiv);

by this one :


document.getElementById('flickr_nav').appendChild(unsafeWindow.emailDiv);
And now it work fine too.
Originally posted 23 months ago. (permalink)
decembre edited this topic 23 months ago.

view photostream

PhotosByGil says:

ToniVC

"Flickr Commented On" works great - see userscripts.org/scripts/show/82360
Posted 23 months ago. (permalink)

view photostream

Hebbervus Sagax says:

Happy New Year everyone :-). The balloons don't have the correct status, neither have the error status. They all have the 'not commented' status.
Originally posted 18 months ago. (permalink)
Hebbervus Sagax edited this topic 18 months ago.

view photostream

Alesa Dam says:

It is still working fine on Google Chrome. That is, on a photo page, and on group pool pages.

Starting up Firefox (9.0)...
Posted 18 months ago. (permalink)

view photostream

Alesa Dam says:

And doing its job properly in Firefox 9 too.

Is it a on a particular page it doesn't work anymore?
Posted 18 months ago. (permalink)

view photostream

Hebbervus Sagax says:

Hi Alesa, I figured it out. It's because I added an ampersand sign in my screen name.
The function getusername translates the '&' into '&' the flickr api photos.comments.getList not so they don't match anymore.
Is there a solution for this? I guess this can happen with other special characters too.
I also see in the script a parentNode.insertAfter method. I don't believe the DOM has an insertAfter method, but only a insertBefore.
Posted 18 months ago. (permalink)

view photostream

Alesa Dam says:

v2.16:
. support for special characters in Flickr user names

Thank you for pointing it out

userscripts.org/scripts/show/82360
Posted 18 months ago. (permalink)

view photostream

decembre says:

I am intersting to know if your solution , "support for special characters in Flickr user names" about
"The function getusername translates the '&' into '&' the flickr api photos.comments.getList not so they don't match anymore."....
can be use to solve an old request of me.

I had this problem a long time ago with a great script :
Flickr Functional Suite
It appear, i think like with your script, on usernames with some '&', '<' inside.
By exemple :
> Josean <
Magda&Clizi

They don't display their Color Flag (Tags).

But it's stored in the script : i can see them when i open the popup when i want to change this Color Flag(Tag)...

Can you drop an eye on it ?

And i have an new equest , like usual :-) :
On photo page it'll be interesting to know many comments i had made.
It's because i try at each time to remove all these old Invitations and Old "Thanks for posting" that i have made before a long time ago.

I found them too repetitive when the shot is now in the pool and they take too much place in comments.

I let only the my last "Thanks".

But for that , i needs to go on my first commentt (Thanks to you for your time saver script).
And , because i don't know if there is an other invitation, scroll down and some time load one more time the page (multi page comments) to watch if the "ballon" is red....

An indication of the number of comments shall be great....
Originally posted 18 months ago. (permalink)
decembre edited this topic 18 months ago.

view photostream

Alesa Dam says:

v2.17:
. the script contains a variable SHOW_COMMENT_COUNT (which defaults to false) for those that want to see how many times they've commented on a photo in the 'balloon'

userscripts.org/scripts/show/82360
Posted 18 months ago. (permalink)

view photostream

decembre says:

Hooo...sorry ...
Perfect : I haven't seen that before !
Now everybody can tweak it.
Posted 18 months ago. (permalink)

view photostream

Alesa Dam says:

v2.18:
Hebbervus Sagax provided a patch to place the comment counter inside the balloon, on all pages. Thanks Bennie!

userscripts.org/scripts/show/82360
Posted 17 months ago. (permalink)

view photostream

PeteHuu says:

Alesa some fixing needed
commentedOnFault
Too much space over and under balloon
Posted 17 months ago. (permalink)

view photostream

Alesa Dam says:

v2.19 should reduce that space a bit:

userscripts.org/scripts/show/82360
Posted 17 months ago. (permalink)

view photostream

PeteHuu says:

Thanks Alesa, its better but still not good enough. Too much space over balloon
Posted 17 months ago. (permalink)

view photostream

Alesa Dam says:

Pete, I can't get it much closer than in v2.20
Posted 17 months ago. (permalink)

view photostream

decembre says:

Haa I build an Userstyle to reduce the balloon impact...
Try it here :
FLICKR - Commented ON (GM) - SmallerBalloon v.1.

What it does ?:

Reduce the size and the space around the "Comment Balloon Icon" to provide a clean impact on the page.
- No tweak on color, only reduce the Balloons size and change its positions.
- On Photo Stream Page the Balloon is fixed on top right (near the "NEXT" button It stay at its place when you scroll .)
- The "Comment Counter" move near the balloon ( not into but on the right side) with an outline around Balloon and counter.

This Userstyle seems work with other scripts without problems... i hope!
Posted 17 months ago. (permalink)

view photostream

PeteHuu says:

thanks Alesa and decembre
v2.17 was fine, but it didnt have counter
i installed v2.20, little bit better
when i installed also
FLICKR - Commented ON (GM) - SmallerBalloon v.1
from this link
userstyles.org/styles/userjs/59807/FLICKR%20-%20Commented...(GM)%20-%20SmallerBalloon%20%20v.1.user.js
nothing changed

comon
Posted 17 months ago. (permalink)

view photostream

Hebbervus Sagax says:

PeteHuu,

Actually v2.17 has a counter, you only have to enable it by setting the SHOW_COMMENT_COUNT parameter to true. (one of the first lines in the source code).
The only difference is that the counter is placed outside the ballon but probably this is the best solution for you.
Posted 17 months ago. (permalink)

view photostream

PeteHuu says:

thanks Hebbervus, problem solved by using v2.17 and parameter changed to true
Posted 17 months ago. (permalink)

view photostream

Razzzmatazzz2 says:

Thank you guys!! This is just awesome. Very helpful and is working fine!!
Posted 17 months ago. (permalink)

view photostream

Hebbervus Sagax says:

Hi, does someone have a solution for showing the balloon properly in the new justified layout in your contacts page?
The balloon is there but partly behind the picture below. Maybe it's possible to create more interspace between the rows with a stylish script?
Posted 16 months ago. (permalink)

view photostream

decembre says:

I don't know if it can help but if you have a large screen , you can test or show the CSS code to inspire you :

Flickr WideScreen - ALLinONE
and
Flickr WideScreen - DARK/Grey (Tweak Perso)

The first arrange many things in the Flickr interface (for the Comment Ballon and its count too , because i use it a lot).
And the second provide a Dark grey them (to save my/your eyes)..
Originally posted 16 months ago. (permalink)
decembre edited this topic 16 months ago.

view photostream

decembre says:

Just a question or request :
Your script work on Sets ?
it seems not...
Posted 15 months ago. (permalink)

view photostream

Alesa Dam says:

It should.
The script should report new comments on Sets.
Posted 15 months ago. (permalink)

view photostream

decembre says:

I have test on this one by example (for the 2 thumbnails view possible):
[brett walker] · Sets
And i can't see the "Comments Baloon"
I have commented this one :
Untitled

With Firebug , that is the same ...
What is the line in your code for the Sets ?
Posted 15 months ago. (permalink)

view photostream

Alesa Dam says:

Oops. Sorry. Wrong thread :-)

The commented-on script does not support set pages. It would completely ruin the layout.
Posted 15 months ago. (permalink)

view photostream

decembre says:

;-)
Can you add a test option for that?
I can test it and see if i can adapt it with an Userstyle...
Posted 15 months ago. (permalink)

view photostream

Alesa Dam says:

You can copy the line for archives and change archives into sets (at the bottom of the script). It will mess up the set layout, though.
Posted 15 months ago. (permalink)

view photostream

decembre says:

;-) thanks a lot!
work perfect....
Now i add it to my Userstyle :
Flickr WideScreen - ALLinONE - 9.5 (BETA v.9.2)
Posted 15 months ago. (permalink)

view photostream

仙字独立文化主人仙鹭 says:

Ok ageainiu.blog.163.com
Posted 14 months ago. (permalink)

view photostream

Alesa Dam says:

v2.21:
. updated for the new pool page


userscripts.org/scripts/show/82360
Posted 13 months ago. (permalink)

view photostream

Alesa Dam says:

for the justified view, that is :-(
Posted 13 months ago. (permalink)

view photostream

decembre says:

Thanks...
but it seems to have a problem on simple thumbnails :
i see only one comment icon on the top left corner.
it's only me?
Posted 13 months ago. (permalink)

view photostream

Alesa Dam says:

You can only see one, but they are all there. They just happen to be at the same spot, hiding each other :-)

Working on it.
Posted 13 months ago. (permalink)

view photostream

Alesa Dam says:

v2.23:
• is now available on all different pool views, except square thumbnails
• bug fix: show comment balloon on photos past page 1 in justified view

userscripts.org/scripts/show/82360
Posted 13 months ago. (permalink)

view photostream

Alesa Dam says:

v2.24:
• support for the Favorites Justified view
• increase visibility of 'balloon' on white background (in justified view)

userscripts.org/scripts/show/82360
Posted 13 months ago. (permalink)

view photostream

decembre says:

Thanks one more time !
One request too :
Add the support of the photostream pages is possible ?
:-)

And an info :
your script work for the Square Thumbnails view too...
Originally posted 12 months ago. (permalink)
decembre edited this topic 12 months ago.

← prev 1 2
(1 to 100 of 129 replies in Request: A fast way to know if I've already commented a particular picture (just like the favorite star but for comments))
RSS 2.0 feedSubscribe to a feed of stuff on this page...</!!> Feed – Subscribe to Flickr Hacks discussion threads