mybb 帖子和回复计数器

发布于 2024-08-11 15:28:06 字数 47 浏览 7 评论 0原文

如何将 MYBB 论坛中的 mybb 帖子和回复计数器文本更改为另一条自定义消息

how to changes mybb posts and responses counter text in MYBB forum to another custom message

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

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

发布评论

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

评论(3

请叫√我孤独 2024-08-18 15:28:06

您是否在 MyBB Admin 中检查过模板中是否有可以更改的内容?

如果不是,则可能是语言文件中的某些内容,可在 /inc/ languages/ 中找到

不完全确定您要更改的内容

Have you checked within MyBB Admin to see if it's something in the template you can change?

If not it could be something in the language file, found in /inc/languages/

Not entirely sure what it is you're trying to changed

浪荡不羁 2024-08-18 15:28:06

如果我没记错的话,你无法直接编辑帖子,除非进入 MySQL 数据库并手动更改它。
但要小心,MyBB 并不像看起来那么简单!

If I remember correctly, you are unable to directly edit the posts unless going into the MySQL database and manually changing it.
However be careful, MyBB isn't as simple as it seems!

眼中杀气 2024-08-18 15:28:06

您可以在 MyBB langauge 文件夹中的 global.lang.php 中修改它。
$l['forumbit_threads'] = "线程";
$l['forumbit_posts'] = "Posts";

将主题或帖子更改为您想要的任何内容。

干杯

You can modify it in global.lang.php present inside MyBB langauge folder.
$l['forumbit_threads'] = "Threads";
$l['forumbit_posts'] = "Posts";

Change Threads or Posts to anything you want.

Cheers

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