MyBB Community Forums

Full Version: Topic displaying 1 post at a time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I have had a couple of users asking me why threads are only displaying one post at a time.

It shows the replies/posts as links at the bottom of the page.

I must have been fiddling with the ACP too much and broke it lol

Any help would be greatly appreciated Smile

http://gamersandgeeks.net

Go to UserCP > Edit options > and select "Default Thread View Mode" to Linear.
I can't find that option in the ACP. It seems to be a global setting.
You'll also need to set 'Usenet Style Thread View' to No in the Show Thread Options in the ACP.

The setting above is in the User CP, hence the instructions starting with User CP.
(2010-11-20, 05:25 PM)VampiricPadraig Wrote: [ -> ]I can't find that option in the ACP. It seems to be a global setting.

I wrote UserCP
Thank you Matt. That did the trick. Now, how do I make that default to all users, or does it do that automatically?

--

Yaldaram - I do acknowledge that you did say UserCP, but I was looking for the setting in the ACP. Thank You for your help though Smile
Run this query in phpMyAdmin:

UPDATE `mybb_users` SET `threadmode` = 'linear';
Got fixed. The query seemed to have done the trick. Thanks guys Big Grin