Topics by blocked users shouldn't appear.
I think they shouldn't be visible so you can see threads you are actually interested in. As it is now, the threads of blocked users still take space from the page you are browsing. For example if the first page of OT has a couple of threads from blocked people, you still have to go to page 2 or 3 to skip them.

But, by making them invisible it would avoid the page skipping and the visible threads would be bumped. THoughts?
Автор сообщения: Mailer:
With a browser extension, you already can. The only caveat is you need to use your web browser to browse the forums:

uBlock Origin (Add the following to the filters):
! Delete blocked user posts on forum index pages
steamcommunity.com##div:has(> div.forum_topic_name.op_hidden)
! Delete blocked user posts from thread pages
steamcommunity.com##div:has(> span.commentthread_deleted_comment_audit)
Also, consider upping your # of topics per page to 50.

I also wouldn't mind if they added the option to the client as well.
< >
Сообщения 115 из 20
You must have blocked a lot of people if you have to go to page 2 or 3 due to the fact that the max number of threads shown is 50.

Secondly these are "public discussion forums" and the point of them being visible is so you can skip them and go to another thread, whereas a personal blog is where you control who creates a thread or posts.
Would write comment but other than saying I disagree with OP and agree with what Nx Machina said there really isn't much else to write.

If you want a bubble maybe stick to social media platforms...
Perhaps it could be welcome addition... a little. After all nobody forces anyone to interact with people they hate... yet. It would help forgetting that those hated people exist.
Автор темы посчитал это сообщение ответом на свой вопрос.
With a browser extension, you already can. The only caveat is you need to use your web browser to browse the forums:

uBlock Origin (Add the following to the filters):
! Delete blocked user posts on forum index pages
steamcommunity.com##div:has(> div.forum_topic_name.op_hidden)
! Delete blocked user posts from thread pages
steamcommunity.com##div:has(> span.commentthread_deleted_comment_audit)
Also, consider upping your # of topics per page to 50.

I also wouldn't mind if they added the option to the client as well.
Отредактировано Mailer; 28 янв. 2024 г. в 6:31
It would be a huge change for sure.

I have seen people who keep arguing with someone that they blocked a long time ago. Makes me wonder what kind of expression would they have if this feature was implemented.

Would they miss their 'enemies' or be happy because they are freed from them? :Amane:
Автор сообщения: Maria
It would be a huge change for sure.

I have seen people who keep arguing with someone that they blocked a long time ago. Makes me wonder what kind of expression would they have if this feature was implemented.

Would they miss their 'enemies' or be happy because they are freed from them? :Amane:
They would probably unblock to answer and then block the user again.

That segment of users will never be happy or satisfied.
Автор сообщения: The End
Автор сообщения: Maria
It would be a huge change for sure.

I have seen people who keep arguing with someone that they blocked a long time ago. Makes me wonder what kind of expression would they have if this feature was implemented.

Would they miss their 'enemies' or be happy because they are freed from them? :Amane:
They would probably unblock to answer and then block the user again.

That segment of users will never be happy or satisfied.

True, but to be fair, some block users not to prevent seeing and responding to their posts in the forums, but to prevent those toxic posts from migrating onto their profile.

For those, the ability to turn off blocking, but keep blocked in personal spaces, would be a good idea, if we are talking about changes to how things are displayed or hidden.
Автор сообщения: Spawn of Totoro
Автор сообщения: The End
They would probably unblock to answer and then block the user again.

That segment of users will never be happy or satisfied.

True, but to be fair, some block users not to prevent seeing and responding to their posts in the forums, but to prevent those toxic posts from migrating onto their profile.

For those, the ability to turn off blocking, but keep blocked in personal spaces, would be a good idea, if we are talking about changes to how things are displayed or hidden.
100% agreeing on that.

The whole posting-system need a heavy revamp or Valve should simply buy a solution for this.

I miss the old forums that was not attached to the client/account.
Автор сообщения: Spawn of Totoro
Автор сообщения: The End
They would probably unblock to answer and then block the user again.

That segment of users will never be happy or satisfied.

True, but to be fair, some block users not to prevent seeing and responding to their posts in the forums, but to prevent those toxic posts from migrating onto their profile.

For those, the ability to turn off blocking, but keep blocked in personal spaces, would be a good idea, if we are talking about changes to how things are displayed or hidden.
That was unthinkable of me.

A specific block from posting to someone's profile. Fine addition. :eatyourbroccoli:
Автор сообщения: Mailer
With a browser extension, you already can. The only caveat is you need to use your web browser to browse the forums:

uBlock Origin (Add the following to the filters):
! Delete blocked user posts on forum index pages
steamcommunity.com##div:has(> div.forum_topic_name.op_hidden)
! Delete blocked user posts from thread pages
steamcommunity.com##div:has(> span.commentthread_deleted_comment_audit)
Also, consider upping your # of topics per page to 50.

I also wouldn't mind if they added the option to the client as well.

I made these rules. Even the comment text is mine. Nice to see them being reposted.

I have loads more for dealing with forums, activity feed, etc. I should probably make a guide or something.
Отредактировано metamec; 28 янв. 2024 г. в 15:21
Автор сообщения: metamec
I invented these rules. Even the comment text is mine. Nice to see them being reposted.

I have loads more for dealing with forums, activity feed, etc. I should probably make a guide or something.
Hm.. Interesting..
How did you find out the structure of the programmable commands of this forum?
:winter2019happybulb:
Автор сообщения: PC director
Автор сообщения: metamec
I invented these rules. Even the comment text is mine. Nice to see them being reposted.

I have loads more for dealing with forums, activity feed, etc. I should probably make a guide or something.
Hm.. Interesting..
How did you find out the structure of the programmable commands of this forum?
:winter2019happybulb:

View the source (ctrl+u) in a web browser. Or home in on the element with inspect (ctrl+shift+i).

You need to get an idea of the CSS element containing the data you wish to block in order to formulate a recipe which will block it. 🙂
Автор сообщения: metamec
View the source (ctrl+u) in a web browser. Or home in on the element with inspect (ctrl+shift+i).

You need to get an idea of the CSS element containing the data you wish to block in order to formulate a recipe which will block it. 🙂

Okay, I understand..
I thought you had access to PHP+SQL on the server.

When I once played Travivan, I also sometimes used javascript utilities in the browser to expand the functionality of the game.
:steamthumbsup:
Автор сообщения: PC director
Автор сообщения: metamec
I invented these rules. Even the comment text is mine. Nice to see them being reposted.

I have loads more for dealing with forums, activity feed, etc. I should probably make a guide or something.
Hm.. Interesting..
How did you find out the structure of the programmable commands of this forum?
:winter2019happybulb:
kinda off topic but, can't believe I missed the yellow bulb :winter2019sadbulb:
Автор сообщения: Χάρης
kinda off topic but, can't believe I missed the yellow bulb :winter2019sadbulb:
Sorry for interfering in your discussion
I was just curious...
:winter2019tiredbulb:
< >
Сообщения 115 из 20
Показывать на странице: 1530 50

Дата создания: 28 янв. 2024 г. в 3:56
Сообщений: 20