Nevermind- I see the issue- you're image resizer mod is conflicting.
You can fix this by editing the three plugins:
Word Linker Group Message
Word Linker Postbit
Word Linker Visitor Messages
In EACH find the line:
Code:
$bopfind = '~'.$bopwd.'('.$bopfind.')'.$bopwd.'(?![^<]*(</a>|" />|width="\d+"|target="_blank"|width=\'\d+\'|follow">|onclick="[\w .()]+"))~'.$bopcase;
And replace it with:
Code:
$bopfind = '~'.$bopwd.'('.$bopfind.')'.$bopwd.'(?![^<]*(</a>|" />|width="\d+"|target="_blank"|width=\'\d+\'|follow">|rel="thickbox">|onclick="[\w .()]+"))~'.$bopcase;
In a future version I will include an option for a custom regex to take care of special circumstances like yours.