AndrewSimm
Guest
Member
I have an articles add-on that I am using with @digitalpoint Cloudflare add-on. Thus far my add-on correctly uploads the article image file to R2 without any change of code. Where I am stuck is how to display the image in the template. Below is my php code. Any insight on how to display this correctly in my template so the URL is correct?
PHP:
Code:
...
Read more
Continue reading...
PHP:
Code:
Code:
$abstractedPath = \XF::app()->config('externalDataPath');
$abstractedThumbPath = \XF::app()->config('externalDataPath')...
Read more
Continue reading...