I have tried this solution for my client for images in a left sidebar.
the problem is my client wants to have the ability to choose between 0-5 pictures on a page. In IE6 this will have a placeholder with an x for the picture it was supposed to have for every block not used. I suggested the UDT solution and they didn't like that they also didn't want to have multiple templates and they don't want to have to put the code into a content block oneline and they don't want a separate content block and have to choose the image. They liked the functionality of just having to put the image name in a field. If anyone has a solution I would appreciate any help you can give.
Thanks
Image Content Block Help
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Image Content Block Help
{content block='image1' oneline='true' assign='image1'}
{if $image1 != '' }
{/if}
Repeat this 5 times.
{if $image1 != '' }
{/if}
Repeat this 5 times.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
new2thiscms
- Forum Members

- Posts: 47
- Joined: Thu Nov 09, 2006 7:33 pm
Re: Image Content Block Help
Worked Great!
Thanks for the help
Thanks for the help
