MyBB Community Forums

Full Version: Signature doesnt appear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
www.saurav.co.uk/forum

The signature doesnt appear in threads/posts on both skins :s
I clicked "show signature" when making a post.
Did you checked " Enable my signature in all of my existing posts. " when you changed your sig.
OR
Is {$post['signature']} present in your postbit template ?
OR
Check if postbit_signature contains
<hr size="1" width="25%"  align="left" />
{$post['signature']}
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['user_details']}
</td>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<div id="pid_{$post['pid']}">
<p>
{$post['message']}
</p>
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
		<td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span></td>
	</tr>
	</table>
</td>
</tr>
{$seperator}

Doesnt contain what you said - postbit

postbit_signature contains what you said

Enable my signature in all of my existing posts. - Yes I did.
Help please? :p
Do you have a signature?
Yes, I do - but it doesnt appear.
Go to http://www.saurav.co.uk/forum/usercp.php?action=editsig and check "Enable my signature in all of my existing posts."
I did

Quote: Enable my signature in all of my existing posts.
Disable my signature in all of my existing posts.
No action.

Then when I click "save" and when its refreshed, it has "no action" selected instead
Yeh, that's how it works.

Did you signature show up then?
No it didnt Sad
Do anybodies signatures show up?
Pages: 1 2