I want to get the tittles on the postbit bold Join Date: Location: Posts: Only the titles, not the things that come after the : Is it the postbit template I need to use? And where should I add (and what) to make the tittles bold?
I tried to do this but ended up with a parse error Will have another go tomorrow I think, no more parse errors this evening :nuhuh:
Is this this that I need to edit: <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> Where should I add the strong part
I tried it, and it did not work. I did this: <if condition="$post['field2']"><div><strong>$vbphrase[location_perm]:</strong> $post[field2]</div></if>
<if condition="$post['field2']"><div><strong>$vbphrase[location_perm]:</strong> $post[field2]</div></if> There's no reason why that shouldn't work...
If your having trouble with it I would just wrap the "strong tag" where applicable in the postbit/postbit_legacy template.
Wait, you may be doing it to the wrong template. There's two that affect the postbit, they are called: postbit, and postbit_legacy. You pick between them, the postbit is the original postbit design (user information at the top of a post), and postbit_legacy is what's used on AdminExtra.com (user information at the left of a post). Make sure you're editing the right one.