Topic: [pun_quote] Quote includes signature code
When you quote this post the signature code appers in the quote, half as bbcode and half as html...
There was anyother post i found which did something like this too.. Ill have a look.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [pun_quote] Quote includes signature code
When you quote this post the signature code appers in the quote, half as bbcode and half as html...
There was anyother post i found which did something like this too.. Ill have a look.
This will happen with any post that has a signature.
It's a pun_quote bug.
Ouch... Im assuming it down to pun_quote and not something like parser...
This can be fixed by adding:
post = post.replace(/<p class\=\"lastedit\">(.*?)<\/p>/,'');
post = post.replace(/<div class\=\"sig-content\">(.*?)<\/div>/,'');
between Line 97 and 98 on 'pun_quote/scripts.js'.
This can be fixed by adding...
Does not work.
I tried it on my test forum and it did work.
Edit: Works only on Firefox.
This one works on FF and IE6: http://snipplr.com/view/10831/punquote-scriptsjs-fixed/
Thank you. That's ok now.
Was it tested at Opera & Google Chrome?
Nope, but it should work...
Works fine in Opera and Chrome as well. Thanks!
PunBB Forums → PunBB 1.3 extensions → [pun_quote] Quote includes signature code
Powered by PunBB, supported by Informer Technologies, Inc.