Is there an easy way to make a topic 'super sticky' from bb_plugins (or maybe setup_options)? I wanted to take a topic and randomly display it as Super Sticky topic on the main page. For example, for logged users, I want to display $topic_id=250 as if it was a Super Sticky topic. I thought something like that would work:
if($action=='' and $user_id>0) $specialThreads='250';
But it only displayed the number '250' on the first page (I hoped it would display all the details just like a real Super Sticky topic..