News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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)