<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I was looking through the thread here: <A 
href="http://drupal.org/node/227339">http://drupal.org/node/227339</A></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>the problem I'm having is that when I add this to 
my theme's template.php:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face="Courier New">// Open the file attachments collapsible 
block in a full state<BR>function phptemplate_node_form($form) {</FONT></DIV>
<DIV><FONT face="Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face="Courier New">$form['attachments']['#collapsed'] = 
FALSE;<BR>return drupal_render($form);<BR>}</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>the attachments div is open BUT the main submit and 
preview buttons disappear. Any reason why that function should be interfering 
with the node form's submit and preview buttons?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Neil</FONT></DIV></BODY></HTML>