Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Violet] Changing the default in the Admin Panel isn't working

Quote Reply
Re: [Violet] Changing the default in the Admin Panel isn't working In reply to
As mentioned previously by eupos, you need to:

1) Change the default_mh_post option (Setup => Defaults). This option is used for guests and users who have an invalid user_default_mh_flatpost value.
2) Change the user_default_mh_flatpost default value. This is what new users will get set as their posts per page. Instead of executing raw SQL queries to change this, I'd recommend using the database editor. However, gforum's default columns are marked as un-editable from the database editor (so things aren't inadvertently broken), so you have to manually enter the url:

http://example.com/path/to/admin/db.cgi?db=User&do=editor_columns&modify=user_default_mh_flatpost

From here, you can change the default from 25 to whatever you want.

3) Although I don't suggest you do this, you can also change the default for your existing users. Just follow the instructions from above.

The same applies to the other columns like default_mh_forum/user_default_mh_forum, etc.

Adrian
Subject Author Views Date
Thread Increasing number of posts in a forum inboxcom 7294 Nov 15, 2005, 11:22 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7146 Nov 16, 2005, 1:40 AM
Thread Re: [eupos] Increasing number of posts in a forum
inboxcom 7120 Nov 16, 2005, 6:28 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7132 Nov 16, 2005, 6:40 AM
Thread Re: [eupos] Increasing number of posts in a forum
inboxcom 7132 Nov 16, 2005, 6:57 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7132 Nov 16, 2005, 7:06 AM
Thread Re: [eupos] Increasing number of posts in a forum
inboxcom 7106 Nov 16, 2005, 9:15 AM
Thread Re: [inboxcom] Increasing number of posts in a forum
eupos 7131 Nov 16, 2005, 10:49 AM
Thread Changing the default in the Admin Panel isn't working
Violet 6756 Mar 2, 2007, 8:11 PM
Thread Re: [Violet] Changing the default in the Admin Panel isn't working
brewt 6739 Mar 2, 2007, 10:44 PM
Post Thanks! Found it
Violet 6721 Mar 8, 2007, 8:26 PM