???
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)
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)