=====Meta Refresh Hack===== Here's a quick hack that causes the HomePage to refresh automatically every 60 seconds. Open your actions/header.php file and add these lines anywhere in the block: %%(php) GetPageTag() == 'HomePage') && ($this->GetMethod() == 'show')) { ?> %% You can change the refresh time (in seconds) by changing the Refresh META tag. If you find this action useful, post a comment and let me know! Also, feel free to comment with requests for feature enhancements. --JasonHuebel ---- CategoryUserContributions