Log in

View Full Version : First post in thread not showing up


Boofo
06-27-2004, 09:09 PM
Does anyone know where I would begin to look for a fix as to why the first post in a thread does not show the message, but only the thread title? If you make a reply to that invisible post, the reply shows up fine. What could cause something like that?

Boofo
06-28-2004, 06:55 AM
Doesn't anybody have any idea how to fix this or what to look for? This poor guy's forums are down until we can get this fixed. :(

Natch
06-28-2004, 12:09 PM
He might have implemented the tempalte mod to show the first post in a different format, but forgot to put the first format in ?

my Postbit template is setup as follows:<if condition="$post['postcount'] == 1">

.... contents of postbit for first post only ...

<else />

.... contents of postbit for all subsequent posts ...

</if>I use it to show the first post using the vB3 standard postbit, and the rest of the posts using the vB2 style postbit ...

Xenon
06-28-2004, 08:41 PM
either what Natch said, or the user has maybe installed something like the lockdown hack, but made a mistake during the installation?

Boofo
06-28-2004, 10:12 PM
I thought of both pf those possibilities. It turned out to be that he had turned off the minumum characters to post in the Admin CP. He had made it blank instead of putting a zero in there.