MyBB Community Forums

Full Version: only first thread is visible to guests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

There is an issue with my forum - only the first thread listing is visible to guests. If I login, all the threads are visible properly.

Threads are not disabled as guests can follow a direct link to the threads but
they are not visible.

Url of my forum - http://www.sriperumbudur.in/forum/index.php

Thread link guests can follow directly - http://www.sriperumbudur.in/forum/showthread.php?tid=14
but if you go to parent forum, thread listing is not visible.

Need help urgently.

Mybb version - 1.4.4
PHP Version - 5.25
SQL Engine - MySQL 5.0.67
test user - mybb password: mybb_check

Thanks.
Do you mean only the first post shows in each thread?? That's the only issue I see.
First thread and first post.

For eg. this link - http://www.sriperumbudur.in/forum/forumd...php?fid=10 - contains 6 threads but only first one is visible.

Within the thread, only the first post is visible.

Thanks for the quick response.
I can see all of the threads no problem. You've probably set it to show 1 thread per page.....

But for the one post showing issue, you're viewing the threads in threaded mode, not linear mode. Go to UCP > Edit Options > Thread View Options > Thread View Mode: > Linear, that'll sort it.

Also, for guests and new users: ACP > Configuration > Show Thread Options > Usenet Style Thread View > NO.

And to make sure all users have it set to linear, run this in PHPMyAdmin:

UPDATE `mybb_users` SET `threadmode` = 'linear'
I did the following -

Also, for guests and new users: ACP > Configuration > Show Thread Options > Usenet Style Thread View > NO.

And to make sure all users have it set to linear, run this in PHPMyAdmin:
PHP Code:
UPDATE mybb_users SET threadmode = 'linear'

This has resolved the problem of only first post being visible. Now all posts in the thread are visible to guests.

But still only first thread is visible to guests in a forum. How do I show all the threads to guest?

Eg. http://www.sriperumbudur.in/forum/forumd...php?fid=10 - contains 6 threads but only first one is visible to guests. If you login, all 6 threads are visible.
Hmm... I was going to say it's only showing 1 thread per page, but there's no pagination so it can't be that... do you have any plugins??
I have already disabled all plugins. Only paypal donation plugin is active which is for 1.4x version and doesnt effect the issue.
(2009-01-09, 07:40 PM)MattR Wrote: [ -> ]Hmm... I was going to say it's only showing 1 thread per page, but there's no pagination so it can't be that... do you have any plugins??

any other suggestion??? really need this to be resolved.

update: the forum shows all threads correctly for guests in lite mode. Only viewing in Full version is giving the problem.

Thanks in advance.