I’ve run into a situation where I’m not sure what’s going on with a post I wrote in another community, but right when I tried to post it it said it would have to be approved. Since it was an in-depth report of a technical problem, along with a support request, and since nothing appears to be happening there, I’d really like to take what I wrote and post it elsewhere, like on StackExchange, without having to rewrite it. But I don’t know how to view it. Is it possible?
Hello there I have just tested this and you cannot see your topic awaiting moderation. The best thing to do is to message the site moderators to find out what has happened to your topic. In my opinion this behaviour does look very counter-intuitive. However, I don’t know where your topic awaiting moderation could be put so you would see it whilst it is awaiting approval. I dislike trying to come up with a improvement with no solution to go with it though.
It might appear in your data if you do a full export of all your posts via your user page. Bit of a sledge hammer to kill a fly, but…
Thanks for the interesting idea! The admin eventually got to it, so I don’t need the sledgehammer. Plus, probably easier to rewrite than lift a hammer that big. 
It does feel a bit odd that I cannot view my own post when it’s awaiting moderation. Is that intentional, based on not wanting people to edit posts that are in moderation, perhaps?
Sure – @eviltrout should we add a section on your user page to expose posts awaiting moderation? I can add that to the 2.8 release if it makes sense?
Yes I think that would be a great thing to add. It’s not simple to implement, but very useful to the end user.
This was added to the 2.8 release list! 
related PR 已合并! ![]()
我去看看 ![]()
起初我以为可能是移动端渲染的问题,但在我的开发环境中无法重现 ![]()
你尝试刷新页面了吗?(也许是为了清除任何可能的 JS 缓存)
否则,你能否详细告诉我你做了什么?
我恐怕没做什么特别的事情。
我以管理员身份登录进行更新,然后冒充了一个测试用户。作为测试用户,我向一个启用了“批准帖子”设置的类别发布了一条消息,然后去“活动/待定”中查找。
我刷新了,并以测试用户身份注销并重新登录(而不是冒充),它仍然是空白的。
我使用的是 Android 版 Chrome。
更新:
我的在线站点也是如此。
在我的台式机(Windows10,Firefox)上也是如此:
是我有什么误解吗?(这种情况经常发生
)
我认为你可能发现了一个真正的 bug
这很奇怪,它似乎运行正常(计数正确等),只是列表没有显示出来。你能检查一下 JS 控制台是否有任何错误吗?我会在我这边做更多测试,以防我遗漏了什么。
谢谢!但不幸的是,我认为这没什么帮助
您能否检查一下控制台中的 XHR 标签(在 CSS 标签旁边)并刷新页面?您应该会看到一个以 pending.json 结尾的请求,检查它可能会提供有用的信息,例如它的响应。
这有点奇怪,会不会是某种显示问题?![]()
你是否在使用自定义主题或其他东西?
否则,当你在“Pending”页面时,能否在控制台中运行此命令并告诉我它是否输出任何内容:document.querySelector("li.user-stream-item")
我的测试用户使用的是默认主题。上面还有其他主题,但没有启用的。我的在线站点使用的是 Minima 主题(做了一些调整)。但第一次我也尝试在安全模式下进行。
您能更具体地说明我应该在哪里输入它吗?
是的,抱歉
在控制台底部,您应该能够运行命令。我不确定您的截图上是否能看到。通常,所有开发人员工具都停靠在浏览器窗口的底部,您应该会看到类似这样的东西:
您可以在那里看到一个光标。尝试按
F12 键打开开发人员工具,我猜您应该会看到一个与此类似的界面。
谢谢。我打开了一个控制台,默认情况下输入被禁用了。
我找到了开发者工具。![]()
我输入了该命令,但它似乎什么也没做?它后面只显示 < - NULL




