Closed (fixed)
Project:
User Terms
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 15:17 UTC
Updated:
16 Sep 2011 at 16:21 UTC
Hi,
I'm using user term but i'd like to add it inside a profile fieldset.
how can i do this?
Right now i have a fieldset for user terms and another one for my profile (even choosing the profile at Profile category option on user term settings).
How can i mix them and decide the order?
thanks
Comments
Comment #1
carvalhar commentedhi, i could do this by theme, using this solution:
http://www.absolutecross.com/tutorials/drupal/theming-the-user-account-p...
Then I created a new var:
$vars['user_term'] = drupal_render($vars['form']['user_terms']);
And placed where i wanted.