Hi Kalak,
You mean like this?
Here is what I did:
1. Download LightBox2 from here.
2. Made a folder in my web root called /LightBox
3. Modified paths at the top of lightbox.js to reference "/lightbox/images.."
4. Uploaded files to /LightBox on server (keep everything in the same folders)
5. In Blog module > Settings > Header, I put the following:
[script type="text/javascript" src="http://www.dignuke.com/lightbox/js/prototype.js">
[script type="text/javascript" src="http://www.dignuke.com/lightbox/js/scriptaculous.js?load=effects">
[script type="text/javascript" src="http://www.dignuke.com/lightbox/js/lightbox.js">
[link rel="stylesheet" href="/lightbox/css/lightbox.css" type="text/css" media="screen" /]
The above will setup light box for the blog module. Every time you want a picture to open in lightbox, you will need to do the following:
In LiveWriter, after you insert the image (leave it as link to source picture). Go to View > HTML Code, and where you see the tag for the picture, add rel="lightbox". Like this:
[a rel="lightbox" href="$Sunset[2].jpg"]
Or, right click on image and go to Hyperlink, and put lightbox in the "rel" box.
It's a round-about way, but it works!
Thanks,
Mike
NOTE: I'm getting fits with AF and FCK editor, I replaced GreaterThan with [ above.