You get a bonus - 1 coin for daily activity. Now you have 1 coin

CMS Made Simple: how to insert an image into a news item?

Practice




CMS Made Simple how to insert an image into a news item?

1. create an additional field in news, for example 'image' - type file
2. be sure to check the "global" checkbox
3. in the summary (short news) template, output this image


{foreach from=$entry->fields item='field'}
{if $field->type == 'file' && $field->name == 'картинка' && $field->value != ''}
CMS Made Simple: how to insert an image into a news item?
{/if}
{/foreach}

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)