15 Jan
2005
15 Jan
'05
11:11 p.m.
Hello, I'm trying to create a simple "blog it" menu option in one of my modules, but I'm unclear on the proper way to do this. So far, the best I've come up with is something ugly like: $_GET['edit']['body'] = "this is a 'blog it' test."; print theme('page', node_add('blog')); Is there a proper way to do this, utilizing drupal_goto to fix the URI? Perhaps the problem is that I'm not using a form button to get there...? (Using a submit button is not an option) Thanks, -Jeremy