Add text to the Events page
The Events page is displayed when a patron selects Events on the Library Info submenu in Polaris PowerPAC. The Events page is located on the Web server, Polaris [version]/PowerPAC/library/events.aspx. You can place your own text on the page by editing the file Polaris [version]/PowerPAC/library/userdef/ud_events.ascx. You can format your text with basic HTML tags.
Note:
Be sure your custom content displays correctly for wide (computer), medium (tablet), and narrow (phone) screens.
To add events or other text to the events page:
- On the Web server, open the file Polaris [version]/PowerPAC/library/userdef/ud_events.ascx in any HTML or text editor. The text of the file is displayed in the editor.
- Insert your text between the elements </div> and <!-- End -->. For example:
SessionObject.GetLanguageString("PACML_UD_EVENTS_1118") %></div>
<p> event1 </p>
<p> event2 </p>
<p> event3 </p>
<!-- End -->
- Save the file.
- Back up your edited file to preserve your changes from being overwritten when Polaris PowerPAC is reinstalled on the server.
Note:
To display the Events option on the Library Info menu, set the PowerPAC profile Navigation: Events to Yes.