# כאשר משתמש מושתק מנסה לפרסם, נאמר לו שהוא אינו יכול להציג משאב, במקום להגיד לו שהוא אינו יכול לכתוב

**URL:** https://meta.discourse.org/t/when-a-silenced-user-tries-to-post-they-are-told-they-cannot-view-a-resource-instead-of-being-told-they-cannot-write/232855
**Category:** UX
**Created:** [14 ביולי,‏ 2022,‏ 9:18am UTC](https://meta.discourse.org/t/when-a-silenced-user-tries-to-post-they-are-told-they-cannot-view-a-resource-instead-of-being-told-they-cannot-write/232855 "2022-07-14T09:18:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Tris20](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tris20/32/264639_2.png) [@Tris20](https://meta.discourse.org/u/Tris20)
#### Post date: [14 ביולי,‏ 2022,‏ 9:18am UTC](https://meta.discourse.org/t/when-a-silenced-user-tries-to-post-they-are-told-they-cannot-view-a-resource-instead-of-being-told-they-cannot-write/232855/1 "2022-07-14T09:18:14Z")

</div>

I need users to be prevented from writing topics until they’ve met a condition such as reading 30 topics, or accepting a policy. This means using either the silence functionality or the trust system. However when a user is in that read-only state, and that user tries to make a post, then the message they get is that they are not permitted to _view_ the requested resource. Whilst this is technically true, it fails to explicitly tell the user that they do not have permissions to write.

“You are not permitted to view the requested resource”

 ![image](https://global.discourse-cdn.com/meta/original/4X/3/4/9/349132404d3b953e0043d5419fbdf5f74f91a400.png)

The property here is invalid\_access, which is presumably designed to capture both read and write permissions.

Is it possible to expand this, such that we can also have an invalid\_write\_access, and invalid\_read\_access property?

My current workaround is to change the message such that it contains both clauses:

```plaintext
You do not have necessary permissions to perform the given action, or view the given resource. 

```
