Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make a topic invisible until topic_start_time?

Also in bb-includes/functions.php

function get_latest_topics – added $now and tweaked $where

$now = bb_current_time('mysql');
$where = "WHERE topic_status = 0 AND topic_start_time <= '$now'";

Skip to toolbar