Author |
Topic  |
|
HiRez_L
Starting Member
USA
23 Posts |
Posted - 02 July 2004 : 23:24:41
|
I'm sure this si a simple fix, but I don't know which file to look in. When my users click the "reply with quote" button, the reply comes with it formatted as square bracketisquare bracket originally posted by *user* square bracket/isquare bracketsquare bracketbrsquare bracket instead of angle brackets . . . does anyone know which file I look in to fix this? BTW, I noticed that the square brackets work on this forum . . . on mine, they display as square brackets, to get it to work I have to use angle brackets. |
Rusty Felty |
|
HiRez_L
Starting Member
USA
23 Posts |
Posted - 03 July 2004 : 00:03:47
|
I added these lines to the end of inc_func_posting.asp and it fixed it:
'## Added by Rez fString = replace(fString, "","<i>", 1, -1, 1) fString = replace(fString, "","</i>", 1, -1, 1) fString = replace(fString, " ","<br>", 1, -1, 1) '## End of Added by Rez |
Rusty Felty |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 03 July 2004 : 00:46:18
|
SOunds like you have Forum tags turned off and HTML turned on .... not a wise move. |
 |
|
HiRez_L
Starting Member
USA
23 Posts |
Posted - 08 July 2004 : 15:06:54
|
My users and I like the HTML on, and I've read that having both on is a bad idea, so . . . |
Rusty Felty |
 |
|
|
Topic  |
|
|
|