Entertain, thank you for the new version.
Our users were used to showing the iTrader in postbit everywhere, even in private messages.
If you want to do this, find the iTrader plugin run at the hook postbit_display_complete (btw it should be called "iTrader Postbit Link", not "Navbar Link

)
and change this
PHP Code:
if ($this->registry->options['itrader_forumid_ok'])
to this
PHP Code:
if ($this->registry->options['itrader_forumid_ok'] OR THIS_SCRIPT == 'private')
Valid for version 2.7.0