I'm trying to get a hotlink event to change the mouse cursor over a word or phrase that is in the middle of a line, but the word/phrase won't always be the same. Any suggestions for the matchtext in the on hotlink event?
Example:
[UnderNet] Successfully Received Spotted Aluris.png [25.2kB] from Sporeman at 25.2 Kbs at 8:27pm.
The creature file (from Spore, if you're interested) is the filename after Received and before the [. I want to be able to just click it to open the image to view it. I can handle the code to make it open, but I can't figure out how to make it highlight all words after Received (or starting at token 4) up until the [. Any suggestions?
Basically, I just need a way to use hotlink based on tokens and I'll be fine. Right now, $1 is always the current word and it doesn't seem to take into account anything else, which is a problem, I think. I can make it actually opens the file correctly in the second part of the on HOTLINK, but I really want to have the mouse change over the entire name.
Last edited by Riamus2; 20/07/08 03:53 PM.