Not signed in (Sign In)

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

    • CommentAuthorjamalsh
    • CommentTimeNov 3rd 2005
     
    Hello ..

    When we click on an image, the date of the submition appears above the image.
    how can I make this date disappear ?


    Reegards
    • CommentAuthorddejong
    • CommentTimeNov 3rd 2005
     
    In the CSS:

    .date {
    display:none;
    }

    This will work. It still exists, but no CSS-enabled browser will display it.

    There are ways to edit the PHP output, but this is by-far the simplest method.

    Regards,
    Derek
    • CommentAuthorjamalsh
    • CommentTimeNov 3rd 2005
     
    Thanks alot for your help

    Jamal-Palestine