|
Post by Saint Ambrosef on Jan 6, 2021 21:42:08 GMT -5
is there any way staff could add an option to block/hide threads, the same way we can with users? sometimes there are threads you know will be incendiary for you, or maybe you're tired of seeing it at the top of the board for some reason, and i think an ability to kinda put it "out of sight out of mind" would be helpful. i know for me with political threads, i have a hard time not looking at them but also they just make me depressed, so it'd help me that way.
|
|
|
Post by 🆉🅴🅻🅳🆁🅸🆂 on Jan 6, 2021 22:08:16 GMT -5
I’ve actually wanted this feature for a while for certain threads. Sand, any plug-in for this?
|
|
|
Post by Sand on Jan 6, 2021 22:13:33 GMT -5
I'll look around and see what I can find! edit: don't know but this seems like what you two would want? unless I misunderstood. User Blockable Threads
|
|
|
Post by 🆉🅴🅻🅳🆁🅸🆂 on Jan 6, 2021 22:26:10 GMT -5
Dunno about them, but I mean just a few specific threads not entirely by one user. For example, go to the home page of WCRP. Click on the red banner for board categories. It minimizes. It’s still there but you don’t see it. I’d kinda like to see an option like that. But it may have to be actually written instead of a plug in
But that plug-in you posted is also nice ngl
|
|
|
Post by Sand on Jan 6, 2021 22:50:30 GMT -5
Ohh, okay, I understand now. That makes sense, though being the admin who knows nothing about most plugins... we are lucky to have Felix! This is your project now, Felix, but I'll still help... somehow. I found one that hides threads after a certain date as well so like a necropost thread plugin... wonder if it's worth the use.
|
|
|
Post by Felix on Jan 7, 2021 9:02:28 GMT -5
Should be able to write a plugin for this
|
|
|
Post by Deleted on Jan 7, 2021 10:03:46 GMT -5
Should be able to write a plugin for this thread blocker plugin?
|
|
|
Post by Felix on Jan 7, 2021 10:38:16 GMT -5
Should be able to write a plugin for this thread blocker plugin? yes
|
|
|
Post by Saint Ambrosef on Jan 7, 2021 10:59:08 GMT -5
excellent! thanks y'all!
|
|
|
Post by Felix on Jan 26, 2021 19:00:06 GMT -5
Remembered about this, mintedstar/fur showed someone how to block boards with css, the technique can be applied to threads too. Saves me doing anything. To change custom css, head to your profile -> edit profile -> personal -> scroll down. There should be a box labelled custom css. To remove a thread from view, use the code #thread-{thread id} {display: none;} Inserting the thread id where it shows. You can get the thread id by looking at the url of the page, for example the url of this thread is wcrpforums.com/thread/81242/block-threads, where 81242 is the thread id, therefore the css to add for blocking this thread is #thread-81242 {display: none;} Sorry for the not so user friendly method, but custom css is very adaptable and if you become familiar with changing the css, it becomes very powerful.
|
|
|
Post by Saint Ambrosef on Jan 26, 2021 20:06:59 GMT -5
Remembered about this, mintedstar/fur showed someone how to block boards with css, the technique can be applied to threads too. Saves me doing anything. To change custom css, head to your profile -> edit profile -> personal -> scroll down. There should be a box labelled custom css. To remove a thread from view, use the code #thread-{thread id} {display: none;} Inserting the thread id where it shows. You can get the thread id by looking at the url of the page, for example the url of this thread is wcrpforums.com/thread/81242/block-threads, where 81242 is the thread id, therefore the css to add for blocking this thread is #thread-81242 {display: none;} Sorry for the not so user friendly method, but custom css is very adaptable and if you become familiar with changing the css, it becomes very powerful. that works just fine for me! thank you!
|
|
|
Post by 🆉🅴🅻🅳🆁🅸🆂 on Jan 27, 2021 10:44:30 GMT -5
Works for me too thanks felix
|
|
|
Post by Deleted on Jan 27, 2021 10:56:14 GMT -5
Thanks guys!
|
|