Quote:
Originally Posted by BirdOPrey5
You could do a condition to show code only to the user who posted it...
Code:
<vb:if condition="$bbuserinfo['userid'] == $post['userid']">
(will work in the postbit)
But you'd still need to make the extra field to hold the data and everything else needed to process it. The conditional is the easy part.
|
Thanks Joe. I was able to create the extra field, just couldn't figure out how to show it's contents only to the member who posted and admin instead of everyone who could see the post.
I will give you code a go. Thanks for your quick help. I appreciate it very much.
Kether
--------------- Added [DATE]1307976670[/DATE] at [TIME]1307976670[/TIME] ---------------
Quote:
Originally Posted by kether1
Thanks Joe. I was able to create the extra field, just couldn't figure out how to show it's contents only to the member who posted and admin instead of everyone who could see the post.
I will give you code a go. Thanks for your quick help. I appreciate it very much.
Kether
|
Well, I am still having trouble getting this to work. I guess I need a conditional to show a field only to the admin user group and the individual who posted the information.
So, I use the following code to identify a field, but need help with the conditional to make it only be seen by the admin group and the individual who posted the information:
<vb:if condition="$field['fieldid'] == 6">
Any suggestions? Thanks again.
Kether