Suggestion and Update Thread

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
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.
Why don't you just use Reactions Recieved?
 
I think it'd be a good QOL change if thread subtitles were hidden in the watched-threads box. Because of where it is now, it's already pretty jarring but some threads have super long subtitles which make it a bit unwieldy. For example, on this laptop the watched-threads box with 5 threads takes almost the entire screen (and i'm already at 80% zoom).
I do like the change though because it's a good jumping-off point for threads i already know i like.

1709818506485.png1709818568239.png
 
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.
 
1) Would it be possible to roll up the watched threads segment like you can forum groups?
2) Can the modified reaction flyout script be changed so that it's not outright disabled on user profiles?
 
I think having chat just a general channel and a bunch of lolcow channels just crams everyone into general.
Perhaps instead the channels could be labeled for specific interests and topics. given the utter disuse of all channels besides General and Keno Casino.
Especially since holding a conversation about a specific topic in the General chatroom is very difficult. In the other disused channels finding someone willing to talk about the topic is very hard due to the lack of people.
 
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.

1709837223614.png
 
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
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.
 
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.
Jesus christ you're dumb. you basically repeated what he just said
 
Why have reaction stickers 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.
 
Well this should be a good enough compromise to the broken sticker selector on profile posts.
1709852114788.png
CSS:
@-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;
    }
}
EDIT: A bit more excessive but better, I think.
1709853930704.png
CSS:
@-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;
    }
}
 
Last edited:
I noticed last night that some people have a faded purple username now. Why is this? At first I thought it was for new users but I notice some older ones have it too. Sorry if this was recently answered and I missed it.

Edit: appears to be back to normal
 
Last edited:
Back