Hey guys. I need some help with printing microblog_node_form.
Tried:

drupal_get_form('microblog_node_form');

but it doesn't prints form...

Comments

kscott22’s picture

I've been looking to do something similar in Drupal 7. I just found this thread, http://drupal.org/node/1002730, so I tried

<?php
    print drupal_render(drupal_get_form('microblog_node_form'));
?>

but it's throwing a php error. (Fatal error: Cannot access empty property in /drupal7/modules/field/field.attach.inc on line 198)

Have you found a fix yet?

Heihachi88’s picture

I've used http://drupal.org/project/formblock module to do that. This microblog module is buggy yet.. :(

jeckman’s picture

Assigned: Unassigned » jeckman
mbrakken’s picture

Hi,

Just trying to raise this issue again (although for D7, not D6). It'd be really nice to have this, particularly as I'm trying to use this as group content. I like that posts can be assigned to groups but have all from a user visible from their personal feed.

I may pick at this in a couple months and see if I can figure something out (new to Drupal and programming, but this seems like it might be a useful intro-y project). I can't try until the semester is over though (I'm a grad student in unrelated matters and spending too much time developing a site for a project as it is...).