MyBB Community Forums

Full Version: Replies to thread not showing under post.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys. Recently having troubles with my forum.

For example when i create a new thread everything is fine, except when i go to reply.

Example:

[Image: 2bM30]

Test post with no replies, however when i add a reply

[Image: 2bM3K]

I get this:

[Image: 2bM4H]

They don't show under the original post like most forums, which bothers me, it shows up in this "messages in thread" box.

and here's what it looks like [Image: 2bM5Z]

how can i get it to post under the original post like a typical forum, such as the MyBB support forums, where all replies fall under eachother, not in this box

Adress: http://pixelrealitygaming.tk
Test user: Test
Test pass: testing123

Thanks
You are using Threaded Mode. Switch to Linear Mode.

[Image: 0gFNAXz.png]

Change this as well to make the settings default for all your threads:

UserCP > Edit Options >

[Image: KMWxzUW.png]
(2013-03-04, 04:12 AM)effone Wrote: [ -> ]You are using Threaded Mode. Switch to Linear Mode.

[Image: 0gFNAXz.png]

Change this as well to make the settings default for all your threads:

UserCP > Edit Options >

[Image: KMWxzUW.png]

Is there a way to set this as default for everyone who signs up?
Admin CP -> Configuration -> Settings -> Show Thread Options -> Usenet Style Thread View -> No.

If you want to change the thread view mode of all your users to linear, run this SQL Query:

UPDATE `mybb_users` SET  `threadmode` =  'linear';