To remove it the maintitle completely you need to go into ACP > Look & Feel > skin_shoutbox_hooks > hookGlobalShoutbox and remove this line <h3 class='maintitle'>
<a class='toggle right' href='#' title='{$this->lang->words['toggle_shoutbox']}'>{$this->lang->words['toggle_shoutbox']}</a>
<a href="{parse url="app=shoutbox" seotitle="false" base="public"}" title='{$this->lang->words['view_main_shoutbox']}'>{$this->settings['shoutbox_title']}</a>
<if test="showPopupLink:|:$this->settings['shoutbox_popup']"><a href="#" id="shoutbox-popup-button" title="{$this->lang->words['open_popup']}"><img src="{$this->settings['img_url']}/shoutbox/popup.png" alt="{$this->lang->words['open_popup']}" /></a></if>
</h3>Or if your on about what DragonVoid said then do that
Applications are now closed!
Staff will begin reviewing applicants and contact those we feel may be a good fit for our Support Team.
Thank you to all interested applicants.
We will unlock and bump this thread when applications are reopened.
Also there is this one for the notifications
public_html/sources/classes/member/notifications.php
change the following
public function fetchLatestNotifications( $limit=10, $keyNames=array(), $getHidden=false )
to this.
public function fetchLatestNotifications( $limit=5, $keyNames=array(), $getHidden=false )
Should be just fine unless you're using an older version of IPB, at which point you'll need to start upgrading apps/hooks as well. Not many people make core edits so provided you haven't either, you shouldn't run into any problems at all. Be sure to let us know if you do!
If the upgrade goes smoothly and you believe your issue to be resolved, please mark the best answer using the button.
The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
Go to the following location.
AdminCP>Manage Applications and Modules>Find IPB Shoutbox and click
Here you can edit the application title that the public sees, Just change this to whatever you want.