|
Raw Content is displayed in your content through the RawContent plugin. Make sure this plugin is Enabled before trying to use it. The call to the plugin is fairly simple: place a { rawcontent rc=n } in your content, where n is the ID that you got when saving the Raw Content. The plugin can take an optional "php=true" parameter in case the content you want to insert is php code. This php code should NOT contain the opening and closing php tags . Now if this seems too complicated or you have too many rawcontent items to display (some users have over 200 items), you can get the Editor Helper button to do it for you. When editing your content, place the cursor at the place you want to insert the raw content. The press the RawContent button beneath your editor window, right next to the Image and PageBreak buttons. The following popup screen appears:
Just click on the desired RawContent item and the plugin code is automatically inserted in your content. If the content you want to insert is php code, then check the "Check if this code is php-code" checkbox BEFORE clicking the desired item. The php=true parameter is then automatically added to the plugin code. |