Closed (duplicate)
Project:
Image
Version:
5.x-1.x-dev
Component:
image_gallery
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
1 Apr 2007 at 00:07 UTC
Updated:
1 Apr 2007 at 12:17 UTC
Hiya i love this modual but i have two problems, one is that users cant make there own galleys and the other is that the images when you click on the original image link it make the full image take up the entire page and even go under my navigation and other elements. What i would like to do is for this to instead open up the original image in a popup window.
Comments
Comment #1
drewish commentedthis is really a duplicate of: http://drupal.org/node/117915
Comment #2
jerry_louise commented$links[] = l(t('view original'), 'node/'.$node->nid, NULL, 'size=_original');replace with
this is the solution i found but it dosnt work because its not in the dang code its seems to have been replaced with this
$links['image_size_original'] = array('title' => t('original'), 'href' => 'node/' . $node->nid, 'query' => 'size=_original');Comment #3
jerry_louise commented$links[] = l(t('view original'), 'node/'.$node->nid, NULL, 'size=_original');replace with
this is the solution i found but it dosnt work because its not in the dang code its seems to have been replaced with this
$links['image_size_original'] = array('title' => t('original'), 'href' => 'node/' . $node->nid, 'query' => 'size=_original');