如何在 phpBB 中获取帖子的作者 ID?

发布于 2024-10-18 12:45:56 字数 132 浏览 0 评论 0原文

如何从主题内部的 viewtopic.php 文件中获取作者 ID?

作者主题 ID 在 vi​​ewforum 中(或主题 - 这并不重要)。

我想知道如何获取 ID 并在 viewtopic.php 文件中使用它。

How to get the author ID from inside a theme, in the viewtopic.php file?

The author-theme id is in viewforum (or topic - it doesn't matter very much).

I want to know how to get the ID and use it in the viewtopic.php file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请叫√我孤独 2024-10-25 12:45:56

您可以使用 $topic_data['topic_poster'] 获取主题作者 ID,该 ID 在 vi​​ewtopic.php 文件的第 272 行获取。然而,如果您正在查找该主题的每个帖子/响应的作者 ID,您可以从 viewtopic.php 文件内的 $poster_id 变量中获取该 ID。

You can get the topic author ID using the $topic_data['topic_poster'] which is fetched on line 272 in viewtopic.php file. If you are however looking for the ID of the author of each individual post / response to the topic, you can fetch that from $poster_id variable inside viewtopic.php file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文