deliver intermediate image link deliver intermediate image link
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

deliver intermediate image link

Started by jokas, September 16, 2008, 12:56:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jokas

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?
_____________________________________
|-->  J1.5.6 + CPG1.4.19 + Bridge  <--|

fangweile

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.
[My Coppermine Galleries]
All Koreans, Lim Eun-kyeong's IFC
Saranghae 김태희

jokas

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
_____________________________________
|-->  J1.5.6 + CPG1.4.19 + Bridge  <--|