Closed (fixed)
Project:
Activity Stream
Version:
5.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 17:38 UTC
Updated:
10 Nov 2009 at 00:22 UTC
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
Comment #1
akalsey commentedClosing this since 5.x is no longer supported. If still an issue on D6, re-open the issue.