Page 1 of 1
text replacement
Posted: Mon Sep 22, 2003 9:37 pm
by sebastian nohn
the text-replacement of *, _ etc. is very bothering.
/* test */ becomes to /<b> test </b>/. this is definitly what i don't want. please give me an the other users at least the option to turn this off.
Re: text replacement
Posted: Sat Sep 27, 2003 9:03 pm
by tomsommer
sebastian nohn wrote:the text-replacement of *, _ etc. is very bothering.
/* test */ becomes to /<b> test </b>/. this is definitly what i don't want. please give me an the other users at least the option to turn this off.
Will do this in 0.4
Re: text replacement
Posted: Tue Sep 30, 2003 11:45 pm
by garvinhicking
tomsommer wrote:sebastian nohn wrote:the text-replacement of *, _ etc. is very bothering.
/* test */ becomes to /<b> test </b>/. this is definitly what i don't want. please give me an the other users at least the option to turn this off.
Will do this in 0.4
While you're at it, you may want to implement BBCode-style blocks for the user comments? So someone can post a bold text, hyperlinks, ...? Currently we just disallow all HTML-tags. We should use some pseudo-code (LINK)...(/LINK) structure to not allow any Cross-Scripting attacks.
Garvin.