Ok, thanks!
Remaining Issues;
// Showthread/Article
.Tweaks needed
>> bottom COMMENT button needs a space from article body(perhaps another <br />?(I use FIREFOX/Have not checked under IE))
To fix this edit GAS_showthread and find:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top">
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/comment.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[geek_articles_closed_article]" border="0" /></if></a></td>
<else />
<td class="smallfont"> </td>
</if>
</tr>
</table>
Replace with:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/comment.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[geek_articles_closed_article]" border="0" /></if></a></td>
<else />
<td class="smallfont"> </td>
</if>
</tr>
</table>
// Editing Article
.Article Image
>> is showing to be edited/changed
>> is NOT getting edited/changed