- Joined
- May 6, 2020
the fact that people had such a visceral reaction to this is proof that it's the correct path to take. LMAO @ speds who can't figure out bookmarks and need shiny stickers to guide them like fucking children
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Why don't you just use Reactions Recieved?Maybe I'm just a complete retard, who's been using the site wrong all these years (this is not my 1st account), but without sticker-alerts, keeping up with active threads is near-impossible. (The way I've been using it, at least...) The "watched thread" function is more of a liability, than a help now.
He gets me. I'm voting Clinton now.
I bumped that up to 100 I think.Is there an option somewhere I'm missing to change the amount of notifications when clicking on alerts per page via the bell icon? It used to bet set to 30 but now seems quite higher.
It's a little easy to get lost when you get a lot of notifcations per thread updates a day with 100. But it will just take a bit to get used to.I bumped that up to 100 I think.
> describe xf_thread_user_post;
+------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------+-------+
| thread_id | int(10) unsigned | NO | PRI | NULL | |
| user_id | int(10) unsigned | NO | PRI | NULL | |
| post_count | int(10) unsigned | NO | | NULL | |
+------------+------------------+------+-----+---------+-------+
3 rows in set (0.003 sec)
How hard and database tasking would it be to have a function that takes the thread ID and user ID to query the thread to find the newest post ID of a user? Seems like the only way to do something like this with this data set.Code:> describe xf_thread_user_post; +------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +------------+------------------+------+-----+---------+-------+ | thread_id | int(10) unsigned | NO | PRI | NULL | | | user_id | int(10) unsigned | NO | PRI | NULL | | | post_count | int(10) unsigned | NO | | NULL | | +------------+------------------+------+-----+---------+-------+ 3 rows in set (0.003 sec)
It's frustrating that this table does not store your actual last post. Like, the post id. Because it does keep track if you've posted in a thread, but not what your last post was in that thread. I was thinking maybe there'd be an easy way to direct people to their last post in any thread like with highlights but there is not.
View attachment 5793532
Jesus christ you're dumb. you basically repeated what he just saidHow hard and database tasking would it be to have a function that takes the thread ID and user ID to query the thread to find the newest post ID of a user? Seems like the only way to do something like this with this data set.
Yeah I'm dumb because I just remembered what happens every time I ask a question like that. I'd give myself the "Dumb" sticker if I could.Jesus christ you're dumb. you basically repeated what he just said
that breaks every time i update templates. old bug.Why have reactions on profile pages been restricted to just 'Like' ? Sorry if this was previously addressed in one of the five hundred sticker seething threads. I have followed along somewhat, but didn't see this mentioned.
@-moz-document regexp(".*kiwifarms.*/profile-posts/.*/react.*"),
regexp(".*kiwifarmsaaf4t2h7gc3dfc5ojhmqruw2nit3uejrpiagrxeuxiyxcyd.onion/profile-posts/.*/react.*") {
div.p-title:after {
content: "Like: 1 | Dislike: 14 | Agree: 2 | Disagree: 3 | Winner: 5 | Semper Fidelis: 26 | Deviant: 27 | Informative: 6 | Thunk-Provoking: 31 | Feels: 7 | Islamic Content: 30 | DRINK!: 22 | Lunacy: 32 | Autistic: 13 | Horrifying: 25 | Optimistic: 9 | TMI: 29 | Late: 11 | Dumb: 17 | Mad At The Internet: 16" !important;
}
}
@-moz-document regexp(".*kiwifarms.*/profile-posts/.*/react.*"),
regexp(".*kiwifarmsaaf4t2h7gc3dfc5ojhmqruw2nit3uejrpiagrxeuxiyxcyd.onion/profile-posts/.*/react.*") {
div.p-title:after {
content: "👍Like: 1 \a 👎Dislike: 14 \a ✅Agree: 2 \a ❌Disagree: 3 \a 🏅Winner: 5 \a 🎖Semper Fidelis: 26 \a 👄Deviant: 27 \a ℹInformative: 6 \a 🤔Thunk-Provoking: 31 \a ❤Feels: 7 \a ☪Islamic Content: 30 \a 🍸DRINK!: 22 \a 🌙Lunacy: 32 \a 🧩Autistic: 13 \a 🦴Horrifying: 25 \a 🌈Optimistic: 9 \a 🥽TMI: 29 \a ⏰Late: 11 \a 🗑Dumb: 17 \a 🎩Mad At The Internet: 16";
white-space: pre;
}
}