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.
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
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.
Last edited by Garciat (2009-01-02 01:14:36)
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'.
Last edited by Garciat (2009-01-02 01:44:12)
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.
Last edited by Garciat (2009-01-02 20:51:52)
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!
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.