# 隐藏用户评论队列中的一些 UCF

**URL:** https://meta.discourse.org/t/hiding-some-of-the-ucfs-in-the-user-review-queue/167141
**Category:** Support
**Created:** [2020年十月14日 01:55 UTC](https://meta.discourse.org/t/hiding-some-of-the-ucfs-in-the-user-review-queue/167141 "2020-10-14T01:55:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [2020年十月14日 01:55 UTC](https://meta.discourse.org/t/hiding-some-of-the-ucfs-in-the-user-review-queue/167141/1 "2020-10-14T01:55:20Z")

</div>

我该如何向审核团队隐藏除前 5 个 UCF 之外的所有字段，以便更轻松地批准？

是的，我们有很多 UCF（共 15 个，其中 4 个处于“休眠”状态）。这 5 个是新注册用户填写的字段（如果您有疑问的话）。

这是我之前问题的延续，@awesomerobot 当时帮我解决了只隐藏除第一个之外的所有字段的问题。但现在需要显示更多字段：

> [@Hide all but one custom field in the user approval review queue](https://meta.discourse.org/t/hide-all-but-one-custom-field-in-the-user-approval-review-queue/151040/10):
>
> I have no idea what you are talking about - but it works a treat; thank you! This may help others with a private forum who rely on the Custom Wizard Plugin at signup @Angus. How would one go about revealing a 2nd or 3rd .user-field? I don’t need to (at the mo) but it might become necessary in the future.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2020年十月20日 22:47 UTC](https://meta.discourse.org/t/hiding-some-of-the-ucfs-in-the-user-review-queue/167141/2 "2020-10-20T22:47:28Z")

</div>

我认为并没有_完美_的方法……但在理论上，这应该可行：

```css
.reviewable-user-fields > div:nth-of-type(n+10) {
    display: none;
}

```

你可以将 10 这个数字调大或调小，以显示或隐藏更多或更少的项目。

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [2020年十月20日 23:12 UTC](https://meta.discourse.org/t/hiding-some-of-the-ucfs-in-the-user-review-queue/167141/3 "2020-10-20T23:12:53Z")

</div>

谢谢 Kris——效果非常好！而且您把我们的 10 分也完美地处理好了。

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2020年十一月19日 23:12 UTC](https://meta.discourse.org/t/hiding-some-of-the-ucfs-in-the-user-review-queue/167141/4 "2020-11-19T23:12:55Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
