Could we use this code to have it work with [ img ] tags in images?
If so, would it be as easy as ignoring all of the edits except for the global $post and in class_bbcode.php:
Replace
Code:
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
With:
Code:
return "<a href=\"$rightlink\" class=\"highslide\" onclick=\"return hs.expand(this,{slideshowGroup:'$post[postid]'})\" target=\"_blank\">$text</a>";
?
Obviously do the other edits if you have Photopost...