coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: jokas on September 16, 2008, 12:56:58 PM

Title: deliver intermediate image link
Post by: jokas on September 16, 2008, 12:56:58 PM
hi guys,

i like to show the intermediate picsize when i click on a embedded album on my website.

where in the cpmftechcode do i have to change the code to edit that the fullsize will not longer linked?
Title: Re: deliver intermediate image link
Post by: fangweile on September 16, 2008, 02:23:07 PM
What version of cpmFetch you are using?
The actual code you used?
http://forum.coppermine-gallery.net/index.php/topic,35221.msg197845.html#msg197845

PYI, CpmFetch 2.0.0 have imagelink in intermediate picture by default.
Title: Re: deliver intermediate image link
Post by: jokas on September 16, 2008, 02:34:35 PM
function highSlideSettings() {

global $mainframe;

$this->cfOptions['linktemplate'] = $this->objCfExt->cfg['cpg_url'].'displayimage.php?pos=-{{pPid}}" title="{{pTitle}}" class="highslide" onclick="return hs.expand(this,{src: \''.$this->objCfExt->cfg['cpg_url'].'albums/{{pFilepath}}{{pFilename}}\', slideshowGroup: \''.$this->cfGroupId.'\'})';


just solved it by insert _normal in the cfPWrapper.php from my joomla plugin folder.

thanks