Skip to end of banner
Go to start of banner

Using Include files

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 3 Current »

Include files can be used to add extra text or HTML to a CustomHTML value.

To add an Include file:

  1. Open Windows Explorer on the web server.
  2. Go to Inetpub/wwwroot/SynergeticCommunityPortal/Site/IncludeFile.
  3. Create a text file with the content you want to display.
  4. Select Module > System > Configuration File Maintenance.
    The Configuration File Maintenance window is displayed.
  5. Find CommunityPortal.
    The Community Portal configuration settings are displayed.
  6. Scroll down to CustomHTML.
  7. Select the tab you wish to add the include file in.
  8. Click .
  9. Click on the point in the CustomHTML where you want to add the include file.
  10. Type {IncludeFile}filepath{/IncludeFile}, where 'filepath' is the path to the include file you created.
    For example, if your include file was called 'Absences.txt', you would type {IncludeFile}C:\Inetpub\wwwroot\SynergeticCommunityPortal\Site\IncludeFile\Absences.txt{/IncludeFile}
  11. Click .
  • No labels