Options

adding captions?

jdojdo
edited April 2007 in Vanilla 1.0 Help
i'm considering adding captions to images with this approach: 1/ for each image with file name <image-name>.<image-ext>, thumbnailer.php will add a empty file of the form _caption.<image-name>.txt, so that users can add a caption for that image. 2/ if the first string of the file _caption.<image-name>.txt is not null, then index.php will add the caption at the bottom of the image when displayed. would this be a viable approach?

Comments

This discussion has been closed.