Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The content type CMS_IMGEDITOR allows you to link to an image that was uploaded in the CONTENIDO backend.

Using it is quite simple, put the code below in your output module section and you are finished.

The name CMS_IMGEDITOR specifies which content type should be used and [1] is the index of headline. The index must be integer value.

Note

If you are using more then one CMS_IMGEDITOR per article, you have to change/increment index of the next CMS_IMGEDITOR.

echo "CMS_IMGEDITOR[1]";
or
echo "CMS_IMGEDITOR[100]";

Configuration

The configuration of CMS_IMGEDITOR is splut into three different sections.

To configure the image edtor click on the blue image icon(see screenshot below).

In the first tab Directories you can select one directory. One the right side, you will see all files from selected directory. You can choose the file there or remove already selected file by selecting first option. After selection of the file you can save selection by clicking on green checkbox or cancel selection by clicking on red cross icon.

In the second tab Meta you can input different meta information like title, description, keywords, internal notes and copyright.

After input you can save selection by clicking on green checkbox or cancel selection by clicking on red cross icon.

In the last tab Upload you can create new directory in upload tree, upload new files or select allready existing files.

The way how to select file ist the same like in directory tab(see above).

To upload the new file click on browse button, select file from filesystem and uploaded file will be placed in selected directory.

  • No labels