cmeinck Well-known member Oct 18, 2012 #1 I recently installed the status update widget on my forums. I'm guessing they are updated based upon a particular cron job? I was curious if that's true and how I can adjust the time so that they update more often. Thanks.
I recently installed the status update widget on my forums. I'm guessing they are updated based upon a particular cron job? I was curious if that's true and how I can adjust the time so that they update more often. Thanks.
Insy Well-known member Oct 18, 2012 #2 Could you give the link to the widget you have installed? Upvote 0 Downvote
cmeinck Well-known member Oct 18, 2012 #3 It's the Widget Framework with User Status. Upvote 0 Downvote
J James Well-known member Oct 18, 2012 #4 After a quick scout I noticed that the status is cached for an hour: PHP: 'cacheSeconds' => 3600, // cache for 1 hour Upvote 0 Downvote
After a quick scout I noticed that the status is cached for an hour: PHP: 'cacheSeconds' => 3600, // cache for 1 hour
cmeinck Well-known member Oct 18, 2012 #5 James said: After a quick scout I noticed that the status is cached for an hour: PHP: 'cacheSeconds' => 3600, // cache for 1 hour Click to expand... Thanks. Where is that located? I'd like to change it to refresh every few minutes. Upvote 0 Downvote
James said: After a quick scout I noticed that the status is cached for an hour: PHP: 'cacheSeconds' => 3600, // cache for 1 hour Click to expand... Thanks. Where is that located? I'd like to change it to refresh every few minutes.
Insy Well-known member Oct 18, 2012 #6 cmeinck said: Thanks. Where is that located? I'd like to change it to refresh every few minutes. Click to expand... in /library/WidgetFramework/WidgetRenderer/RecentStatus.php (line 13). Upvote 0 Downvote
cmeinck said: Thanks. Where is that located? I'd like to change it to refresh every few minutes. Click to expand... in /library/WidgetFramework/WidgetRenderer/RecentStatus.php (line 13).