Hi,
I've been directed to this thread from
this thread...
however, I'm still confused.
I need to be able to use a [tag] of some sort so that whenever I edit a post, the [tag] code is there instead of the replacement HTML code.
Say I create a replacement:
Code:
[dad] => <a href="http://www.commanderbond.net/Categories/9.html">Die Another Day</a>
So, I then post a topic:
Quote:
Check out the lastest Bond news here at [dad]
|
Say I want to then edit the post, at the moment, all I get is:
Code:
Check out the lastest Bond news here a <a href="http://www.commanderbond.net/Categories/9.html">Die Another Day</a>
How can I get it to display:
Quote:
Check out the lastest Bond news here at [dad]
|
...when editing a post...?