Linking to fullsize image in rss feed Linking to fullsize image in rss feed
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Linking to fullsize image in rss feed

Started by freesouljah, September 15, 2009, 06:21:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

freesouljah

 ???

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)

freesouljah

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)