Best way to temporarily remove public access to a user's topics?

Hi there, I have a long-time user that is requesting temporary removal of all of their topics due to a specific personal reason. If their situation changes those topics could be restored in the future. While they are in the removed state the topics should not be publicly accessible even if somebody has the URL, and they are all currently indexed on the search engines. I read over these topics:

From what I understand,

  • Converting them to a PM would still allow other users that posted there to see them, so that option is out.
  • Archiving and Unlisting will still allow access to whomever knows the URL.
  • Moving them to a private / staff category would make it hard to restore them to the proper category.

So it looks like ā€œdeletingā€ them would be the best option? As long as I donā€™t have the permanent delete feature enabled these would remain in the database indefinitely with the possibility to restore them bulk, correct?

Does the bulk actions button work on all the userā€™s topics at once, or only the topics that are loaded into the page?

Is there a way to differentiate between deleted replies and deleted topics? The /u/name/deleted-posts page shows everything together. This appears to show only topics:
/filter?q=status:deleted%20topics%2Ccreated-by%3A%40Username
Although I canā€™t understand why the syntax is status:deleted<space>topics . And is there a similar solution for only deleted replies?

/?status=deleted seems to show unlisted topics together with deleted topics. Iā€™m not sure why this is, as there is a separate /?status=unlisted filter.

There could potentially be problems in the future with restoring the userā€™s ā€œdeletedā€ posts, as there would be no way of knowing which topics were deleted for this particular reason and which were deleted for some other reason to remain deleted.

Ideally I wish there was a settings option to make archived topics inaccessible to the public.

Thanks in advance for your help, I just want to be 100% sure of what Iā€™m doing to avoid creating an administrative mess for myself farther down the road.

Hi @rahim123. :wave:

You might use the content flags and review queue for processing that kind of information. Here are some topics that go into details for your use case:

For the guide, check the heading, ā€œInappropriate Contentā€. :slight_smile:

2 Likes

Thanks @maiki for the response. Hmm, I donā€™t think the Review queue would work, because I canā€™t bulk flag all of the userā€™s topics.

Do you mean just their topics, or all of their posts?

And is it important to hide the content or the username?

1 Like

Just their topics is what they are requesting. But if there is a good way to temporarily remove access to all their posts I would be interested in knowing that too.

I suppose it might work to remove the personā€™s username and content from the first post in the topic and leave the rest of the thread accessible via the URL. But it wouldnā€™t be enough to simply hide the content of the first post with CSS, it needs to be not publicly accessible at all.

Itā€™s going to be a mess. :slight_smile:

I was going to suggest anonymizing the account, but that doesnā€™t do much of what you want.

This use case is not common, no one has asked for a feature to turn users non-public and back again.

Good luck! :crossed_fingers:

It sounds like what the OP is wanting is something similar to vBulletinā€™s Global Ignore feature.

If you arenā€™t familiar, it basically keeps all of a userā€™s posts and topics in place, but makes them unavailable to non-staff accounts until they are removed from the list. Itā€™s one of the few vB features I miss not having in Discourse. :slight_smile:

1 Like

Thanks to everyone for their replies.

Right. I understand that itā€™s an uncommon request. I wouldnā€™t expect Discourse to necessarily implement an entire process for that. But I do think it would be good to implement a setting option to make archived topics inaccesible to non-staff. Then I could deal with manually archiving and un-archiving the topics, while keeping them separate from other topics that might have been deleted and should stay deleted.

Oh, thatā€™s interesting:

Global Ignore
This option allows you to effectively add a user or users to every memberā€™s ā€˜Ignore Listā€™. However, users in this list can still see their own posts and threadsā€¦

Enter a list of userid numbers, separated by spaces (for example: 4 12 68 102).

ā€“ https://www.vbulletin.com/docs/html/main/options_userbanning

2 Likes

That is indeed interesting. Although I donā€™t think it would be enough in this particular case if it had ā€œsee this hidden postā€ links or if the post content was CSS hidden in the HTML. For what I need the former URL should throw a 404 for non-staff.

Ok I want this feature now. :sweat_smile: Itā€™s more or less a shadow ban feature.

1 Like

In effect thatā€™s basically the same as shadowbanning right? :wink:

1 Like

I donā€™t think that plugin is working at the moment but maybe someone else can confirm.

Yep, and I actually forgot that plug-in exists :laughing:

I havenā€™t had to use that kind of ban in a long time. I still have the line commented out for the plug-in on one of my instances :slight_smile:

2 Likes

Folks can decide if they want to put together a feature topic; Global Ignore is an interesting feature for vB, but it doesnā€™t seem like a useful tool for me per se. I run mostly small sites where we all know each other.

Which got me thinking, @rahim123, I donā€™t presume to understand why you are accommodating them, but for my tiny sites I would not do this. If someone needed to jet, Iā€™d say I can anonymize their contributions, but it goes up against the agreement we have for our tiny site.

On sites Iā€™ve set up for clients, those terms always have a clause that covers this, and I donā€™t think there is an expectation for users to ask for both their content to be ā€œturned offā€, and allow for a subsequent ā€œturn back onā€.

Iā€™m not opining on shadowbanning as a tool, because itā€™s a messy place on the web, but ā€œuser requestable shadowbanning (for personal reasons)ā€ as a switch seems like a hard sell. :thinking:

I would probably try to meet them in compromise: ā€œflag the topics youā€™d like deleted, and then Iā€™ll deactivate your accountā€.

1 Like

In this case Iā€™m going to honor the userā€™s request given the details of the particular situation.

I proceeded with the deletion. The deleted topics will remain indefinitely in the database, correct? No automatic hard deletion?

If/when needed I can access the list of deleted topics with:
/filter?q=status%3Adeleted%20topics%2Ccreated-by%3A%40Username
But unfortunately it looks like thereā€™s no bulk un-delete operation. Does it sound like a reasonable request to at least implement that in Discourse? Or is there any other way to accomplish that via the GUI?

Did you see this post?

Yes, thanks, I didnā€™t see anything about bulk un-deletion?

Yea I donā€™t know. Mass deleting and restoring of user posts like this isnā€™t a common thing that Iā€™ve seen.

If it was just their topics, I was going to suggest bulk recategorising then into Staff, or a new category with similar restricted permissions.

3 Likes