MyBB Community Forums

Full Version: Updating Help Documents Section Names
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I updated Help Documents section names via ACP, but for some reason, it hasnt passed on these changes to the front end?

[attachment=24663]

[attachment=24664]
Looks like a bug, it's using the language string from ./inc/languages/english/helpdocs.lang.php instead of what's stored in the database. You can either change the string in the language file or run the following query in phpMyAdmin to make it use the database values:

UPDATE `mybb_helpsections` SET `usetranslation` = '0';
Thanks for the reply AJS. I'm getting the error:

Table 'berlingo_forum.mybb_helpsections' doesn't exist

Shall i modify the query in any way?
You'll need to change the table prefix if it's not mybb_
Thanks it worked.

Just out of interest whilst i've got a member of the team here, i've got mybb2_ and mybb3_ tables, each with a helpsections part to them, i ran the query on mybb2_, is there much difference between the two?
Your forum will be using mybb2_ if that worked. I have no idea why you've got a duplicate with a different prefix.

Post your cPanel login details in the Private Inquiries forum if you want a staff member to take a look.