Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Displaying more than 25 threads in a forum

Quote Reply
Displaying more than 25 threads in a forum
I'd like to display more than 25 threads in the listing of my forum, so it doesn't split into 2 pages. I found in the Administration, Setup, Defaults section a setting default_mh_forum that seems to be the one I want to change. I changed it from 25 to 100, and saved the change. But the forum still displays in the same way.

What am I missing? Thanks.
Dan Cooperstock
info@Software4NonProfits.com
Quote Reply
Re: [DanCooperstock] Displaying more than 25 threads in a forum In reply to
NEVER MIND. I figured out that that default variable is the default for new users, but doesn't affect existing users. I found the setting under the Edit Profile stuff when logged in normally to the forum. Then I figured out how to use SQLMonitor to update everyone, with the following SQL:

update fdsforum_User set user_default_mh_forum = 100
Dan Cooperstock
info@Software4NonProfits.com