How To Create Collapsable Boxes
ok, there is a simple reason for this. For your id you have
PHP Code:
id="collapseobj_postbit_userinfo$post[postcount]"
and your image is
PHP Code:
src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_postbit_userinfo].gif"
Those are different, but you cannot put
PHP Code:
src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_postbit_userinfo$post[postcount]].gif"
as this is invalid code.
There isn't anything that you can do about this I'm afraid, unless you want them all to open and close regardless of which post you click on.