Hello all
I have a strange problem. I'm creating a series of websites, all sharing the same joomla and seblod and templates versions. On the first website, fieldx image gallery worked 100%. On site 2, images upload but won't show in frontend content and lists when I use custom template. I can see images in content admin in backend.
In my custom template I am using <img src="/<?php echo $cck->get('portfolio_image_fieldx')->value; ?>" alt="<?php echo $cck->get('user_name')->value; ?>" title="<?php echo $cck->get('user_name')->value; ?>">. When I use "renderField" tag it works. But I need "get" tag for what I'm doing.
Why does it work on the one site and not the other? The list and content templates were from site 1, just zipped and installed on site 2. Fields also have identical settings. Any help or insight would be much appreciated.