MyBB Community Forums

Full Version: Signature Separator not appearing.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I just realised that my signature separator isn't actually appearing.

I've searched the problem and didn't find much. I've tried changing the code but I still don't get anything.

<hr />
<br /><br />
<fieldset><legend><strong>{$post['username']}'s Signature</strong></legend>{$post['signature']}</fieldset>

That's what it currently is at the moment.

This is how it currently looks like:
[Image: 1nW6t]


Any reasons why it's not appearing?

Thanks.
Are you editing the correct postbit template? There's two, postbit and postbit_classic.
You could try and use <hr> as a seperator.
(2012-11-08, 10:25 PM)Nobby Wrote: [ -> ]You could try and use <hr> as a seperator.

<hr /> is the same thing, just self-closing (I believe that's XHTML).

You are editing the correct theme? A couple of times, I've almost saved a MyBB Default Theme template.