MyBB Community Forums

Full Version: Replies to threads not showing up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so when someone wants to view a thread the replies show up like this
[Image: 9f69c6394f83cc7e33be36a28433f1d6.png]

i want them showing up like normal replies so everyone can see them and not "Messages in this thread"

how do i fix? thanks
Goto User cp & Select Edit Options and from Thread View Options set Thread View Mode to Linear .
(2015-03-15, 08:13 PM)iturdu Wrote: [ -> ]Goto User cp & Select Edit Options and from Thread View Options set Thread View Mode to Linear .

Yeah but how do i force this onto all users is there something in the admin cp?
by default it is set to linear mode for all .
(2015-03-15, 09:01 PM)iturdu Wrote: [ -> ]by default it is set to linear mode for all .

Ohh so it must of been glitched or something?
ACP -> Show Thread Options -> Usenet Style Thread View -> set to No and save

Then run the following query in phpMyAdmin:
UPDATE mybb_users SET threadmode = 'linear'