I'll answer the first one...
Backup your postlist.tmpl file -do it now...
In postlist.tmpl look for:
<td nowrap="nowrap" width="5%" class="tdheader" align="center"><br /><a href="{$config['phpurl']}/postlist.php{$var_start}Cat{$var_eq}$Cat{$var_sep}Board{$var_eq}$Board{$var_sep}page{$var_eq}$page{$var_sep}sb{$var_eq}$sortrating"><br />{$ubbt_lang['RATING']}<br /></a><br /> $RatingS<br /> <br /></td>
and remove it.
Look for:
<td align="center" nowrap="nowrap" class="{$postrow[$i]['color']}" valign="top"><br />{$postrow[$i]['Rating']}<br /></td>
and remove it.
Look for:
<!-- END OF LOOP --><br /><tr><br /><td colspan="8" class="cleartable" align="right"><br />$pagejumpers<br /></td>
and replace it with:
<!-- END OF LOOP --><br /><tr><br /><td colspan="7" class="cleartable" align="right"><br />$pagejumpers<br /></td>
Save and upload the changed postlist.tmpl file -you're done
