Forums
-
- Forum
- Posts
-
- Installation
- 28,542
- Troubleshooting
- 62,858
- Themes
- 10,444
- Plugins
- 15,396
- Requests & Feedback
- 14,992
- Showcase
- 3,259
-
Apparently topic_time is timezone-shifted, so the previous code is wrong
told you it was rough! This will take the time from the opening time 
<?php if ( (current_time('timestamp') - 24*60*60) < strtotime($topic->topic_start_time) ) : ?>*NEW* <?php endif; ?>