I've managed to screw up the code in my LB forums so that if your edit a post which contains a quote, you get a whole bunch of blockquote HTML displayed. Can anyone point me in the direction of the function which handles the formatting? (I'll just replace it all with the original version I guess)
lines 466-468 in inc_func_common.asp - converts forum code into HTML lines 96-102 in inc_func_posting.asp - converts HTML into forum code (for displaying it in a form)
did you change the way the codes are converted to HTML, perhaps to make them HTML/CSS compliant? Even the smallest change will make it impossible to convert HTML back to Forum Code...