Using Include files
Include files can be used to add extra text or HTML to a CustomHTML value.
To add an Include file:
- Open Windows Explorer on the web server.
- Go to Inetpub/wwwroot/SynergeticCommunityPortal/Site/IncludeFile.
- Create a text file with the content you want to display.
- Select Module > System > Configuration File Maintenance.
The Configuration File Maintenance window is displayed. - Find CommunityPortal.
The Community Portal configuration settings are displayed. - Scroll down to CustomHTML.
- Select the tab you wish to add the include file in.
- Click .
- Click on the point in the CustomHTML where you want to add the include file.
- 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} - Click .