Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author theAlpinePress

    (@thealpinepress)

    Currently it is not, but I am working on it.

    Any news about this?

    Skogberg

    (@skogberg)

    robba82: Captions can bb displayed if you mody the source code.

    Look for this in /gears/alpinebot-display.php
    $phototitle = $this->get_photo_info($i,’image_title’);

    Place $phototitle where you want it.

    Thanks Skogberg! I wanted the caption below the image, but inside the link, so I updated this line:

    if( $has_link ){ $this->add(‘<div>’ . $title . ‘</div>’); } // Close link

    If anyone else wishes to do this, just search for “Close link” in the file Skogberg mentioned, and then replace the line with the line above… or hopefully we’ll have some options in the next update ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘display captions’ is closed to new replies.