How To Easily Edit Shoutbox Ajax Refresh Settings On IP Board. Sometimes some members get an annoying message which disallow them to change the shoutbox refresh settings as they want.
This is an example of the message:
NOTE: Due to resource issues, you cannot set this any lower than 30 seconds.
So here you will know how to remove this restriction:
1. Go to
ACP >> SQL Management >> SQL Toolbox
2. Run this query:
UPDATE core_sys_conf_settings SET conf_evalphp = '' WHERE conf_title = 'Members viewing refresh rate'; UPDATE core_sys_conf_settings SET conf_description = 'The amount of time to refresh the members viewing shoutbox (in seconds).' WHERE conf_title = 'Members viewing refresh rate'; UPDATE core_sys_conf_settings SET conf_evalphp = '' WHERE conf_title = 'Shout refresh rate'; UPDATE core_sys_conf_settings SET conf_description = 'The amount of time to refresh the shoutbox shouts (in seconds).' WHERE conf_title = 'Shout refresh rate'; UPDATE core_sys_conf_settings SET conf_evalphp = '' WHERE conf_title = 'Inactivity cutoff'; UPDATE core_sys_conf_settings SET conf_description = 'The number of minutes to use to check for inactivity timeout.<br /><i>Ex: 5 minutes - After 5 minutes, if no user activity, Shoutbox will halt operations.</i>' WHERE conf_title = 'Inactivity cutoff';
NOTE! Tested on The latest Shoutbox version "1.4.1 Beta 2" but mostly it will work with all.
It is How To Easily Edit Shoutbox Ajax Refresh Settings On IP Board, Good Luck!
Title: How To Easily Edit Shoutbox Ajax Refresh Settings On IP Board
Posted by:
Published :2013-09-07T10:00:00-07:00
How To Easily Edit Shoutbox Ajax Refresh Settings On IP Board
Related articles:
Posted by:
Published :2013-09-07T10:00:00-07:00
How To Easily Edit Shoutbox Ajax Refresh Settings On IP Board
0 comments :
Post a Comment