Quote:
Originally Posted by BirdOPrey5
It's hard coded by this line in each plugin:
Code:
$qrfile = 'images/qr/t'.$qrid.'.png';
"t" is for thread, that varies for the different QR types, like a = attachment.
except the delete plugin is this line:
Code:
$dir = DIR .'/images/qr';
|
I'm trying to get it to work with my CDN, which is on the same server.
Not sure if that's something I can get it to do. Tried using a url and also tried the direct server path. No joy.
I'll play with this a little more and see what I can (if anything) come up with