07.8月.2011 Movable Type 5でLightbox2をサムネイルで!

ムーバブルタイプ5でライトボックスをサムネイルのラジオボタンで変換する場合には

lib > MT >  Asset > Image.pm のファイル

——————————————————————————————————

332行目の

改変前

‘<a href=”%s”><img alt=”%s” src=”%s” %s %s /></a>’,

改変後

‘<a href=”%s” rel=”lightbox”><img alt=”%s” src=”%s” %s %s /></a>’,

——————————————————————————————————

を修正すれば出来るようになります。

これで自分で「rel=”lightbox”」を打たなくても良くなります。

lightbox2が設置できない方などいましたら、

プログラマーでは無いですがお気軽にご質問などどうぞ。

Write a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>