How can I get the url of the category images?

I need to get the image of the categories but I can only get the thumbnail (/catalog/thumbnail?type=category&id=3). Through the direct url to the “files” folder I can’t access it.

Thanks.

Is there anyone here…?

Hi @Afl98,

If the thumbnail image’s URL is…

http://.../index.php/publicknowledge/catalog/thumbnail?type=category&id=1

…then you can get the full-size image by changing thumbnail to fullSize:

http://.../index.php/publicknowledge/catalog/fullSize?type=category&id=1

Regards,
Alec Smecher
Public Knowledge Project Team