Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [inboxcom] Increasing number of posts in a forum

Quote Reply
Re: [inboxcom] Increasing number of posts in a forum In reply to
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
Subject Author Views Date
Thread Increasing number of posts in a forum inboxcom 7639 Nov 15, 2005, 11:22 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7472 Nov 16, 2005, 1:40 AM
Thread Re: [eupos] Increasing number of posts in a forum
inboxcom 7441 Nov 16, 2005, 6:28 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7452 Nov 16, 2005, 6:40 AM
Thread Re: [eupos] Increasing number of posts in a forum
inboxcom 7454 Nov 16, 2005, 6:57 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7453 Nov 16, 2005, 7:06 AM
Thread Re: [eupos] Increasing number of posts in a forum
inboxcom 7426 Nov 16, 2005, 9:15 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7452 Nov 16, 2005, 10:49 AM
Thread Changing the default in the Admin Panel isn't working
Violet 7078 Mar 2, 2007, 8:11 PM
Thread Re: [Violet] Changing the default in the Admin Panel isn't working
brewt 7067 Mar 2, 2007, 10:44 PM
Post Thanks! Found it
Violet 7042 Mar 8, 2007, 8:26 PM