Quote:
Originally Posted by BirdOPrey5
You say:
If you really only want to show to guests you should use:
Code:
<br />
<!-- Facebook Comment -->
<if condition="in_array($bbuserinfo[usergroupid],array(1))"><div align="center">
<fb:comments numposts="3" width="800"></fb:comments>
</div></if>
<!-- / Facebook Comment -->
|
Yes, that is correct :up:
Quote:
You also have the start of the <div> inside the conditional and the end of it outside, so the </div> will always be output even if the beginning <div> isn't.
|
Hehe, that, too, is correct.
Thanks for noticing