Not signed in (Sign In)

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

    • CommentAuthorPieperLy
    • CommentTimeSep 1st 2008 edited
     
    On large preview the "Show details" link don't work in svn 573. when i use direct detailcode also not show...without errormessage.
    on beta3 i used under large preview images imagesize and filesize how can i restore how in beta3?
    give at a solution?
    reagards from germany
    uwe
    •  
      CommentAuthorkimparsell
    • CommentTimeSep 1st 2008
     
    PieperLy -

    The "Show details" works in the SVN version of all 3 themes included with the gallery.

    1. Which theme are you using? Have you edited the picture.php file in that theme?
    2. Can you provide a link to the page in your gallery where the "Show details" link isn't working?
    3. What browser are you getting this error in? Is javascript enabled in that browser?

    Sorry for so many questions, but your answers should help resolve this issue a bit quicker hopefully.
    • CommentAuthorPieperLy
    • CommentTimeSep 1st 2008
     
    hello,

    1. i use the default theme
    2. here is the link : example-link to picture.php
    3. use ie6 / ie7 / firefox2

    at all browsers javascript is enable

    i only want every time show the filesize and the imagesize under pictures in picture.php and dissable the javascript-click.

    thanks for your help,
    have a nice day
    uwe
    •  
      CommentAuthorsidtheduck
    • CommentTimeSep 2nd 2008
     
    PieperLy,

    I looks like you no longer have the javascript link to the dynamics.js file. This file defines the javascript functions show_details() and hide_details. You may have erased it from the 'head.php' file from the theme you are using.

    Add this line back into your 'head.php' (and make sure the file 'dynamics.js' is located in your theme folder as well):
    <script type="text/javascript" src="<?php echo THEME_URL ?>dynamics.js"></script>
    • CommentAuthorPieperLy
    • CommentTimeSep 2nd 2008
     
    hm, i reinclude the line, but there don't work.
    i want only permanent shows the imagesize and the filesize from parent picture in large preview ...without javascript-click.

    thanks for your time
    uwe
    • CommentAuthorPieperLy
    • CommentTimeSep 2nd 2008
     
    stop,

    i forgot to reload, now it works.

    how can i permanent shows without javascript?

    uwe
    • CommentAuthorPieperLy
    • CommentTimeSep 2nd 2008 edited
     
    hello again,

    i found the solution...change in plog-functions.php the line:
    $table_data .= ' style="display: none;"';
    to
    $table_data .= ' style="display: inline;"';

    and delete in picture.php the show detail link
    reagards
    uwe