MyBB Community Forums

Full Version: Remove <p><br></p> from signature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I need your help with a strange error that now shows up on every signature <p><br></p> 
How to remove this?

I dunno where it is in the admin CP, 
can someone please help me out

Thank you
Do you have similar problems when submitting new posts?

Also have a check on the postbit_signature template.
(2019-10-20, 06:58 PM)noyle Wrote: [ -> ]Do you have similar problems when submitting new posts?

Also have a check on the postbit_signature template.
I have that in any group and user
I went to users and opened to check and on signature there is nothing there

Sorry to be a newb but where can I find postbit_signature template Huh

Found it under 'template sets' > 'Myforumtemplate' - 'expand templates'

but on 'Postbit templates' > 'postbit_signature'

<div class="signature scaleimages">
{$post['signature']}
</div>

I have to honest I am lost with a simple error or so I thought it was
Could you please post a link to the page showing <p><br></p> in signatures?
1. Enable "Output template start/end comments?" in Server Optimization Options.
2. View page source for post in question, copy paste segment marking signature.
3. See what the actual signature contains.

Using Default theme, my original signature is a simple line ending with period.
Quote:<!-- start: postbit_signature -->
<div class="signature scaleimages">
Too old for bullshit.
</div>
<!-- end: postbit_signature -->


Then, just for grins and giggles, I edited my signature to add a line break, resulting in:
Quote:<!-- start: postbit_signature -->
<div class="signature scaleimages">
Too old for bullshit.<br />

</div>
<!-- end: postbit_signature -->


If your signatures are delimited by <p><br></p>, then it either exists in the stored signature, or in the template.

Check all themes.
I am sorry but in all templates, both the original and the altered one 'postbit_signature' do not have <p><br></p>

You say in the stored signature ( I checked every single member and no one has it also) is this found elsewhere
or by ftp doing a search on any file

The inspector gives me
<div class="signature scaleimages"> <p><br></p></div>

sorry to bother you but I am literally banging my head over this annoying 'bug'
Revert codebuttons template to default.

This will prevent it from happening further but it won't remove previous text