how to changes mybb posts and responses counter text in MYBB forum to another custom message
我想让访客可以查看论坛主题,但不能查看帖子,但如果我提供阅读权限,他们可以读取两者。 我有办法阻止他们查看帖子吗? 谢谢
how to changes mybb posts and responses counter text in MYBB forum to another custom message
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
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!
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
我想让访客可以查看论坛主题,但不能查看帖子,但如果我提供阅读权限,他们可以读取两者。 我有办法阻止他们查看帖子吗? 谢谢
1)I want to devlop a website that has forums and chat.The chat and forums are linked in some way.Meaning for each thread the users can chat in the chat room for that thread or can post a reply to the ...
This is the million dollar question, I see it time and time again on here and other php coding related sites and forums but I have NEVER seen an answer to it. So I started digging in and studying ...
Which forums you are using for data mining questions? SO is mainly intended for programming, not for DM questions.
When using some existing forum software in a larger web-site, how easy is it to: 1)Make your site s login functionality log the user into the forum 2)Make your site s registration functionality ...
I have been checking around MSDN and Microsoft.com but i can only find Archived forums. Are there any microsoft run forums for DirectX anymore?
I m new using mapinfo and I am going to work a lot with it. I haven t been able to find a good forum, making it impossible to get community driven assistance. I wish any of you could tell me if there ...
how to changes mybb posts and responses counter text in MYBB forum to another custom message