OK, sorry - I missed that "title" in your first post. So anyway, did you try that condition? (Here's what you posted with the condition changed)
Code:
<if condition="$post['usertitle']"><div class="smallfont"><if condition="is_member_of($post, 9)"><span style="font-weight:bold;font-style:italic;color:red;">$post[usertitle]</span>
<else />$post[usertitle]</div></if></if>
And I also don't know about this but just so it won't get lost:
Quote:
I also want to show inside the vb text editor certain info for the users to fill out and have a thread title already coded into the threads in only one forum id, how would I go about that as well?
|