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

carvalhar’s picture

Status: Active » Fixed

hi, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.