Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Getting forum page number


_ck_
Participant

@_ck_

Oh that’s a simple bug, I forgot the quotes around the time:

$query="SELECT count(topic_id) as position FROM $bbdb->topics WHERE forum_id=$forum_id and topic_time<='$topic->topic_time' ORDER BY topic_time DESC";
$position = $bbdb->get_var($query);

Skip to toolbar