Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Quotes not formatting right
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

HiRez_L
Starting Member

USA
23 Posts

Posted - 02 July 2004 :  23:24:41  Show Profile
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  Show Profile
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
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 03 July 2004 :  00:46:18  Show Profile
SOunds like you have Forum tags turned off and HTML turned on .... not a wise move.
Go to Top of Page

HiRez_L
Starting Member

USA
23 Posts

Posted - 08 July 2004 :  15:06:54  Show Profile
My users and I like the HTML on, and I've read that having both on is a bad idea, so . . .

Rusty Felty
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07