MRGTB
Sat 22nd Aug '09, 7:54pm
I use this to show a message below the navbar to all members who have not validated there accounts via the email link sent to them as a reminder.
How can I change this, so I can add a second message that is displayed to members who are logged-in, but have a "0" post count. And after they make their 1st post it disapear and not be displayed to them again.
<if condition="$bbuserinfo['usergroupid'] == 3">
<br />
<div align="left" style="color:red; background-color:white; border:1px solid black; padding:2px">Message Displayed Does Here</div>
</if>
How can I change this, so I can add a second message that is displayed to members who are logged-in, but have a "0" post count. And after they make their 1st post it disapear and not be displayed to them again.
<if condition="$bbuserinfo['usergroupid'] == 3">
<br />
<div align="left" style="color:red; background-color:white; border:1px solid black; padding:2px">Message Displayed Does Here</div>
</if>