BTW i am using postbit legacy and working with some code i got all forums default behavior....
go to Admin CP -> plugin manager -> First Post Thread Title - Postbit Legacy
replace with this code and you are good to go ( i am not programmer.... some one can tweak it in more depth)
Code:
// Noopy @Vietvbb.vn
{
$first_post_thread_title = '<!-- message -->';
$vbulletin->templatecache['postbit_legacy'] = str_replace($first_post_thread_title,$hs_show.fetch_template('first_post_thread_title'),$vbulletin->templatecache['postbit_legacy']);
}
i hope this will be a temp. fix until coder put some kind of same functionality.
Hope this Helps.
Best Regards,