Ogmuk |
03-16-2004 11:25 PM |
Quote:
Originally Posted by allan grossman
If you rebuild the search index it'll work, I think.
|
Yup, I think I mentioned that earlier too. Only if you update it manually it will work ;) I was hoping that it would be done automatically.
Another thing I noticed with some quick tests. For example when people use 5 spaces, is there a way to get the 5 spaces to show on your forum too? Some ASCII signatures will not be displayed correctly on your forum is one reason that it would be handy ;)
edit: and a bug I noticed if you edit some of the posts to view their content. This is one piece from a message:
PHP Code:
> test test test test test test test test test test test test test test
test[color=blue]
> test test test test test test test test test test test test test test[/color]
test[color=blue]
> test test test test test test test test test test test test[color=green]
> > test test test test test test test test test
> > test test test test test test test test test[color=darkred]
> > > test test test test test test test test test test test test test[/color][/color][/color]
test test[color=blue][color=green][color=darkred]
> > > test test test test test test test test test test test test
> > > test test test test test test test test test test test test test[/color][/color][/color]
test test[color=blue][color=green][color=darkred]
> > > test test test test test test test test test
etc.
I'm referring to the large amount of useless repeating COLOR vbcode if it wasn't obvious
[_color=blue][_color=green][_color=darkred]text[_/color][_/color][_/color]
It adds to the database's size when importing hundreds of messages a day ;)
|