Image Content Block Help

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
new2thiscms
Forum Members
Forum Members
Posts: 47
Joined: Thu Nov 09, 2006 7:33 pm

Image Content Block Help

Post by new2thiscms »

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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Image Content Block Help

Post by calguy1000 »

{content block='image1' oneline='true' assign='image1'}
{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.
new2thiscms
Forum Members
Forum Members
Posts: 47
Joined: Thu Nov 09, 2006 7:33 pm

Re: Image Content Block Help

Post by new2thiscms »

Worked Great!

Thanks for the help
Post Reply

Return to “CMSMS Core”