 |
This looks promising!! I'll try it as soon as I find an offender in one of my groups ;)
Posted 43 months ago.
(
permalink
)
|
 |
After deleting an image not being taken back to page 1 is brilliant. Cheers. I'm looking forward to the other additions.
Originally posted 43 months ago.
(
permalink
)
Leo Reynolds edited this topic 43 months ago.
|
 |
Yesssss! I love it!
Posted 43 months ago.
(
permalink
)
|
 |
the server hosting these two scripts seems to be struggling quite a bit.
Posted 43 months ago.
(
permalink
)
|
 |
seems ok to me...
update: oh dear looks like its gone again
Originally posted 43 months ago.
(
permalink
)
steeev edited this topic 43 months ago.
|
 |
I don't know which scrpit , the yours or Mortimerpa, seems break the great benefit of ♥ Flickr: Thumbnails Enhancer....
For me , it work only on the first page of a groupe.....after there are only "X" and "[all]", no indication about number ofcomments and notes.
Can you see that...?
I wana have all tese clever options, so pratical!
Thanks, Master..
Posted 43 months ago.
(
permalink
)
|
 |
@decembre, which one of my script are you talking about? I don't see a script I have made that would mess with the group pool page (except flyr pool, but it doesn't touch the thumbnails).
Have you tried to deactivate all the scripts to see which one was in cause?
Posted 43 months ago.
(
permalink
)
|
 |
its probably the script that adds the "all" link that is breaking this script, try disabling that one and see if that fixes it.
Originally posted 43 months ago.
(
permalink
)
steeev edited this topic 43 months ago.
|
 |
Héhé...it work now...
I have reload and reinstall all scipt and now it's seems good.
Strange , but happy
maybe the order in intall?
Posted 43 months ago.
(
permalink
)
|
 |
glad to hear you got it working decembre.
Originally posted 43 months ago.
(
permalink
)
steeev edited this topic 43 months ago.
|
 |
Ive added some extra functionality, and theres more to come.
You can now:
* email the user directly from the group pool page.
* ban or kick the user directly from the group pool page.
* delete the image directly from the group pool page.
Alongside the [X] there is now a [W] link below each image in the pool that you are an admin of. Clicking the [W] pops up an email window, where you can email the user who submitted the photo, this window also lets you delete the image and ban or kick the user from the group if you wish.
Functionality still to come:
* Delete all images from group pool by user.
* Save messages as reusable templates
* Better user interface/process
Originally posted 43 months ago.
(
permalink
)
steeev edited this topic 43 months ago.
|
 |
OK ive added in the "save messages as reusable templates" functionality. Please uninstall the old version before installing the new version.
theres now a checkbox that if ticked will save your message as a template, which can be reused later. after ticking it and sending your message. the next time you want to send a message the subject line
of the message will be displayed in select box above the subject textbox selecting that subject will populate the subject text box and message text box with the previously saved subject and message.
ive also added in 3 substitution variables that can be used in your templates.
$USERNAME$
$GROUPNAME$
$PICURL$
if you include any or all of those 3 variables in your subject or message, when you click the "send" button the appropriate text will automatically be substituted into the message that is sent to the user.
eg if your message looked like this:
--------
Hi $USERNAME$,
please read the $GROUPNAME$'s rules + guidelines before posting any images to the group pool. As the image you posted: $PICURL$ doesnt conform to the guidelines, and has therefore been deleted from the group pool.
regards,
steeev
---------
When the message is sent $USERNAME$ will be replaced with the username of the person who posted the image, $GROUPNAME$ will be replaced with the group's name and $PICURL$ will be replaced with the url of the picture.
N.B these substitution variables are optional and you dont have to use them if you dont want to.
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
This is great but not what *I* really want (and I'm too lazy to code it):
MY DREAM ADMIN SCRIPT:
I want to see the normal-sized pictures, not the thumbnails.
When I click "X" it should add the pic to a local-memory list, but not 't actually delete (deleting and refreshing takes time - often the biggest time-waster for me, and violates the rule of "humans are the boss and should never be sitting around waiting for the computer to do something at its own sweet pace")
When I'm done reviewing lots of images, I press an "Update" button and the script goes through the list of planned deletions and does them all at once unattended, so I can go have dinner or something rather than wait for lots of individual deletions
Originally posted 42 months ago.
(
permalink
)
Joker B edited this topic 42 months ago.
|
 |
@kevin, interesting wish list, it sounds like u want something like .cks superbatch script, im sure u could modify it to do what u require. Or another way to delete lots of images without having to keep clicking ok, would be to comment out the line that has the alert() function which says "Removing image from pool" then you could simply click the [X]'s for all the images you want to delete. make sure you go from bottom to top though, as the list of images will keep jumping. BTW the "normal" sized pictures thing can be accomplished by installing Greased Lightbox, see my other thread about that.
BTW Ive updated this script again, it now has the following new features:
* an option to delete *ALL* the users images from the pool
* an option to Promote the user
* a new substitution variable $GROUPURL$ (which could be useful for directing the user to the group's rules page for example)
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
ive fixed a bug that was stopping the script working on /pool/tags/ pages
fixed version is here
Posted 42 months ago.
(
permalink
)
|
 |
the promote/kick/ban function wasnt working anymore due to a security update on flickr, so ive fixed the script to accomodate this. ive also added a "help" link to the warn+delete popup page, which leads to this thread.
Fixed version is here and is mirrored here
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
Is it me? or the script.
It will let me write to someone to say I'm deleting, but it deletes nothing. The pics are still in the pool...
Posted 42 months ago.
(
permalink
)
|
 |
its working fine for me.
one thing ive noticed is if you make the change i suggested previously for speeding up the deleting process, when using the [X] "button", by deleting the alert statement that says "removing image from pool" and then attempts to delete a lot of images in quick succession, the images will be removed from the screen, but not deleted. ive realised that this is because the code to delete the images is using synchronous xmlhttp rather than asynchronous. i cant be bothered to fix this, so its best to leave the alert statement in the code, as it allows time for the xmlhttp call to work properly. if you want to delete lots of images rapidly from the pool, its better to use FD's pool cleaner tool for that for now.
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
steeev, I removed the previous script and downloaded your latest version. I relied heavily on this script as unfortunately Poolcleaner doesn't work for me at all.
Posted 42 months ago.
(
permalink
)
|
 |
try disabling some of the other scripts you have installed that affect the pool pages, and see if that fixes it, as its probably a "clash" of scripts.
Posted 42 months ago.
(
permalink
)
|
 |
steeev, thanks, I'll try that and let you know how it's working.
Posted 42 months ago.
(
permalink
)
|
 |
@claudecf did u manage to get it working in the end?
BTW ive made a small modification to the script, instead of displaying an alert box, when using the single image delete function - [X] it now replaces the image with an explosion animation (maybe familiar to some of you from the organizer) then removes it. you should wait for the animation to complete before clicking another [X].
admining a group with this script is now a bit like playing flickr invaders LOL
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
Is there an easy way to pull your pictures out of a pool (not one you're an admin of)? It's horribly slow and painful at the minute.
Posted 42 months ago.
(
permalink
)
|
 |
if you go to the pool page, at the bottom of it, you will have a link "your photos".
click there, you will see all of your photos in that pool, you can stay on that page and frantically click on the X to remove each photo ;)
Posted 42 months ago.
(
permalink
)
|
 |
@shhexycorin using this script you should be able to click the [W] link below one of your own images in the pool then write yourself a polite little email ;-) and select "delete all images by user" in the select box, it works on your own images in the pool, even if you are not the administrator of the group :-)
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
Ooh, fab! Thanks, steev, you're a star.
( that was the painful bit, mortimer :) )
Posted 42 months ago.
(
permalink
)
|
 |
Steeev, yes, I finally managed to make it work after cleaning up several scripts that were not really very useful to me.
I really love it. Am going to try the latest version ;)
Posted 42 months ago.
(
permalink
)
|
 |
@shhexycorin hehe thanks :)
@claudecf cool, glad you got it working :)
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
Wow, I want to try this out pronto!
Posted 42 months ago.
(
permalink
)
|
 |
ive updated the script, so it now works on photo pages too, to let you easily remove your image from multiple groups more quickly. when you click on the [X] next to the group pool name on your photo's main page, the pic will automatically be removed from the group without the page having to be reloaded. you will need to uninstall the old version of the script and then install the new version to get this new functionality.
btw originally i wrote this functionality as a separate script, though i decided it would be better to merge it with this one. if you installed the old one, you should uninstall it.
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
Ah good, I was finding myself having to go back to the group pool and then clicking the [W] on page 3 or whatever...
Now if I could just get a script to scan the WOW group for all the photos with:
a) no comments at all
b) no 'wow' comment
Posted 42 months ago.
(
permalink
)
|
 |
@steeev
I've tried uninstalling and installing the new version, and I still am not seeing the new functionality ([W] option on the photo page).
I am on an Intel iMac using OS X 10.4.7 / Firefox 1.5.0.4
Posted 42 months ago.
(
permalink
)
|
 |
... or have I misunderstood what you meant by 'it works on the photo page too'? Do you have the 'Warn' option? or just a delete without reloading the page or a confirmation dialogue box?
Posted 42 months ago.
(
permalink
)
|
 |
yes you have misunderstood, at present the script just alters the behaviour of the pool delete "button" on the photo page, as i figure its useful for people to remove their own images from multiple groups.
update ive thought about it a bit, and might add the "warn+delete" functionality to the photo page too at a later date.
Originally posted 42 months ago.
(
permalink
)
steeev edited this topic 42 months ago.
|
 |
That would be great for me. Crossing my fingers...
Posted 42 months ago.
(
permalink
)
|
 |
ive just updated this script to be compatible with the updated versions of FlickrPM + Multigroup Sender.
Originally posted 41 months ago.
(
permalink
)
steeev edited this topic 41 months ago.
|
 |
ive added a Preview function to the script, to let you see how your flickrmail will look after its sent, especially useful, if you are using the Substitution variables.
Originally posted 41 months ago.
(
permalink
)
steeev edited this topic 41 months ago.
|
 |
spidrwegian_no_more [deleted] says:
Thanks, steeev, just managed to successfully remove all my own pictures from the 1 million photos group.
Only downside was the delete status messages scrolling down the page. I had over 400 pics in the pool and after a while the script stopped me from doing anything else while it ran. Any way to stop the messages scrolling?
Nice script!
Posted 40 months ago.
(
permalink
)
|
 |
The modification to the "delete" button is kind a neat, but I wish you hadn't removed the confirmation prompt. I just accidentally deleted someone's photo from a group I administer/ This would not have happened if you hadn't removed the prompt.
Posted 40 months ago.
(
permalink
)
|
 |
One bug, steeev: You should escape the field data so that special characters aren't interpreted. E.g, The members of a group I administer, "B&W", were rather confused by my nonsensical message.
Posted 40 months ago.
(
permalink
)
|
 |
spiderwegian, i may fix that in a later release
johncarney, i personally prefer it without the confirmation prompts, the x's are quite small targets to hit accidentally. and the end result of deleting a photo if you do manage to accidentally click one isnt too drastic, i feel. also its faster to delete multiple images without the confirmations.
chadmill, thanks for the bug report, i will look into it.
Originally posted 40 months ago.
(
permalink
)
steeev edited this topic 40 months ago.
|
 |
This is AWESOME! Just what I needed to clear a bunch of my own images out of some pools. Great work!
Posted 40 months ago.
(
permalink
)
|
 |
Love this script. It's been invaluable in the past weeks, keeping my group pools clean.
Posted 40 months ago.
(
permalink
)
|
 |
Hello steeev, I'm having some problems with the script. It simply wouldn't react to the "Send" button.
Additionally, I would like to ask whether it could be possible to add an automatic Subject with the name of the Group, and the automatic reference to which picture is going to be deleted or is referenced in the message. Do you think this could be possible?
EDIT: It seems like i's not a problem of the script but of Flickr in thsi moment: even clicking on the normal "[X]" under the picture, it seems to be deleted from the pool but, when I refresh (with no cache) the page, the picture is still in the pool.
I will try later.
Originally posted 39 months ago.
(
permalink
)
http://Geo8.ipernity.com/ edited this topic 39 months ago.
|
 |
Well, the [X} on the photo page seems to work, so seems to do the Flickr Gamma delete [X] on the pool page, but when the script is not running (disabled). Is there any new compatibility problem out there?
Posted 39 months ago.
(
permalink
)
|
 |
Geo8: Yes the code controlling the removal of photos has changed, hopefully for the better for those that don't use the greasemonkey.
steeev: You're going to need to update your code. As an aside can you flickr mail me your IM details and then maybe I'll have more chance remembering to give you a heads up before rolling out updates.
Cheers.
Posted 39 months ago.
(
permalink
)
|
 |
Yep. It doesn't work anymore. The "Send" button just doesn't do anything.
Posted 39 months ago.
(
permalink
)
|
 |
On the home page Flickr have just announced the [x] for keeping a pool clean. It's always been there but Flickr have improved it so when you remove an image using the Flickr [X] (with this script turned off) it no longer jumps back to the first page.
Originally posted 39 months ago.
(
permalink
)
Leo Reynolds edited this topic 39 months ago.
|
 |
Oh my god it doesn't work anymore. I can't delete the pix at all! I click the x but the shots keep coming back. Help!
Posted 39 months ago.
(
permalink
)
|
 |
Help Steeev???!!! can you fix this? This script was a life saver....
Posted 39 months ago.
(
permalink
)
|
 |
it looks like flickr have tweaked their code a bit, and the script has started working again :)
Posted 39 months ago.
(
permalink
)
|
 |
yes, it is working again, thank goodness!
Posted 39 months ago.
(
permalink
)
|
 |
Thank goodness. And thanks Steeev for a fantastic script!!!
Posted 39 months ago.
(
permalink
)
|
 |
I get a TypeError: Lines has no property error.
Posted 39 months ago.
(
permalink
)
|
 |
Using this script, can I (as admin) kick another admin from a group?
Posted 37 months ago.
(
permalink
)
|
 |
nope
Posted 37 months ago.
(
permalink
)
|
 |
ok ok... but the script is still very good! ;)
Posted 37 months ago.
(
permalink
)
|
 |
This script is a life-saver!! I just took over a group with over 7500 members and 60,000 photos in the pool. I don't think it had ever been filtered for photos that didn't belong. I've ousted over 2,000 images in the last couple days using this script. I love it!!!
Posted 35 months ago.
(
permalink
)
|
 |
Thanks for writing this.
A few suggestions: functionality wise, the "promote" feature being there is enough to almost make me uninstall it, even with the confirmation built in. There's the chance it could be accidentally clicked and that cannot be undone. "Promote" is a positive action and is not a user action I would initiate as the basis of clicking on a photo. Perhaps the top 20 groups do this, though for 99% of the users out there, kick/warn would be a negative action, so that choice doesn't make too much sense. I edited out the option in question so it's not generated in the HTML.
Also: closing HTML tags like "option" would be nice. So far it doesn't affect anything, but it might and would be an easy thing to fix.
Originally posted 35 months ago.
(
permalink
)
_mpd_ edited this topic 35 months ago.
|
 |
the ban and kick functionality of this script was broken by the recent site changes, ive updated it to fix this. ive also removed the promote function as i couldnt be bothered to fix that. you can get the new version from the usual places.
btw ive also just noticed that if you have Greased Lightbox script installed before this script, the greased lightbox functionality wont work on pool pages, whereas if you install the greased lightbox script after this script, it works, allowing you to preview the larger versions of the thumbnail images, before deleting them.
Originally posted 34 months ago.
(
permalink
)
steeev edited this topic 32 months ago.
|
 |
I just discovered this script and find it VERY useful, thanks!
But, I've noticed that it only works on the www.flickr.com/groups/* pages (the [W] appears next to the [X]) but not on the www.flickr.com/photos/* pages (where the [W] won't appear), and I think it should work! I'm the only one?
Also, I think it would be very interesting that when saving a message it would also save the state of the "delete picture" and "quick/ban user" options as a default associated to that message.
Thanks in advance!
Originally posted 30 months ago.
(
permalink
)
ToniVC edited this topic 30 months ago.
|
 |
Another great script and I haven't had any conflict with any of the others I've got installed so far.
The only tweak I would suggest is the default setting for deleting images should be either like the ban one or set to "don't." I've found that after sending out a lot of messages it's all to easy to forget to change it.
Posted 27 months ago.
(
permalink
)
|
 |
This is probably a stupid question, but what does "kick" mean?
Posted 27 months ago.
(
permalink
)
|
 |
kick = remove
Posted 24 months ago.
(
permalink
)
|
 |
or were you criticizing the word choice?
Posted 24 months ago.
(
permalink
)
|
 |
One of the best scripts, ever, Steeev!
The main functionality I use is the [x] on my photo pages. I love being able to remove one of my photos from a group without the page reloading each time!
Posted 23 months ago.
(
permalink
)
|
 |
Seems to have stopped working - related to latest GM update perhaps?
Posted 23 months ago.
(
permalink
)
|
 |
oh, I hope this one gets fixed soon -- I really rely on it
Posted 23 months ago.
(
permalink
)
|
 |
old version of Greasemonkey is here, for those who really need this script to work...
addons.mozilla.org/en-US/firefox/addons/versions/748
Posted 23 months ago.
(
permalink
)
|
 |
Oh no. flickr must have changed something, this script dosen't work anymore.
When I try to delete a pic in a pool with flickr's [x[ it does not work while the script is running.
It works when the script is disabled.
If I try to use the Admin - Warn + Delete window, it tries to load and then vanishes.
I am using the old version of GM.
Posted 22 months ago.
(
permalink
)
|
 |
Am I the only one who has this problem?
Posted 22 months ago.
(
permalink
)
|
 |
I also can't remove a group from a photo page without reloading.
I'm using Firefox 3.0b3 on Mac OS X 10.4, with Greasemonkey 0.7.20080121.0
Posted 22 months ago.
(
permalink
)
|
 |
Runningbear__ [deleted] says:
The functions work ok for me. I am using Vista with firefox version 2.0.0.12.....
Some of the scripts stopped working when I updated firefox, so, I went back to the older version.
Posted 22 months ago.
(
permalink
)
|
 |
I can't get any of the links in this thread to work for me? Does this script not run on mac?
Posted 22 months ago.
(
permalink
)
|
 |
The script runs on a Mac -- you need to be using Firefox with the June 2007 build of Greasemonkey for the script to work.
Posted 22 months ago.
(
permalink
)
|
 |
I got it to work, I didn't realize i had to dl greasemonkey first... opps. Great script!
Posted 22 months ago.
(
permalink
)
|
 |
OK. I have located the problem, at least for me.
With Netscape I have the problem.
With Firefox I have NO problems. [A few minutes pass]
I just did several tests and I am satisfied that the problem is specific to Netscape (for me) and with Firefox all functions of the script work properly.
Posted 22 months ago.
(
permalink
)
|
 |
This is an awesome script! thanks Steeev!
Posted 21 months ago.
(
permalink
)
|
 |
I've been using this script for months and I really love it, but since the latest Firefox upgrade a few months ago, my template won't save. Any ideas??
EDIT: I went back to the previous Greasemonkey (Version 0.7.20070607.0)
Works like a champ again!
Originally posted 21 months ago.
(
permalink
)
Images In The Backcountry edited this topic 21 months ago.
|
 |
Runningbear__ [deleted] says:
I also had trouble and went back to the previous version of greasemonkey. It worked for awhile but now has not been working when I try to send a warning and delete a photo from the pool. It says "sending the mail has failed", but it does remove the photo. Is this a Greasemonkey issue or do I need an update someplace. I have Vista w/Firefox, Flock and the previous version of Greasemonkey.
Others tell me they are having the same problem suddenly.
Originally posted 21 months ago.
(
permalink
)
Runningbear__ edited this topic 21 months ago.
|
 |
Runningbear__ [deleted] says:
Just updated to Firefox version 2.0.0.13 and the "W" is gone from the admin warn delete feature using the script from Steeev.
I am lost without it!!!!!!!!!
Any suggestions?
Posted 21 months ago.
(
permalink
)
|
 |
Yes, I would imagine that Steeev or someone who understands scripting needs to update this GM script.
Or, you could roll FF back to 2.0.0.12 and use the June 2007 build of GM.
Posted 21 months ago.
(
permalink
)
|
 |
any chance of this update happening?
Posted 20 months ago.
(
permalink
)
|
 |
I'm seeing the "W" just fine (on 2.0.0.14), but it just hangs when trying to send the actual message. Is anyone else seeing this, and does anyone have a solution?
Posted 19 months ago.
(
permalink
)
|
 |
I'm using ver 1.41 of the script and last years GM and have no problems with this script and forefox 2.0.0.14.
Posted 19 months ago.
(
permalink
)
|
 |
@Wooble - I get the same problem but as nobody else was reporting it I thought it was my system.
The Error Console reports ...........
Greasemonkey access violation:unsafeWindow cannot call GM_xmlhttpRequest.
I also get this error when using the "Geotag Flickr via Streetmap" script.
Originally posted 19 months ago.
(
permalink
)
edowds edited this topic 19 months ago.
|
 |
ive updated the script so it works again, with the latest version of GM and the latest version of FF
btw. edowds, ive also updated the geotag with streetmap script too.
Posted 19 months ago.
(
permalink
)
|
 |
Thanks!
Posted 19 months ago.
(
permalink
)
|
 |
Thanks steeev! :o)
Posted 19 months ago.
(
permalink
)
|
 |
thanks!
Posted 19 months ago.
(
permalink
)
|
 |
Hi there! You've written 'When a group admin sees an image thats not following the rules and guidelines of the group....'
Is there a script to see if my group members follow the rules? Posting and commenting 2 after that?
Posted 18 months ago.
(
permalink
)
|
 |
this is one of the coolest scripts out there - but I've found that it doesn't work well with 'search'. For example, I want to clean out a pool with a certain tag, like "HDR". So, I search on the tag, and I get a bunch of photos. If I arrange them by thumbnail, this script doesn't seem to recognize the page. Is there a way to get this script to work with 'search'?
Thanks!
Posted 17 months ago.
(
permalink
)
|
 |
BP, the script works with search, if you do your tag searches by manually constructing the URLs like so: flickr.com/groups/yourgroupname/pool/tags/sometag
Originally posted 17 months ago.
(
permalink
)
steeev edited this topic 17 months ago.
|
 |
FWIW
I just tried this script since upgrading to FF 3.0 and the GM VER 0.8.20080609.0 and it works perfectly.
Thanks steeev!
Posted 17 months ago.
(
permalink
)
|
 |
working great here, FF3 / osx , thank you!
Posted 17 months ago.
(
permalink
)
|
 |
Thanks - that worked swimmingly, and I was able to delete the photos I needed to.
Posted 17 months ago.
(
permalink
)
|
 |
Great script steeev, but it has one minor little issue with videos in a group pool. The "From username" tag it rebuilds under the video thumbnail is linking to the group instead of the user's stream. Photos are picking up the proper stream URL, so this is probably just an issue with the href parsing for videos.
Posted 17 months ago.
(
permalink
)
|
 |
It's not working in FF3 for me. No longer deletes all images by a user in the pool, just the one I clicked the "W" on.
Just downloaded the new one today....
Originally posted 16 months ago.
(
permalink
)
carlos.benjamin edited this topic 16 months ago.
|
 |
Q: I am administering a group that requires specific tags to be added to the photos that are submitted to the group's pool, is there a way to search for the tag not being present?
i.e. If I want all the photos to have tags of: somethingred and brightandshiney, can I enter "-somethingred -brightandshiney" and it displays all the images that don't have these tags?
I am doing a Twelve Days of Christmas group, and I'll have twelve tags that I'll want to search the group pool on, each day. The tags will be the same every day I perform the search. If the images have not been tagged with the 12 parameters, I would like to be able to remove them from the pool. Would this script work?
Many thanks!
Originally posted 12 months ago.
(
permalink
)
Skypeeper edited this topic 12 months ago.
|
 |
Can you add the ability to clean quickly some of my old Favorits ?
Posted 11 months ago.
(
permalink
)
|