Forum
Subscribe


The Show Inbox output field

The Show Inbox field is used to show members their onsite email Inbox.

    This output field has six variables:

  • OpenFormat (default is '<tr><td>')
  • MiddleFormat (default is '</td><td>')
  • CloseFormat (default is '</td></td>')
  • Delete Descriptor(default is 'Delete')
  • Check All Descriptor(default is 'Check All')
  • Uncheck All Descriptor(default is 'Uncheck All')
  • Example:

  • <? showinbox ('<tr><td>','</td><td>','</td></td>','Delete','Select All','Deselect All');?> would show standard formatting, with the descriptors changed to 'Select All' and 'Deselect All'.