content_image troubles

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
tonyg
Forum Members
Forum Members
Posts: 80
Joined: Sun Dec 14, 2008 4:54 am

content_image troubles

Post by tonyg »

Hi,
  I am new to cms made simple, I am trying to use content_image tag like this:

Code: Select all

{content_image block='image' height="180" alt="" width="940" dir='images'}
but the image does not show on the page.  When I look at the generated page source, I see this:

Code: Select all

<div id="headerImage">
<img src="header_flash_fpo.jpg" name="image" width="940" height="180" />
</div>
the problem is the image source should be "uploads/images/header_flash_fpo.jpg" and so the image is not found....Am I missing something?  why does the tag not take the relative path?  Am I using it wrong?

help, thanks
Post Reply

Return to “CMSMS Core”