You'll need to go thru each of the public_ templates and make sure it either uses the $standard_title_table or $MainButtonsLine. If it uses $MainButtonsLine then the layout of this area will need to be edited.
in public_common.pl find :
<table border="0" width="$vars_style{TableWidth}">
<tr><td align="left" valign="top" >
<a href="$ULTIMATEBB"><img src="$vars_config{NonCGIURL}/$vars_style{BBTitle}" border="0" alt="$vars_wordlets{forum_acronym}" /></a>
</td>
<td align="center">
<b>
<font size="3" face="$vars_style{FontFace}" color="$vars_style{BBTitleFontColor}">$vars_config{BBName}</font></b>
<br />
<font size="1" face="$vars_style{FontFace}">
$MainButtonsLine
</font>
</td></tr></table>
and replace it with:
<table border="0" width="$vars_style{TableWidth}">
<tr><td align="left" valign="top" >
<a href="$ULTIMATEBB"><img src="$vars_config{NonCGIURL}/$vars_style{BBTitle}" border="0" alt="$vars_wordlets{forum_acronym}" /></a>
</td>
</tr><tr>
<td align="left">
<font size="1" face="$vars_style{FontFace}">
$MainButtonsLine
</font>
</td></tr></table>
Moderator Graphics, Styles & TemplatesIntroducing the
UBBUniverse.comUBBDesign.com: custom graphics and layouts for:
UBB â„¢ &
UBBT â„¢ As well as Custom Web Development