Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Is there a way to remove the "file name" from the pictures. I would like to just show pictures, and upon clicking then you can see the caption (not the file name).
  2.  
    OmegaD

    I think I've found the simplest solution

    Around line 433...

    $output .= $filename.'<br />';

    I changed it to this.

    $output .= '<br />';

    Seems to work rather well.
    • CommentAuthorwaely
    • CommentTimeApr 21st 2007
     
    hi guys,
    I can't find the code that you're refering to in the gallery.php to remove my filenames. I searched the whole document but can't find any referance to output or filename. what is the deal?

    thank you,
    waely