gforum_User is the Users table in SQL server, where all the user data is, and user user_default_mh_flatpost = 25 is column and value muste be chagned.
In your case the command should look as:
UPDATE gforum_User SET user_default_mh_flatpost = 40;
This sql query must be executed in mysqlman or in SQL Monitor (both are in your admin panel)
Cheers,
Boris
Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
In your case the command should look as:
UPDATE gforum_User SET user_default_mh_flatpost = 40;
This sql query must be executed in mysqlman or in SQL Monitor (both are in your admin panel)
Cheers,
Boris
Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins