Not signed in (Sign In)

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

    • CommentAuthorpuk
    • CommentTimeOct 21st 2005
     
    Hey guys, could you tell me what code i need to snip to remove the ability to click the image and it open up new tab/browser to full screen it?

    Cheers
    • CommentAuthorstobal
    • CommentTimeOct 21st 2005
     
    If I understand your request correctly, you need to change the following lines of gallery.php from:

    $output .= '
    <div id="picture-holder">
    <a accesskey="v" href="'.$config["baseurl"].'images/'.$row["path"].'">'.$imgtag.'</a>
    </div>';

    to:

    $output .= '
    <div id="picture-holder">'.$imgtag.'</div>';

    This will remove the link which shows the full image.

    I have modified my beta 2 install so I don't know the exact line number for a clean gallery.php, but the above lines should be around line 234.
    • CommentAuthorpuk
    • CommentTimeOct 21st 2005
     
    Did the job Pukka, cheers Stobal.

    Thankyou :)
    • CommentAuthorpaul
    • CommentTimeOct 25th 2005
     
    Nice fotobook !

    Could you tell me what code i need to snip to remove the ability to click the slideshowimage.
    I think you name it hotlink!