This will enhance your mobile experience.
Delete all the shoutbox hook files.
Then Global Templates --> globalTemplate
Find this line:
<li class="{parse variable="forumActive"}"><a href="{$this->settings['board_url']}">Forums</a></li>
After, add:
<!-- Start Shoutbox Code --> <if test="IPSLib::appIsInstalled( 'shoutbox' )"> {parse variable="shoutboxActive" default="" oncondition="IPS_APP_COMPONENT == 'shoutbox'" value="active"} <li class='{parse variable="shoutboxActive"}'><a href="{parse url="app=shoutbox" seotitle="false" base="public"}">Shoutbox</a></li> </if> <!-- End Shoutbox Code -->
It will add it next to Forums as a tab, so if you have portal open.
Portal | Forums | Shoutbox
is how the header will look like.
Demo: visit http://gamersfire.net on your mobile device.