In my config.php file, I typically change the default "uploads" folder to "media". Unfortunately, I'm having an issue when trying to use the "content_image" tag when not using the default "uploads" directory.
Although the system retrieves the list of images in my folder correctly in the page editor, it always renders on the page using the default "uploads" prefix.
Code: Select all
{content_image block='Page Photo' dir='images/photos'}
Any help or advice would be greatly appreciated!