Topic: [Feature] Allow favoriting and voting from the index/gallery

Posted under Site Bug Reports & Feature Requests

As it was pointed out auto-upvoting on favorites already has a thread, and a second thread for it is pointless, I would like to change my feature request to:
Requested feature overview description.
Allow favoriting and voting from the index/gallery.

Why would it be useful?
It would be a nice quality of life addition, to have the static favorite, upvote, and downvote information under each thumbnail in the index/gallery change to become interactive links. These would allow users to be able to quickly to through and favorite content they know they want along with giving it an vote. It would make for a smoother user experience and save site bandwidth by not having to serve larger images for a full post page just for a user to favorite or like/dislike something.

What part(s) of the site page(s) are affected?
Index/Post Gallery

Thank you!

Apologies if this new suggestion also already has a thread. I did do a search but didn't find a thread related to this, if I missed it, could I get a link to it and this one can be closed. I'll toss my support into the appropriate threads.

Updated by KiraNoot

In addition, its really frustrating, no, upvotes should be separate.

Updated by anonymous

could be good if theres a toggle for it in settings thats turned off by default

Updated by anonymous

SupermarketCoil said:
[..]
Why would it be useful?
It would be a nice quality of life addition, to have the static favorite, upvote, and downvote information under each thumbnail in the index/gallery change to become interactive links.
[..]

Sounds nice, +1 from me

What part(s) of the site page(s) are affected?
Index/Post Gallery

https://e621.net/index/post ?

If by chance you mean https://e621.net/post/index, there's already a way to do that via usermodes
(kinda)

Updated by anonymous

+1 for the upvotes, the improved efficiency would be much better.

Updated by anonymous

Yeah, this already exists.

Go to https://e621.net/post/index or any search.

Look for the dropdown under Mode.

Select "Add to favorites", "Remove from favorites", "Vote up", or "Vote down".

Click on as many of the thumbnails you want, as fast as you want. The actions are queued so you don't have to wait for one to complete.

Updated by anonymous

Lance_Armstrong said:
Yeah, this already exists.

Go to https://e621.net/post/index or any search.

Look for the dropdown under Mode.

Select "Add to favorites", "Remove from favorites", "Vote up", or "Vote down".

Click on as many of the thumbnails you want, as fast as you want. The actions are queued so you don't have to wait for one to complete.

It's a privileged+ feature.

Updated by anonymous

BlueDingo said:
It's a privileged+ feature.

I am the chosen one! Let them eat dirt! Hahahahah!

I guess it is limited to make spamming harder. But I wouldn't be surprised if you could code this yourself.

To test this, you could execute Favorite.create(12345); or Post.vote(1, 12345); from the post index and see what happens.

Updated by anonymous

Lance_Armstrong said:
I am the chosen one! Let them eat dirt! Hahahahah!

I guess it is limited to make spamming harder. But I wouldn't be surprised if you could code this yourself.

To test this, you could execute Favorite.create(12345); or Post.vote(1, 12345); from the post index and see what happens.

The server doesn't like these features as is. Voting too quickly doesn't even work. You hit the "You're already voting." message and they stop going through until you slow down a lot.

Updated by anonymous

  • 1