Yo, a couple of us requested the ability to choose where the tab for editing user activity stream ids would be placed in the profile section. I understand the choice to leave it on a second tab but I was hoping if anyone who watches this thread would be able to lend a hand printing (theme-wise) activitstream form elements/arrays inside the regular user-edit form.

Typically I would throw the following in the template file

 function mytheme_user_edit($form) {
    	 return _phptemplate_callback('user-edit', array('form' => $form));
  }

then this

<?php print drupal_render($form['activitystream_twitter_userid']); ?>

in user-edit.tpl.php to pull the twitter activitystream element into the user-edit form. But I'm having no luck. Anybody know what I'm doing horribly wrong?

Thanks,

Comments

akalsey’s picture

Status: Active » Closed (fixed)

Closing this since 5.x is no longer supported. If still an issue on D6, re-open the issue.