1 (edited by XuMiX 2004-10-15 01:42)

Topic: heh

[quote]

hmmm.strange...

2 (edited by XuMiX 2004-10-15 01:50)

Re: heh

this code in 1.1.5 made my forum ugly, but here it seems fixed smile
btw, i fixed this

preg_match('#\[quote=("|"|\'|)(.*)\\1\]#sU', $text, $matches);

i replaced with

preg_match('#\[quote=("|"|\'|)([0-9a-zA-z?-??-?\,\ \.]{1,30})\\1\]#sU', $text, $matches);

Re: heh

I don't understand. What did you do to make the forum unresponsive?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

4 (edited by XuMiX 2004-10-15 01:57)

Re: heh

the code from the first post. but in this forum it doesn't work
hmm.. now it doesnt work in my one too....
strange... solar activity ? smile

Re: heh

Yes, probably :)

"Programming is like sex: one mistake and you have to support it for the rest of your life."