Ok, I've have moved some things around at the top of the public_forum_page.pl But I think it's a little sloppy. Let me know what you think.
Example:
http://www.teamd86.com/cgi-bin/ultimatebb.cgi?ubb=forum&f=1 my $PageTop = qq~
<center>
<table border="0" width="$vars_style{TableWidth}">
<tr>
<td align="left" valign="top">
<A HREF="$vars_config{CGIURL}/ultimatebb.cgi"><IMG SRC="$vars_config{NonCGIURL}/$vars_style{BBTitle}" BORDER="0"></A>
<FONT SIZE="$vars_style{TextSize}" FACE="$vars_style{FontFace}" color="$vars_style{LinkColor}"><B>
$forum_name
</B>
<FONT size= "1" COLOR="$vars_style{VisitedLinkColor}">
($vars_wordlets{moderated_by} $Moderator)
</FONT></font>
</td>
<td valign="top" nowrap>
<CENTER>
<FONT SIZE="$vars_style{TextSize}" FACE="$vars_style{FontFace}">
</FONT>
</tr>
<FONT SIZE="1" FACE="$vars_style{FontFace}">
<td valign="top">
<TD>
</FONT>
</CENTER>
<FONT SIZE="1" FACE="$vars_style{FontFace}">
$topic_view_line
</FONT>
</TD>
</table>
<table border="0" width="$vars_style{TableWidth}">
<tr>$new_topic_button
<TD valign="top" align="right">
<FONT SIZE="1" FACE="$vars_style{FontFace}">
$more_topics_wording
</FONT>
</TD>
</tr>
</table>