I did the same and seems to work, except for the javascript piece. I get the following link. The description seems correct, except for the GAL_REMOVAL stuff, and that it does not show... Any thoughts?
Quote:
<a href='http://www.working.com' target='_blank' class='DEF' onmouseover="GAL_popup(this,'Dr. Test\' New test <!--GAL_REMOVAL-->alpha <!--GAL_REMOVAL-->beta <!--GAL_REMOVAL-->gamma <!--GAL_REMOVAL-->delta, <!--GAL_REMOVAL-->Dr. <!--GAL_REMOVAL-->epsilon\' <!--GAL_REMOVAL-->New <!--GAL_REMOVAL-->test <!--GAL_REMOVAL-->package.');" onmouseout="GAL_hidepopup();">replaceme</a>
|
An other minor "bug" I found. If the message contains html anchor for a link, then the text within the anchor open and close still gets processed.
i.e.
Quote:
Text to replace : TEST
with : <a href="http://www.otherexample.com">test</a>
|
Original text:
Quote:
<a hre="http://www.example.com">this is a test big one!</a>
|
Resulting text after GAL
Quote:
<a hre="http://www.example.com">this is a <a href="http://www.otherexample.com">test</a> big one!</a>
|
This is also the case when regular BBCode URL is used.
As for the ordinals - Great! It works perfectly. When there is a "collission" the ordinals take care of it. i.e. when I have "Bob" and "Bob Smith" whichever has the lower ordinal will be the one executed. Not just that, if the first ordinal is exhausted through the "Limit replacement" order, the next occurence is used... Awesome!
This is like an Amazon money machine!