coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: freesouljah on September 15, 2009, 06:21:19 AM

Title: Linking to fullsize image in rss feed
Post by: freesouljah on September 15, 2009, 06:21:19 AM
 ???

I have been racking my brain trying to figure this one out....how can I change the cfrssget.php file to make the rss feed link to fullsized images?

the only line of code I could find that dealt with the links was this:

$item->link =  $this->cpm->createLink($data['pFilepath'], rawurlencode($data['pFilename']), $data['pAid'], $data['pPid']);
      

and I have no clue what to tinker with...


peace
8)
Title: Re: Linking to fullsize image in rss feed
Post by: freesouljah on September 16, 2009, 09:08:21 PM
maybe I should mention that I would like it to link to the displayimage.php?pid=16102&fullsize=1 page, and not just the .jpg file...

8)