Quote:
Originally Posted by berry05
your prob gunna get mad at me but...where exactly do i put the code? i tried in postbit but i dont know where in postbit i put it.
|
Go to your postbit template and in the Search in Template field, put "usertitle" and hit Find. It will show you where in the template the usertitle is located. You will see a line like this:
HTML Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
You want to put your conditional there, after the condition that is currently there. Try it out yourself, and if you are having problems, post what you tried and we will help you to get it how you want it.