Hey Joe, if you are still reading this thread, I have an update and a question.
As I said, I posted at vbadvanced.com and finally got a response that helped a bit, but I haven't solved the complete issue. I am so close and was hoping if you see what I have you could offer a suggestion:
SO, I have finally got the custom field to display to both the admin and the user who posted it. Now, I need an else statement that tells the forum to not display it to any one else.
Here is what I have:
Code:
<vb:if condition="$field['fieldid'] == 5 AND (is_member_of($bbuserinfo, 6) OR $bbuserinfo['userid'] == $entry['userid'])">
<div>{vb:raw entry.field5}</div>
</vb:if>
I need an else statement to follow this that says if anyone else is viewing this, do not post the information in {vb:raw entry.field5}.
Any ideas?
Thanks,
Kether