Greetings,
This change adds a new field to the users table that contains a user configurable value for various screen refreshes. This change overrides the refresh value as passed to show_header and show_special_header, converting the refresh value being passed to these two as a simply TRUE or FALSE function. If the value passed is zero, the the page does not automatically refresh, any other value will force the page to refresh at whatever interval the user has configured under profile, or what the Admin has configured in the user configuration page.
Also note that if the user changes their refresh to 0, it will disable automtic refresh for that user only.
EDIT: Patch file attached, now that I know how.
This change adds a new field to the users table that contains a user configurable value for various screen refreshes. This change overrides the refresh value as passed to show_header and show_special_header, converting the refresh value being passed to these two as a simply TRUE or FALSE function. If the value passed is zero, the the page does not automatically refresh, any other value will force the page to refresh at whatever interval the user has configured under profile, or what the Admin has configured in the user configuration page.
Also note that if the user changes their refresh to 0, it will disable automtic refresh for that user only.
EDIT: Patch file attached, now that I know how.
Comment