Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change Post Order Question

Hey Mods;

(Tried to install plugin, got fatal error, so tried code file edit…)

I just want one post to have reverse order, so I tried:

if ( !$bb_db_override ) :

if ($topicid == '54') {

$posts = get_thread( $topic_id, $page, true );

} else {

$posts = get_thread( $topic_id, $page );

}

$forum = get_forum ( $topic->forum_id );

$tags = bb_get_topic_tags ( $topic_id );

But it doesn’t seem to recognize the topic id – it displays all posts normally? Am I assuming wrongly that the topic_id is the number after “/topic/##” in the thread url?

Can you see anything I’m doing wrong? How do I isolate a single post to be reverse order?

Thanks!

Skip to toolbar