WebStyles
Fri 5th May '00, 3:05pm
I wasn't aware that the replacement variables worked in posts... Is how they are supposed to work? I was under the impression that those were only for use in templates, but it seems as though every post is parsed, and variables replaced. One of my moderators pointed out that he couldn't post text in different colors. I took a look at the source and see this:
<FONT face="verdana, arial" size="2" color="#c0c0c0" color="#FF9966"><b>TIP: The Fifth Frame</b></font>
This is what you see if you edit his post:
<font color="#FF9966"><b>TIP: The Fifth Frame</b></font>
We have a <font> replacement variable (it's a default, I believe) that gets replaced with <FONT face="verdana, arial" size="2" color="#c0c0c0">.
Here's the thread in question... (http://www.were-here.com/forums/showthread.php?threadid=12333), Barn is the moderator having a problem.
In my opinion, replacement variables should only be parsed in templates, I can only imagine that parsing every post is a big drag on performance, not to mention a little hazardous! :)
[Edited by WebStyles on 05-05-2000 at 11:08 PM]
<FONT face="verdana, arial" size="2" color="#c0c0c0" color="#FF9966"><b>TIP: The Fifth Frame</b></font>
This is what you see if you edit his post:
<font color="#FF9966"><b>TIP: The Fifth Frame</b></font>
We have a <font> replacement variable (it's a default, I believe) that gets replaced with <FONT face="verdana, arial" size="2" color="#c0c0c0">.
Here's the thread in question... (http://www.were-here.com/forums/showthread.php?threadid=12333), Barn is the moderator having a problem.
In my opinion, replacement variables should only be parsed in templates, I can only imagine that parsing every post is a big drag on performance, not to mention a little hazardous! :)
[Edited by WebStyles on 05-05-2000 at 11:08 PM]